Changes
Jump to navigation
Jump to search
Test Web Server Documentation (view source)
Revision as of 16:35, 3 February 2016
, 16:35, 3 February 2016→Debugging Special:Import Errors (2/1/16 - 2/3/16)
I'm dealing with the same 'undefined function pcntl_wifsignaled()' error that I faced last time, so I didn't make any progress.
Well, there's a few concerning things. One: I'm running all of my diagnostic commands (like $ php -m | grep pcntl or $ php --ri pcntl) on the command line, which uses a different php.ini configuration file. Which may have no correlation to the apache2 php.ini configuration file (though they appear to be almost identical). Two: the undefined function pcntl_wifsignaled() is called by a function in LuaStandAlone.php called handleIOError(), which means that the pcntl error may be just a side effect of another error.
== To-do list ==