Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

XDebug - Too many open files error on Mac w/ PHPStorm #162

Closed
lakhman opened this issue Nov 8, 2015 · 3 comments
Closed

XDebug - Too many open files error on Mac w/ PHPStorm #162

lakhman opened this issue Nov 8, 2015 · 3 comments

Comments

@lakhman
Copy link

lakhman commented Nov 8, 2015

Hi,

I'm getting the error 403 forbidden (by apache), After some debugging I came across this:

http://superuser.com/a/829413

It seems the older version of xdebug (2.2.5) that's packaged has this bug and causes problems on Mac.

Can we upgrade this to the latest version (which includes the bugfix for this error "Too many open files").

Thanks

@lakhman
Copy link
Author

lakhman commented Nov 8, 2015

Update was simple: follow the wizard here if you come across the same issue, I just upgraded and it worked! (I was getting a 403 forbidden error intermittently, restarting apache solved it temporarily). Was driving me nuts! - It was definitely the older xdebug bug.

Remember your php.ini values will be in: /usr/local/php5/php.d/*
Run through the wizard here: http://xdebug.org/wizard.php

Note: xdebug 2.4 is in beta, so probably best to wait until it's been released and tested, meanwhile you can simply upgrade xdebug yourself if your having similar issue (403 forbidden intermittently with Mac on PHP storm, restarting apache fixes it but it's really annoying!)

@ahonymous
Copy link

last xdebug fixed this problem xdebug/xdebug@6efc658

@chregu
Copy link
Member

chregu commented May 6, 2017

I guess this problem is solved (we upgraded xdebug several times in the meantime). Please reopen, if still an issue

@chregu chregu closed this as completed May 6, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants