]> git.pld-linux.org Git - packages/php.git/commitdiff
- rediff
authorElan Ruusamäe <glen@pld-linux.org>
Sat, 20 Feb 2010 14:23:32 +0000 (14:23 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    php-ini.patch -> 1.37

php-ini.patch

index b5ab5d325fc23d7073cd48da559e2daecc1cf60f..a68d1e34e2cf245f0deea1b48575c40738923e73 100644 (file)
@@ -1,5 +1,5 @@
---- php-5.3.0/php.ini.orig     2009-07-06 21:50:34.212939491 +0200
-+++ php-5.3.0/php.ini  2009-07-06 21:54:46.076247404 +0200
+--- php-5.3.1/php.ini~ 2010-02-20 16:22:57.026908000 +0200
++++ php-5.3.1/php.ini  2010-02-20 16:23:03.343575520 +0200
 @@ -428,7 +428,7 @@
  ; threat in any way, but it makes it possible to determine whether you use PHP
  ; on your server or not.
@@ -18,7 +18,7 @@
  
  ; Turn off normal error reporting and emit XML-RPC error XML
  ; http://php.net/xmlrpc-errors
-@@ -808,7 +808,7 @@
+@@ -804,7 +804,7 @@
  
  ; Directory in which the loadable extensions (modules) reside.
  ; http://php.net/extension-dir
@@ -27,7 +27,7 @@
  ; On windows:
  ; extension_dir = "ext"
  
-@@ -818,53 +818,6 @@
+@@ -814,53 +814,6 @@
  ; http://php.net/enable-dl
  enable_dl = Off
  
@@ -81,7 +81,7 @@
  ;;;;;;;;;;;;;;;;
  ; File Uploads ;
  ;;;;;;;;;;;;;;;;
-@@ -891,54 +891,6 @@
+@@ -938,54 +891,6 @@
  ; If you only provide the name of the extension, PHP will look for it in its
  ; default extension directory.
  ;
  ;;;;;;;;;;;;;;;;;;;
  ; Module Settings ;
  ;;;;;;;;;;;;;;;;;;;
-@@ -1232,6 +1138,9 @@
+@@ -1235,6 +1140,9 @@
  ; http://php.net/mysql.connect-timeout
  mysql.connect_timeout = 60
  
  ; Trace mode. When trace_mode is active (=On), warnings for table/index scans and
  ; SQL-Errors will be displayed.
  ; http://php.net/mysql.trace-mode
-@@ -1271,6 +1180,9 @@
+@@ -1274,6 +1182,9 @@
  ; http://php.net/mysqli.default-socket
  mysqli.default_socket =
  
  ; Default host for mysql_connect() (doesn't apply in safe mode).
  ; http://php.net/mysqli.default-host
  mysqli.default_host =
-@@ -1437,7 +1349,7 @@
+@@ -1440,7 +1351,7 @@
  
  [browscap]
  ; http://php.net/browscap
  
  [Session]
  ; Handler used to store/retrieve data.
-@@ -1857,7 +1769,7 @@
+@@ -1863,7 +1774,7 @@
  
  ; Sets the directory name where SOAP extension will put cache files.
  ; http://php.net/soap.wsdl-cache-dir
 -soap.wsdl_cache_dir="/tmp"
 +soap.wsdl_cache_dir="/var/run/php"
  
- ; (time to live) Sets the number of second while cached file will be used 
+ ; (time to live) Sets the number of second while cached file will be used
  ; instead of original one.
This page took 0.040358 seconds and 4 git commands to generate.