]> git.pld-linux.org Git - packages/php.git/blobdiff - php.ini
- release 11.
[packages/php.git] / php.ini
diff --git a/php.ini b/php.ini
index 60239311052587f68c5472a6a3827b52d530669f..56e1237e67c61f66e36369e1f1f859f31e8eb5c6 100644 (file)
--- a/php.ini
+++ b/php.ini
@@ -187,12 +187,12 @@ auto_append_file  =
 ;;;;;;;;;;;;;;;;;;;;;;;;;
 ; Paths and Directories ;
 ;;;;;;;;;;;;;;;;;;;;;;;;;
-include_path   =                   ; UNIX: "/path1:/path2"  Windows: "\path1;\path2"
-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
+;include_path  =                   ; UNIX: "/path1:/path2"  Windows: "\path1;\path2"
+;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/php/            ; directory in which the loadable extensions (modules) reside
+;extension_dir =       /usr/lib/apache/php/            ; directory in which the loadable extensions (modules) reside
 
 
 ;;;;;;;;;;;;;;;;;;;;;;
@@ -208,13 +208,35 @@ extension_dir     =       /usr/lib/apache/php/            ; directory in which the loadable extensio
 ; needs to go here.  Specify the location of the extension with the extension_dir directive above.
 
 ;UNIX Extensions
-;extension=mysql.so
-;extension=pgsql.so
+;extension=bcmath.so
+;extension=calendar.so
+;extension=cpdf.so
+;extension=dba.so
+;extension=dbase.so
+;extension=exif.so
+;extension=filepro.so
+;extension=ftp.so
+;extension=gd.so
+;extension=gettext.so
 ;extension=imap.so
 ;extension=ldap.so
-;extension=xml.so
-;extension=gd.so
 ;extension=libphp_java.so
+;extension=mysql.so
+;extension=pcre.so
+;extension=pdf.so
+;extension=pgsql.so
+;extension=posix.so
+;extension=recode.so
+;extension=session.so
+;extension=snmp.so
+;extension=sysvsem.so
+;extension=sysvshm.so
+;extension=xml.so
+;extension=yp.so
+;extension=zlib.so
+
+;zend_optimizer.optimization_level=7
+;zend_extension="/usr/lib/apache/php/ZendOptimizer.so"
 
 ;;;;;;;;;;;;;;;;;;;
 ; Module Settings ;
@@ -230,7 +252,7 @@ define_syslog_variables     = Off   ; Whether or not to define the various syslog vari
 [mail function]
 SMTP                   =       localhost                       ;for win32 only
 sendmail_from  =       me@localhost.com        ;for win32 only
-sendmail_path  =                                               ;for unix only, may supply arguments as well (default is sendmail -t)
+sendmail_path  =       "/usr/sbin/sendmail -t"                                 ;for unix only, may supply arguments as well (default is sendmail -t)
 
 [Debugger]
 debugger.host  =       localhost
@@ -331,7 +353,7 @@ ifx.nullformat                      =       0       ; NULL's are returned as empty strings, unless this is set
 
 [Session]
 session.save_handler      = files   ; handler used to store/retrieve data
-session.save_path         = /tmp    ; argument passed to save_handler
+session.save_path         = /var/run/php    ; argument passed to save_handler
                                     ; in the case of files, this is the
                                     ; path where data files are stored
 session.use_cookies       = 1       ; whether to use cookies
@@ -377,3 +399,5 @@ mssql.compatability_mode    = Off   ; compatability mode with old versions of PHP 3.0
 ;assert.callback                       =       0       ; user-function to be called if an assertion fails.
 ;assert.quiet_eval                     =       0       ; eval the expression with current error_reporting(). set to true if you want error_reporting(0) around the eval().
 
+
+
This page took 0.107015 seconds and 4 git commands to generate.