Skip to content

Commit

Permalink
Increase PHP version
Browse files Browse the repository at this point in the history
  • Loading branch information
Magissia committed May 5, 2017
1 parent 6bccaed commit f6b79d8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ pkgname=("${pkgbase}"
"${pkgbase}-sqlite"
"${pkgbase}-tidy"
"${pkgbase}-xsl")
pkgver=5.6.22
pkgver=5.6.30
pkgrel=2
pkgfixname=5
pkgdesc="PHP is a server-side scripting language designed for web development but also used as a general-purpose programming language. "
Expand Down
8 changes: 4 additions & 4 deletions php.ini.patch
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
--- php.ini-production 2015-01-21 01:40:37.000000000 +0100
+++ php.ini-production 2015-01-22 16:23:17.311890258 +0100
+++ php.ini-production 2017-05-05 16:23:17.311890258 +0100
@@ -295,7 +295,7 @@
; and below. This directive makes most sense if used in a per-directory
; or per-virtualhost web server configuration file.
Expand Down Expand Up @@ -74,14 +74,14 @@
-;extension=php_xmlrpc.dll
-;extension=php_xsl.dll
+;extension=bcmath.so
+;extension=bz2.so
+extension=bz2.so
+;extension=calendar.so
+extension=curl.so
+;extension=dba.so
+;extension=enchant.so
+;extension=exif.so
+;extension=ftp.so
+;extension=gd.so
+extension=gd.so
+extension=gettext.so
+;extension=gmp.so
+;extension=iconv.so
Expand All @@ -94,7 +94,7 @@
+;extension=mysqli.so
+;extension=odbc.so
+;zend_extension=opcache.so
+;extension=openssl.so
+extension=openssl.so
+extension=pdo_mysql.so
+;extension=pdo_odbc.so
+;extension=pdo_pgsql.so
Expand Down

0 comments on commit f6b79d8

Please sign in to comment.