diff options
Diffstat (limited to 'source/n/php')
-rwxr-xr-x | source/n/php/php.SlackBuild | 2 | ||||
-rw-r--r-- | source/n/php/php.ini-development.diff | 10 |
2 files changed, 7 insertions, 5 deletions
diff --git a/source/n/php/php.SlackBuild b/source/n/php/php.SlackBuild index b46f9429..af2c2291 100755 --- a/source/n/php/php.SlackBuild +++ b/source/n/php/php.SlackBuild @@ -28,7 +28,7 @@ cd $(dirname $0) ; CWD=$(pwd) PKGNAM=php VERSION=${VERSION:-$(echo php-*.tar.xz | rev | cut -f 3- -d . | cut -f 1 -d - | rev)} ALPINE=2.22 -BUILD=${BUILD:-2} +BUILD=${BUILD:-3} # Automatically determine the architecture we're building on: if [ -z "$ARCH" ]; then diff --git a/source/n/php/php.ini-development.diff b/source/n/php/php.ini-development.diff index 38947441..b6b895b3 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 2019-11-26 14:13:37.000000000 -0600 -+++ ./php.ini-development 2019-12-01 13:11:20.141848761 -0600 -@@ -899,7 +899,47 @@ +--- ./php.ini-development.orig 2020-01-21 05:35:21.000000000 -0600 ++++ ./php.ini-development 2020-01-26 12:55:22.614578322 -0600 +@@ -899,7 +899,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. @@ -19,6 +19,7 @@ +extension=enchant +extension=exif +extension=ftp ++extension=gd +extension=gettext +extension=gmp +extension=iconv @@ -43,12 +44,13 @@ +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+) -@@ -1334,7 +1374,7 @@ +@@ -1334,7 +1376,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 |