]> git.pld-linux.org Git - packages/php.git/blobdiff - php-ini.patch
- fix for pcre 8.30 (do not use pcre_info deprecated 12 years ago)
[packages/php.git] / php-ini.patch
index dbb0d8e5af6b632aed3ed34c8d407f5aa9d2ed21..f9b46a0a13337819a456f0ab24e990a161e9d0c8 100644 (file)
@@ -1,5 +1,5 @@
---- php-5.3.4/php.ini~ 2010-12-12 23:03:42.000000000 +0200
-+++ php-5.3.4/php.ini  2010-12-12 23:05:56.583592856 +0200
+--- php-5.3.9/php.ini~ 2012-01-11 21:35:14.000000000 +0200
++++ php-5.3.9/php.ini  2012-01-11 21:35:49.227068991 +0200
 @@ -223,7 +223,7 @@
  ; Development Value: Off
  ; Production Value: Off
  
  ;;;;;;;;;;;;;;;;;;;
  ; Resource Limits ;
-@@ -583,7 +583,7 @@
- ; Development Value: On
- ; Production Value: Off
- ; http://php.net/track-errors
--track_errors = Off
-+track_errors = On
- ; Turn off normal error reporting and emit XML-RPC error XML
- ; http://php.net/xmlrpc-errors
 @@ -804,7 +804,7 @@
  
  ; Directory in which the loadable extensions (modules) reside.
  ;
  ;   extension=msql.so
  ;
-@@ -891,49 +887,8 @@
+@@ -899,53 +899,8 @@
  ; If you only provide the name of the extension, PHP will look for it in its
  ; default extension directory.
  ;
 -;extension=php_mysql.dll
 -;extension=php_mysqli.dll
 -;extension=php_oci8.dll      ; Use with Oracle 10gR2 Instant Client
--;extension=php_oci8_11g.dll  ; Use with Oracle 11g Instant Client
+-;extension=php_oci8_11g.dll  ; Use with Oracle 11gR2 Instant Client
 -;extension=php_openssl.dll
 -;extension=php_pdo_firebird.dll
 -;extension=php_pdo_mssql.dll
 -;extension=php_pgsql.dll
 -;extension=php_pspell.dll
 -;extension=php_shmop.dll
+-
+-; The MIBS data available in the PHP distribution must be installed. 
+-; See http://www.php.net/manual/en/snmp.installation.php 
 -;extension=php_snmp.dll
+-
 -;extension=php_soap.dll
 -;extension=php_sockets.dll
 -;extension=php_sqlite.dll
This page took 0.041657 seconds and 4 git commands to generate.