slackware-current/source/n/php/php.ini-development.diff
Patrick J Volkerding 79ca536e7f Sun Dec 1 19:45:45 UTC 2019
ap/tmux-3.0a-x86_64-1.txz:  Upgraded.
l/alsa-lib-1.2.1.2-x86_64-1.txz:  Upgraded.
l/imagemagick-7.0.9_7-x86_64-1.txz:  Upgraded.
l/oniguruma-6.9.4-x86_64-1.txz:  Added.
  This is a regular expressions library needed by PHP.
n/mutt-1.13.0-x86_64-1.txz:  Upgraded.
n/php-7.4.0-x86_64-1.txz:  Upgraded.
extra/pure-alsa-system/alsa-lib-1.2.1.2-x86_64-1_alsa.txz:  Upgraded.
2019-12-02 08:59:50 +01:00

59 lines
1.6 KiB
Diff

--- ./php.ini-development.orig 2019-11-26 14:13:37.000000000 -0600
+++ ./php.ini-development 2019-12-01 13:11:20.141848761 -0600
@@ -899,7 +899,47 @@
; 'extension='php_<ext>.dll') is supported for legacy reasons and may be
; deprecated in a future PHP major version. So, when it is possible, please
; move to the new ('extension=<ext>) syntax.
+
+; 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
+extension=bz2
+extension=calendar
+extension=ctype
+extension=curl
+extension=dba
+extension=dom
+extension=enchant
+extension=exif
+extension=ftp
+extension=gettext
+extension=gmp
+extension=iconv
+extension=intl
+extension=ldap
+extension=mbstring
+extension=mysqlnd
+extension=mysqli
+extension=odbc
+extension=openssl
+zend_extension=opcache
+extension=pdo
+extension=pdo_mysql
+extension=pdo_sqlite
+extension=pdo_odbc
+extension=pspell
+extension=shmop
+extension=snmp
+extension=soap
+extension=sqlite3
+extension=tokenizer
+extension=xmlreader
+extension=xmlrpc
+extension=xsl
+extension=zlib
+
; Notes for Windows environments :
;
; - Many DLL files are located in the extensions/ (PHP 4) or ext/ (PHP 5+)
@@ -1334,7 +1374,7 @@
; where MODE is the octal representation of the mode. Note that this
; does not overwrite the process's umask.
; http://php.net/session.save-path
-;session.save_path = "/tmp"
+session.save_path = "/var/lib/php"
; Whether to use strict session mode.
; Strict session mode does not accept an uninitialized session ID, and