slackware-current/source/n/php/php.ini-development.diff
Patrick J Volkerding 334fa970fe Mon Nov 27 21:54:37 UTC 2023
l/libqalculate-4.9.0-x86_64-1.txz:  Upgraded.
l/mozilla-nss-3.95-x86_64-1.txz:  Upgraded.
l/v4l-utils-1.26.0-x86_64-2.txz:  Rebuilt.
  Do not overwrite gconv-modules from glibc - instead, install it to
  gconv-modules.d/v4l-utils.conf.
  If your /usr/lib{,64}/gconv/gconv-modules was overwritten causing character
  conversion errors, reinstall the glibc package to fix this.
  Thanks to glennmcc.
n/php-8.3.0-x86_64-1.txz:  Upgraded.
n/samba-4.19.3-x86_64-1.txz:  Upgraded.
  This is a security release in order to address the following defect:
  An information leak vulnerability was discovered in Samba's LDAP server.
  Due to missing access control checks, an authenticated but unprivileged
  attacker could discover the names and preserved attributes of deleted objects
  in the LDAP store. Upgrading to this package will not prevent this
  information leak - if you are using Samba as an Active Directory Domain
  Controller, you will need to follow the instructions in the samba.org link
  given below.
  For more information, see:
    https://www.samba.org/samba/security/CVE-2018-14628.html
    https://www.cve.org/CVERecord?id=CVE-2018-14628
  (* Security fix *)
x/libwacom-2.9.0-x86_64-1.txz:  Upgraded.
2023-11-27 23:29:08 +01:00

61 lines
1.6 KiB
Diff

--- ./php.ini-development.orig 2023-11-21 08:40:35.000000000 -0600
+++ ./php.ini-development 2023-11-25 12:56:46.764896688 -0600
@@ -920,7 +920,49 @@
; '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=gd
+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=tidy
+extension=tokenizer
+extension=xmlreader
+extension=xsl
+extension=zip
+extension=zlib
+
; Notes for Windows environments :
;
; - Many DLL files are located in the ext/
@@ -1379,7 +1421,7 @@
; where MODE is the octal representation of the mode. Note that this
; does not overwrite the process's umask.
; https://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