]> git.pld-linux.org Git - packages/php.git/commitdiff
- extension_dir = /usr/lib/apache/php/
authorpius <pius@pld-linux.org>
Wed, 23 Feb 2000 17:21:55 +0000 (17:21 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- added gd.so extension

Changed files:
    php.ini -> 1.3

php.ini

diff --git a/php.ini b/php.ini
index de58858af057564fd87920d1fdcaece6cd954f83..6f28017bcfaae9f02da8548ba98a3d231caafffc 100644 (file)
--- a/php.ini
+++ b/php.ini
@@ -192,7 +192,7 @@ doc_root            =                                       ; the root of the php pages, used only if nonempty
 user_dir               =                                       ; the directory under which php opens the script using /~username, used only if nonempty
 ;upload_tmp_dir        =                       ; temporary directory for HTTP uploaded files (will use system default if not specified)
 upload_max_filesize = 2097152       ; 2 Meg default limit on file uploads
-extension_dir  =       /usr/lib/apache/                ; directory in which the loadable extensions (modules) reside
+extension_dir  =       /usr/lib/apache/php/            ; directory in which the loadable extensions (modules) reside
 
 
 ;;;;;;;;;;;;;;;;;;;;;;
@@ -212,6 +212,7 @@ extension_dir       =       /usr/lib/apache/                ; directory in which the loadable extensions (
 ;extension=pgsql.so
 ;extension=imap.so
 ;extension=ldap.so
+;extension=gd.so
 
 ;;;;;;;;;;;;;;;;;;;
 ; Module Settings ;
This page took 0.075908 seconds and 4 git commands to generate.