Skip to content
Advertisement

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 to: Example 2 A

phpMyAdmin doesn’t load database import file with unsupported compression (application/gzip)

I upgraded from an older lubutu release to 14, now running PHP 5.5 and phpMyAdmin 4.0.10deb1, I regularly move small MySQL database exports between hosts (700KB gzip, around 7-10MB decompressed SQL). You attempted to load file with unsupported compression (application/gzip). Either support for it is not implemented or disabled by your configuration. This was all working swimmingly on the older

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 turning dynamic loading off is security. With

What are the .ini files in /etc/php5/conf.d folder for?

I get that the .ini files in /etc/php5/cli have to do with CLI usage of PHP, the files in /etc/php5/fpm are about FastCGI/FPM aspect of PHP, but what about the .ini files located in /etc/php5/conf.d? Answer From /usr/share/doc/php5-common/README.Debian.gz (on an Ubuntu system with PHP installed): Additionally, each SAPI is configured with the compile-time option which for all SAPI’s is actually

Advertisement