[arch-commits] Commit in php/trunk (PKGBUILD php-fpm.conf.in.patch php.ini.patch)

Pierre Schmitz pierre at nymeria.archlinux.org
Sat Aug 10 15:22:32 UTC 2013


    Date: Saturday, August 10, 2013 @ 17:22:32
  Author: pierre
Revision: 192387

upgpkg: php 5.5.1-4

Modified:
  php/trunk/PKGBUILD
  php/trunk/php-fpm.conf.in.patch
  php/trunk/php.ini.patch

-----------------------+
 PKGBUILD              |   16 +++++++++-------
 php-fpm.conf.in.patch |   12 ++++++------
 php.ini.patch         |    7 ++++---
 3 files changed, 19 insertions(+), 16 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-08-10 14:19:42 UTC (rev 192386)
+++ PKGBUILD	2013-08-10 15:22:32 UTC (rev 192387)
@@ -21,8 +21,8 @@
          'php-sqlite'
          'php-tidy'
          'php-xsl')
-pkgver=5.4.17
-pkgrel=1
+pkgver=5.5.1
+pkgrel=4
 arch=('i686' 'x86_64')
 license=('PHP')
 url='http://www.php.net'
@@ -33,10 +33,10 @@
 source=("http://www.php.net/distributions/${pkgbase}-${pkgver}.tar.bz2"
         'php.ini.patch' 'apache.conf' 'php-fpm.conf.in.patch'
         'logrotate.d.php-fpm' 'php-fpm.service' 'php-fpm.tmpfiles')
-md5sums=('1e027e99e2a874310fd518e87e3947af'
-         '44c1bb1df346b3b9d3e092c7df9a37d0'
+md5sums=('e6520ba8f86e03451f1e9226ca2be681'
+         '696ea38760f3b9cc6b9cd8391ea28df5'
          'dec2cbaad64e3abf4f0ec70e1de4e8e9'
-         '5c1f4c967b66ce3eaf819b46951dcbf5'
+         '880afea327bb00c47082d22c507e6bfc'
          'e036c721e5ad927cd1613c7475a58b3a'
          'cc2940f5312ba42e7aa1ddfab74b84c4'
          'c60343df74f8e1afb13b084d5c0e47ed')
@@ -71,6 +71,7 @@
 		--enable-gd-native-ttf \
 		--enable-intl=shared \
 		--enable-mbstring \
+		--enable-opcache \
 		--enable-phar=shared \
 		--enable-posix=shared \
 		--enable-shmop=shared \
@@ -101,7 +102,7 @@
 		--with-mcrypt=shared \
 		--with-mhash \
 		--with-mssql=shared \
-		--with-mysql-sock=/var/run/mysqld/mysqld.sock \
+		--with-mysql-sock=/run/mysqld/mysqld.sock \
 		--with-mysql=shared,mysqlnd \
 		--with-mysqli=shared,mysqlnd \
 		--with-openssl=shared \
@@ -195,7 +196,8 @@
 # 	cd ${srcdir}/build-php
 # 	export SNMP_TIMEOUT=1
 # 	export SNMP_RETRIES=0
-# 	make test
+# 	printf "n\n" | make test
+# 	echo
 # }
 
 package_php() {

Modified: php-fpm.conf.in.patch
===================================================================
--- php-fpm.conf.in.patch	2013-08-10 14:19:42 UTC (rev 192386)
+++ php-fpm.conf.in.patch	2013-08-10 15:22:32 UTC (rev 192387)
@@ -1,8 +1,8 @@
---- sapi/fpm/php-fpm.conf.in	2012-08-15 06:26:05.000000000 +0200
-+++ sapi/fpm/php-fpm.conf.in	2012-08-16 14:17:41.809663595 +0200
+--- sapi/fpm/php-fpm.conf.in	2013-06-19 22:03:18.000000000 +0200
++++ sapi/fpm/php-fpm.conf.in	2013-06-20 17:03:03.728835784 +0200
 @@ -12,7 +12,7 @@
  ; Relative path can also be used. They will be prefixed by:
- ;  - the global prefix if it's been set (-p arguement)
+ ;  - the global prefix if it's been set (-p argument)
  ;  - @prefix@ otherwise
 -;include=etc/fpm.d/*.conf
 +;include=/etc/php/fpm.d/*.conf
@@ -18,7 +18,7 @@
  
  ; Error log file
  ; If it's set to "syslog", log is sent to syslogd instead of being written
-@@ -148,7 +148,8 @@
+@@ -156,7 +156,8 @@
  ;                            specific port;
  ;   '/path/to/unix/socket' - to listen on a unix socket.
  ; Note: This value is mandatory.
@@ -28,7 +28,7 @@
  
  ; Set listen(2) backlog.
  ; Default Value: 128 (-1 on FreeBSD and OpenBSD)
-@@ -159,9 +160,9 @@
+@@ -167,9 +168,9 @@
  ; BSD-derived systems allow connections regardless of permissions. 
  ; Default Values: user and group are set as the running user
  ;                 mode is set to 0666
@@ -41,7 +41,7 @@
   
  ; List of ipv4 addresses of FastCGI clients which are allowed to connect.
  ; Equivalent to the FCGI_WEB_SERVER_ADDRS environment variable in the original
-@@ -458,7 +459,7 @@
+@@ -466,7 +467,7 @@
  ; Chdir to this directory at the start.
  ; Note: relative path can be used.
  ; Default Value: current directory or / when chroot

Modified: php.ini.patch
===================================================================
--- php.ini.patch	2013-08-10 14:19:42 UTC (rev 192386)
+++ php.ini.patch	2013-08-10 15:22:32 UTC (rev 192387)
@@ -1,5 +1,5 @@
---- php.ini-production	2012-03-29 06:17:59.000000000 +0200
-+++ php.ini-production	2012-03-30 10:46:21.181340861 +0200
+--- php.ini-production	2013-05-08 18:45:31.000000000 +0200
++++ php.ini-production	2013-05-09 09:26:34.513279797 +0200
 @@ -305,7 +305,7 @@
  ; or per-virtualhost web server configuration file. This directive is
  ; *NOT* affected by whether Safe Mode is turned On or Off.
@@ -27,7 +27,7 @@
  ; On windows:
  ; extension_dir = "ext"
  
-@@ -859,51 +859,47 @@
+@@ -863,51 +863,48 @@
  ; If you only provide the name of the extension, PHP will look for it in its
  ; default extension directory.
  ;
@@ -96,6 +96,7 @@
 +;extension=mysqli.so
 +;extension=mysql.so
 +;extension=odbc.so
++;zend_extension=opcache.so
 +;extension=openssl.so
 +;extension=pdo_mysql.so
 +;extension=pdo_odbc.so




More information about the arch-commits mailing list