]> git.pld-linux.org Git - packages/php.git/commitdiff
- disable html errors in errorlog
authorElan Ruusamäe <glen@pld-linux.org>
Tue, 10 Oct 2006 14:01:36 +0000 (14:01 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    php-ini.patch -> 1.22

php-ini.patch

index 21c4c9b3f3eef3d47c8fe0ed856bd192e9fd303b..4f424e4eacf2195df34a94d588bd2ed5d1c5012f 100644 (file)
@@ -1,5 +1,5 @@
---- php-5.1.6/php.ini~ 2006-09-26 12:52:32.871369095 +0300
-+++ php-5.1.6/php.ini  2006-09-26 12:50:19.858375000 +0300
+--- php-5.1.6/php.ini  2006-09-26 12:50:19.858375000 +0300
++++ php-5.1.6/php.ini  2006-10-10 17:00:44.427176439 +0300
 @@ -3,13 +3,18 @@
  ;;;;;;;;;;;
  ; WARNING ;
@@ -26,8 +26,7 @@
  
  ;;;;;;;;;;;;;;;;;;;
  ; About php.ini   ;
-@@ -59,10 +64,72 @@
- ;;;;;;;;;;;;;;;;;;;
+@@ -60,9 +65,71 @@
  ; About this file ;
  ;;;;;;;;;;;;;;;;;;;
 -; All the values in the php.ini-dist file correspond to the builtin
@@ -36,7 +35,7 @@
 +; If you use constants in your value, and these constants belong to a
 +; dynamically loaded extension (either a PHP extension or a Zend extension),
 +; you may only use these constants *after* the line that loads the extension.
-+
  
 +; Below is the list of settings changed from default as specified in
 +; php.ini-recommended. These settings make PHP more secure and encourage
@@ -99,7 +98,7 @@
 +;     It's not possible to decide to force a variable to be passed by reference
 +;     when calling a function.  The PHP 4 style to do this is by making the
 +;     function require the relevant argument by reference.
++
  ;;;;;;;;;;;;;;;;;;;;
  ; Language Options ;
 @@ -86,7 +153,7 @@
  
  ; 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.
+@@ -341,7 +410,7 @@
+ ; Disable the inclusion of HTML tags in error messages.
+ ; Note: Never use this feature for production boxes.
+-;html_errors = Off
++html_errors = Off
+ ; If html_errors is set On PHP produces clickable error messages that direct
+ ; to a page describing the error or function causing the error in detail.
 @@ -385,7 +454,7 @@
  ; Environment and Built-in variables (G, P, C, E & S respectively, often
  ; referred to as EGPCS or GPC).  Registration is done from left to right, newer
This page took 0.198849 seconds and 4 git commands to generate.