diff options
Diffstat (limited to 'php.ini-development')
| -rw-r--r-- | php.ini-development | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/php.ini-development b/php.ini-development index 60d1000e9..c8a7a1f9f 100644 --- a/php.ini-development +++ b/php.ini-development @@ -946,8 +946,6 @@ default_socket_timeout = 60 ; ;extension=php_bz2.dll ;extension=php_curl.dll -;extension=php_dba.dll -;extension=php_exif.dll ;extension=php_fileinfo.dll ;extension=php_gd2.dll ;extension=php_gettext.dll @@ -957,8 +955,7 @@ default_socket_timeout = 60 ;extension=php_interbase.dll ;extension=php_ldap.dll ;extension=php_mbstring.dll -;extension=php_ming.dll -;extension=php_mssql.dll +;extension=php_exif.dll ; Must be after mbstring as it depends on it ;extension=php_mysql.dll ;extension=php_mysqli.dll ;extension=php_oci8.dll ; Use with Oracle 10gR2 Instant Client @@ -1101,7 +1098,8 @@ smtp_port = 25 ; Add X-PHP-Originating-Script: that will include uid of the script followed by the filename mail.add_x_header = On -; Log all mail() calls including the full path of the script, line #, to address and headers +; The path to a log file that will log all mail() calls. Log entries include +; the full path of the script, line number, To address and headers. ;mail.log = [SQL] @@ -1547,7 +1545,7 @@ session.gc_maxlifetime = 1440 ; collection through a shell script, cron entry, or some other method. ; For example, the following script would is the equivalent of ; setting session.gc_maxlifetime to 1440 (1440 seconds = 24 minutes): -; cd /path/to/sessions; find -cmin +24 | xargs rm +; find /path/to/sessions -cmin +24 | xargs rm ; PHP 4.2 and less have an undocumented feature/bug that allows you to ; to initialize a session variable in the global scope, even when register_globals |
