A lesser known trick is that mod_php maps stderr to the Apache log. And, there is a stream for that, so file_put_contents('php://stderr', ... ... <看更多>
Search
Search
A lesser known trick is that mod_php maps stderr to the Apache log. And, there is a stream for that, so file_put_contents('php://stderr', ... ... <看更多>
I found the problem. In the Apache server, inside the php.ini, the variable... track_errors = Off. To get this information, you can do in a phpfile ... ... <看更多>
ini is shown in your phpinfo() output under "Loaded Configuration File". Enable remote debugging in your php.ini : For Xdebug v3.x.x: xdebug.mode = debug ... ... <看更多>
php As usual, you need to log into the cPanel account your web hosting has provided. Search for the Files ... ... <看更多>