SOURCES (DEVEL): php-ini.patch - keep the short_open_tag on

glen glen at pld-linux.org
Fri Apr 24 00:27:02 CEST 2009


Author: glen                         Date: Thu Apr 23 22:27:02 2009 GMT
Module: SOURCES                       Tag: DEVEL
---- Log message:
- keep the short_open_tag on

---- Files affected:
SOURCES:
   php-ini.patch (1.30.2.2 -> 1.30.2.3) 

---- Diffs:

================================================================
Index: SOURCES/php-ini.patch
diff -u SOURCES/php-ini.patch:1.30.2.2 SOURCES/php-ini.patch:1.30.2.3
--- SOURCES/php-ini.patch:1.30.2.2	Mon Aug 11 00:31:46 2008
+++ SOURCES/php-ini.patch	Fri Apr 24 00:26:56 2009
@@ -1,6 +1,5 @@
-diff -ur php5.3-200808101830/php.ini mod/php.ini
---- php5.3-200808101830/php.ini	2008-08-10 21:52:36.034263222 +0000
-+++ mod/php.ini	2008-08-10 21:51:30.527603438 +0000
+--- mod/php.ini	2008-08-10 21:51:30.527603438 +0000
++++ php5.3-200904152030/php.ini	2009-04-24 01:26:05.434886222 +0300
 @@ -1,26 +1,21 @@
  [PHP]
  
@@ -50,6 +49,15 @@
  
  ; Enforce year 2000 compliance (will cause problems with non-compliant browsers)
  y2k_compliance = On
+@@ -228,7 +223,7 @@
+ ; Development Value: Off
+ ; Production Value: Off
+ ; http://php.net/short-open-tag
+-short_open_tag = Off
++short_open_tag = On
+ 
+ ; Allow ASP-style <% %> tags.
+ ; http://php.net/asp-tags
 @@ -253,7 +248,7 @@
  ; (e.g. by adding its signature to the Web server header).  It is no security
  ; threat in any way, but it makes it possible to determine whether you use PHP
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SOURCES/php-ini.patch?r1=1.30.2.2&r2=1.30.2.3&f=u



More information about the pld-cvs-commit mailing list