Skip to content

Tag: configuration

How to log errors in the same directory of the script

What the question is about: need each script to log its errors in the same directory that the script is located, need to achieve this through pure configuration. By script I am not referring to included files, I’m referring to the files of the executing web pages. Example 1 A syntax error of: Has to log…

How enable_dl configuration in php can be useful?

I was going through php.ini and I have found the following parameter enable_dl with a strange description: This directive is really only useful in the Apache module version of PHP. You can turn dynamic loading of PHP extensions with dl() on and off per virtual server or per directory. The main reason for turn…