]> git.pld-linux.org Git - packages/php.git/commitdiff
- fix extension_dir in php.ini
authorJakub Bogusz <qboosh@pld-linux.org>
Mon, 25 Oct 2004 09:59:40 +0000 (09:59 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    php-lib64.patch -> 1.6

php-lib64.patch

index 48a0bae6b03e5ba954181257f0b6aeb4932f6cce..17a8a5cbbdac99062789d1acf16ab2860c46648d 100644 (file)
@@ -471,3 +471,14 @@ diff -urN php-5.0.0.org/scripts/Makefile.frag php-5.0.0/scripts/Makefile.frag
  
  BUILD_FILES = \
        scripts/phpize.m4 \
+--- php-5.0.2/php.ini.orig     2004-10-25 11:51:41.000000000 +0200
++++ php-5.0.2/php.ini  2004-10-25 11:56:54.000000000 +0200
+@@ -514,7 +514,7 @@
+ user_dir =
+ ; Directory in which the loadable extensions (modules) reside.
+-extension_dir = "/usr/lib/php"
++extension_dir = "/usr/lib64/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
This page took 0.30272 seconds and 4 git commands to generate.