summaryrefslogtreecommitdiffstats
path: root/source/n/php/php.ini-development.diff
diff options
context:
space:
mode:
Diffstat (limited to 'source/n/php/php.ini-development.diff')
-rw-r--r--source/n/php/php.ini-development.diff13
1 files changed, 6 insertions, 7 deletions
diff --git a/source/n/php/php.ini-development.diff b/source/n/php/php.ini-development.diff
index ce12f5a4b..b64460d04 100644
--- a/source/n/php/php.ini-development.diff
+++ b/source/n/php/php.ini-development.diff
@@ -1,6 +1,6 @@
---- ./php.ini-development.orig 2020-05-12 03:09:16.000000000 -0500
-+++ ./php.ini-development 2020-05-12 14:14:32.901530776 -0500
-@@ -899,7 +899,50 @@
+--- ./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.
@@ -43,18 +43,17 @@
+extension=tidy
+extension=tokenizer
+extension=xmlreader
-+extension=xmlrpc
+extension=xsl
+extension=zip
+extension=zlib
+
; Notes for Windows environments :
;
- ; - Many DLL files are located in the extensions/ (PHP 4) or ext/ (PHP 5+)
-@@ -1335,7 +1378,7 @@
+ ; - 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.
- ; http://php.net/session.save-path
+ ; https://php.net/session.save-path
-;session.save_path = "/tmp"
+session.save_path = "/var/lib/php"