diff options
author | Patrick J Volkerding <volkerdi@slackware.com> | 2019-12-01 19:45:45 +0000 |
---|---|---|
committer | Eric Hameleers <alien@slackware.com> | 2019-12-02 08:59:50 +0100 |
commit | 79ca536e7f4b3fad2036c77c36f32d09d9c27894 (patch) | |
tree | 621909b52575850b8af82ef094dacc2d88a8940a /source/n/php/php.ini-development.diff | |
parent | c2f97cf7620f58491faeb94f83877b62b2d5de37 (diff) | |
download | current-79ca536e7f4b3fad2036c77c36f32d09d9c27894.tar.gz current-79ca536e7f4b3fad2036c77c36f32d09d9c27894.tar.xz |
Sun Dec 1 19:45:45 UTC 201920191201194545
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.
Diffstat (limited to '')
-rw-r--r-- | source/n/php/php.ini-development.diff | 15 |
1 files changed, 6 insertions, 9 deletions
diff --git a/source/n/php/php.ini-development.diff b/source/n/php/php.ini-development.diff index 2e8d6aa58..38947441e 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 2017-11-28 03:23:05.000000000 -0600 -+++ ./php.ini-development 2017-12-01 23:08:13.986123496 -0600 -@@ -875,7 +875,50 @@ +--- ./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. @@ -19,7 +19,6 @@ +extension=enchant +extension=exif +extension=ftp -+extension=gd +extension=gettext +extension=gmp +extension=iconv @@ -41,17 +40,15 @@ +extension=soap +extension=sqlite3 +extension=tokenizer -+extension=wddx +extension=xmlreader +extension=xmlrpc +extension=xsl -+extension=zip +extension=zlib + ; Notes for Windows environments : ; - ; - ODBC support is built in, so no dll is needed for it. -@@ -1341,7 +1384,7 @@ + ; - 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 @@ -59,4 +56,4 @@ +session.save_path = "/var/lib/php" ; Whether to use strict session mode. - ; Strict session mode does not accept uninitialized session ID and regenerate + ; Strict session mode does not accept an uninitialized session ID, and |