mirror of
git://slackware.nl/current.git
synced 2025-01-15 15:41:54 +01:00
5a12e7c134
Wed Aug 26 10:00:38 CDT 2009 Slackware 13.0 x86_64 is released as stable! Thanks to everyone who helped make this release possible -- see the RELEASE_NOTES for the credits. The ISOs are off to the replicator. This time it will be a 6 CD-ROM 32-bit set and a dual-sided 32-bit/64-bit x86/x86_64 DVD. We're taking pre-orders now at store.slackware.com. Please consider picking up a copy to help support the project. Once again, thanks to the entire Slackware community for all the help testing and fixing things and offering suggestions during this development cycle. As always, have fun and enjoy! -P.
114 lines
3.2 KiB
Diff
114 lines
3.2 KiB
Diff
--- ./php.ini-dist.orig 2007-05-27 13:04:10.000000000 -0500
|
|
+++ ./php.ini-dist 2007-06-28 23:43:02.000000000 -0500
|
|
@@ -473,7 +473,7 @@
|
|
user_dir =
|
|
|
|
; Directory in which the loadable extensions (modules) reside.
|
|
-extension_dir = "./"
|
|
+extension_dir = "/usr/lib/php/extensions/"
|
|
|
|
; 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
|
|
@@ -585,58 +585,43 @@
|
|
; needs to go here. Specify the location of the extension with the
|
|
; extension_dir directive above.
|
|
|
|
+; These are the extensions that are available for use on this PHP build.
|
|
+; If you do NOT need any of these extensions, you should comment them out.
|
|
+; That will probably increase both your security and performance.
|
|
+
|
|
+extension=bcmath.so
|
|
+extension=bz2.so
|
|
+extension=calendar.so
|
|
+extension=ctype.so
|
|
+extension=curl.so
|
|
+extension=dba.so
|
|
+extension=dbase.so
|
|
+extension=exif.so
|
|
+extension=ftp.so
|
|
+extension=gettext.so
|
|
+extension=gd.so
|
|
+extension=gmp.so
|
|
+extension=iconv.so
|
|
+extension=ldap.so
|
|
+extension=mbstring.so
|
|
+extension=mhash.so
|
|
+extension=mysql.so
|
|
+extension=mysqli.so
|
|
+extension=openssl.so
|
|
+extension=pdo.so
|
|
+extension=pdo_mysql.so
|
|
+extension=pdo_sqlite.so
|
|
+extension=pspell.so
|
|
+extension=shmop.so
|
|
+extension=snmp.so
|
|
+extension=soap.so
|
|
+extension=sqlite.so
|
|
+extension=tokenizer.so
|
|
+extension=wddx.so
|
|
+extension=xsl.so
|
|
+extension=zip.so
|
|
+extension=zlib.so
|
|
|
|
-; Windows Extensions
|
|
-; Note that ODBC support is built in, so no dll is needed for it.
|
|
-; Note that many DLL files are located in the extensions/ (PHP 4) ext/ (PHP 5)
|
|
-; extension folders as well as the separate PECL DLL download (PHP 5).
|
|
-; Be sure to appropriately set the extension_dir directive.
|
|
-
|
|
-;extension=php_bz2.dll
|
|
-;extension=php_curl.dll
|
|
-;extension=php_dba.dll
|
|
-;extension=php_dbase.dll
|
|
-;extension=php_exif.dll
|
|
-;extension=php_fdf.dll
|
|
-;extension=php_gd2.dll
|
|
-;extension=php_gettext.dll
|
|
-;extension=php_gmp.dll
|
|
-;extension=php_ifx.dll
|
|
-;extension=php_imap.dll
|
|
-;extension=php_interbase.dll
|
|
-;extension=php_ldap.dll
|
|
-;extension=php_mbstring.dll
|
|
-;extension=php_mcrypt.dll
|
|
-;extension=php_mhash.dll
|
|
-;extension=php_mime_magic.dll
|
|
-;extension=php_ming.dll
|
|
-;extension=php_msql.dll
|
|
-;extension=php_mssql.dll
|
|
-;extension=php_mysql.dll
|
|
-;extension=php_mysqli.dll
|
|
-;extension=php_oci8.dll
|
|
-;extension=php_openssl.dll
|
|
-;extension=php_pdo.dll
|
|
-;extension=php_pdo_firebird.dll
|
|
-;extension=php_pdo_mssql.dll
|
|
-;extension=php_pdo_mysql.dll
|
|
-;extension=php_pdo_oci.dll
|
|
-;extension=php_pdo_oci8.dll
|
|
-;extension=php_pdo_odbc.dll
|
|
-;extension=php_pdo_pgsql.dll
|
|
-;extension=php_pdo_sqlite.dll
|
|
-;extension=php_pgsql.dll
|
|
-;extension=php_pspell.dll
|
|
-;extension=php_shmop.dll
|
|
-;extension=php_snmp.dll
|
|
-;extension=php_soap.dll
|
|
-;extension=php_sockets.dll
|
|
-;extension=php_sqlite.dll
|
|
-;extension=php_sybase_ct.dll
|
|
-;extension=php_tidy.dll
|
|
-;extension=php_xmlrpc.dll
|
|
-;extension=php_xsl.dll
|
|
-;extension=php_zip.dll
|
|
|
|
;;;;;;;;;;;;;;;;;;;
|
|
; Module Settings ;
|
|
@@ -979,6 +964,7 @@
|
|
; where MODE is the octal representation of the mode. Note that this
|
|
; does not overwrite the process's umask.
|
|
;session.save_path = "/tmp"
|
|
+session.save_path = "/var/lib/php"
|
|
|
|
; Whether to use cookies.
|
|
session.use_cookies = 1
|