]> git.pld-linux.org Git - packages/php.git/blobdiff - php-ini.patch
- backport from PHP CVS to fix compilation with PostgreSQL 7.2.x
[packages/php.git] / php-ini.patch
index c2ab7f023109fa9602acd3ae9f1b310f68589608..a6eb7d5cdf0ee00a23f99071a453567a0bc44247 100644 (file)
@@ -1,5 +1,6 @@
---- php.ini-dist       Mon Apr  8 03:15:16 2002
-+++ php.ini    Sat Jul 27 18:41:04 2002
+diff -durN php-4.2.2.orig/php.ini php-4.2.2/php.ini
+--- php-4.2.2.orig/php.ini     Wed Aug  7 18:24:45 2002
++++ php-4.2.2/php.ini  Wed Aug  7 18:30:27 2002
 @@ -74,7 +74,7 @@
  asp_tags = Off
  
@@ -9,6 +10,15 @@
  
  ; Enforce year 2000 compliance (will cause problems with non-compliant browsers)
  y2k_compliance = Off
+@@ -371,7 +371,7 @@
+ user_dir =
+ ; Directory in which the loadable extensions (modules) reside.
+-extension_dir = ./
++extension_dir = /usr/lib/php
+ ; 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
 @@ -692,7 +692,7 @@
  ; Argument passed to save_handler.  In the case of files, this is the path
  ; where data files are stored. Note: Windows users have to change this 
This page took 0.033373 seconds and 4 git commands to generate.