SOURCES: php-ini.patch - log_errors = On, to be able to see what's...

glen glen at pld-linux.org
Sun Jun 19 18:20:22 CEST 2005


Author: glen                         Date: Sun Jun 19 16:20:22 2005 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- log_errors = On, to be able to see what's going on with CLI (probably you need this for apache too)

---- Files affected:
SOURCES:
   php-ini.patch (1.14 -> 1.15) 

---- Diffs:

================================================================
Index: SOURCES/php-ini.patch
diff -u SOURCES/php-ini.patch:1.14 SOURCES/php-ini.patch:1.15
--- SOURCES/php-ini.patch:1.14	Sun Dec 26 20:10:58 2004
+++ SOURCES/php-ini.patch	Sun Jun 19 18:20:16 2005
@@ -139,3 +139,14 @@
  
  ; 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.
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SOURCES/php-ini.patch?r1=1.14&r2=1.15&f=u




More information about the pld-cvs-commit mailing list