]> git.pld-linux.org Git - packages/php.git/commitdiff
- log_errors = On, to be able to see what's going on with CLI (probably you need...
authorElan Ruusamäe <glen@pld-linux.org>
Sun, 19 Jun 2005 16:20:16 +0000 (16:20 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    php-ini.patch -> 1.15

php-ini.patch

index b15c44153ec63ec44cf15c53860a7f5f67b8cad6..6fed978b71874a21d216a65d4e98524cfb3d964b 100644 (file)
  
  ; Whether or not to enable the dl() function.  The dl() function does NOT work
  ; properly in multithreaded servers, such as IIS or Zeus, and is automatically
+--- php-5.0.4/php.ini~ 2005-06-19 19:19:01.000000000 +0300
++++ php-5.0.4/php.ini  2005-06-19 19:19:21.000000000 +0300
+@@ -369,7 +369,7 @@
+ ; Log errors into a log file (server-specific log, stderr, or error_log (below))
+ ; As stated above, you're strongly advised to use error logging in place of
+ ; error displaying on production web sites.
+-log_errors = Off
++log_errors = On
+ ; Set maximum length of log_errors. In error_log information about the source is
+ ; added. The default is 1024 and 0 allows to not apply any maximum length at all.
This page took 0.045556 seconds and 4 git commands to generate.