Who here knows PHP pretty well and has used recent source snapshots? (snaps.php.net)
By recent, I mean PHP 5.3+
I'm having a crazy problem that I need help with =]
Who here knows PHP pretty well and has used recent source snapshots? (snaps.php.net)
By recent, I mean PHP 5.3+
I'm having a crazy problem that I need help with =]
Last edited by Bryon; 10-25-2008 at 01:54 AM.
It is not recommended that you use snapshots for production use, but anyway, shoot the problem, I will see if I can find a solution.
█ Xavier L | Community Public Relations Manager (Free Hosting Support)
█ Yes, my position is too cool to even exist!
█ How am I helping? Rate this post by clicking theicon below! (this is even better than "liking" a post)
█ Terms of Service | Acceptable Use Policy | x10Hosting Wiki
I'm aware they are not for production use, I'm not using them on any production servers.
I determined the problem - it was something causing socket creations to fail, exiting children processes, causing SIGCHLD signals to exit sys sleep calls. It was just a bunch of stuff added together and was pretty hard to debug with the level of complexity of Jackmunch.
Thanks though!
Last edited by Bryon; 10-25-2008 at 07:49 PM.