I am trying to work out why just one public directory on my linux server now outputs a php.err.log file.
When I checked my php.ini file, at the end of the normal file I find these lines seem to have been added:
These all seem to be valid values, I remember adding all the disable functions for example .... what are these lines all about and what do 407c408 etc mean?Code:// up to this point, just my normal ~1200 lines of a php ini file then ... ; Local Variables: ; tab-width: 4 ; End: 141c141 < short_open_tag = On --- > short_open_tag = Off 226c226 < safe_mode = Off --- > safe_mode = On 231c231 < safe_mode_gid = Off then .... > open_basedir = "/var/www/" 267c267,268 < disable_functions = --- > disable_functions =phpinfo,exec,system,eval,passthru,readfile,shell_exec > //disable_functions = 291c292 < expose_php = On --- > expose_php = Off 407c408 < ;error_log = filename --- > error_log = php_err.log
The tab-width line at the top suggests it might be some old notes from a nix editor, I recently had my admin-guy upgrade the PHP version to 5.2.5
I still haven't worked out why only one directory is outputting php.err.log, that is another question really, but if you have a checklist of things I should look at then pls let me know.





Bookmarks