summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2015-10-14 09:31:19 +0200
committerRemi Collet <fedora@famillecollet.com>2015-10-14 09:31:19 +0200
commit62f9089ad769f1666241a33d6b145167d495fa75 (patch)
treec9c6928c22a3601d9a6a80306d72ccf985533e8b
parenta47f758b1748627d67cfade5cb1617e31b2f941e (diff)
PHP 7.0.0RC5
-rw-r--r--failed.txt12
-rw-r--r--php-fpm-www.conf15
-rw-r--r--php70.spec15
3 files changed, 24 insertions, 18 deletions
diff --git a/failed.txt b/failed.txt
index b889806..6cb69d8 100644
--- a/failed.txt
+++ b/failed.txt
@@ -1,26 +1,24 @@
-===== 7.0.0-0.6.RC4 (2015-10-01)
+===== 7.0.0-0.7.RC5 (2015-10-15)
$ grep -r 'Tests failed' /var/lib/mock/*/build.log
/var/lib/mock/el6i/build.log:Tests failed : 1 ( 0.0%) ( 0.0%)
/var/lib/mock/el6x/build.log:Tests failed : 2 ( 0.0%) ( 0.0%)
-/var/lib/mock/el7x/build.log:Tests failed : 3 ( 0.0%) ( 0.0%)
+/var/lib/mock/el7x/build.log:Tests failed : 2 ( 0.0%) ( 0.0%)
/var/lib/mock/fc21i/build.log:Tests failed : 0 ( 0.0%) ( 0.0%)
/var/lib/mock/fc21x/build.log:Tests failed : 0 ( 0.0%) ( 0.0%)
/var/lib/mock/fc22i/build.log:Tests failed : 0 ( 0.0%) ( 0.0%)
-/var/lib/mock/fc22x/build.log:Tests failed : 1 ( 0.0%) ( 0.0%)
+/var/lib/mock/fc22x/build.log:Tests failed : 0 ( 0.0%) ( 0.0%)
/var/lib/mock/fc23i/build.log:Tests failed : 0 ( 0.0%) ( 0.0%)
-/var/lib/mock/fc23x/build.log:Tests failed : 0 ( 0.0%) ( 0.0%)
+/var/lib/mock/fc23x/build.log:Tests failed : 1 ( 0.0%) ( 0.0%)
el6i, el6x, el7x
Bug #33414 [2] (Comprehensive list of incorrect days returned after strotime() / date() tests) [ext/date/tests/bug33414-2.phpt]
el6x, el7x
strtotime() function (64 bit) [ext/date/tests/strtotime3-64bit.phpt]
-el7x
+fc23x
Test session_set_save_handler() function : basic functionality [ext/session/tests/session_set_save_handler_basic.phpt]
-fc22x
- Bug #64438 proc_open hangs with stdin/out with 4097+ bytes [ext/standard/tests/streams/proc_open_bug64438.phpt]
* proc_open give erratic test results :(
diff --git a/php-fpm-www.conf b/php-fpm-www.conf
index b0ad693..fc85692 100644
--- a/php-fpm-www.conf
+++ b/php-fpm-www.conf
@@ -5,6 +5,7 @@
; Per pool prefix
; It only applies on the following directives:
+; - 'access.log'
; - 'slowlog'
; - 'listen' (unixsocket)
; - 'chroot'
@@ -30,17 +31,15 @@ group = apache
; a specific port;
; '[ip:6:addr:ess]:port' - to listen on a TCP socket to a specific IPv6 address on
; a specific port;
-; 'port' - to listen on a TCP socket to all IPv4 addresses on a
-; specific port;
-; '[::]:port' - to listen on a TCP socket to all addresses
+; 'port' - to listen on a TCP socket to all addresses
; (IPv6 and IPv4-mapped) on a specific port;
; '/path/to/unix/socket' - to listen on a unix socket.
; Note: This value is mandatory.
listen = 127.0.0.1:9000
; Set listen(2) backlog.
-; Default Value: 65535
-;listen.backlog = 65535
+; Default Value: 511
+;listen.backlog = 511
; Set permissions for unix socket, if one is used. In Linux, read/write
; permissions must be set in order to allow connections from a web server.
@@ -302,9 +301,13 @@ pm.max_spare_servers = 35
; %t: server time the request was received
; it can accept a strftime(3) format:
; %d/%b/%Y:%H:%M:%S %z (default)
+; The strftime(3) format must be encapsuled in a %{<strftime_format>}t tag
+; e.g. for a ISO8601 formatted timestring, use: %{%Y-%m-%dT%H:%M:%S%z}t
; %T: time the log has been written (the request has finished)
; it can accept a strftime(3) format:
; %d/%b/%Y:%H:%M:%S %z (default)
+; The strftime(3) format must be encapsuled in a %{<strftime_format>}t tag
+; e.g. for a ISO8601 formatted timestring, use: %{%Y-%m-%dT%H:%M:%S%z}t
; %u: remote user
;
; Default: "%R - %u %t \"%m %r\" %s"
@@ -375,7 +378,7 @@ slowlog = /var/log/php-fpm/www-slow.log
; exectute php code.
; Note: set an empty value to allow all extensions.
; Default Value: .php
-;security.limit_extensions = .php .php3 .php4 .php5
+;security.limit_extensions = .php .php3 .php4 .php5 .php7
; Pass environment variables like LD_LIBRARY_PATH. All $VARIABLEs are taken from
; the current environment.
diff --git a/php70.spec b/php70.spec
index 1db28da..350a8dd 100644
--- a/php70.spec
+++ b/php70.spec
@@ -9,8 +9,8 @@
# Please preserve changelog entries
#
# API/ABI check
-%global apiver 20131218
-%global zendver 20141001
+%global apiver 20151012
+%global zendver 20151012
%global pdover 20150127
# Extension version
%global opcachever 7.0.6-dev
@@ -132,8 +132,8 @@
%global db_devel libdb-devel
%endif
-%global rcver RC4
-%global rpmrel 6
+%global rcver RC5
+%global rpmrel 7
Summary: PHP scripting language for creating dynamic web sites
Name: php
@@ -400,7 +400,7 @@ Provides: php-tokenizer, php-tokenizer%{?_isa}
Provides: php-zlib, php-zlib%{?_isa}
# For user experience, those extensions were part of php-common
Requires: php-json%{?_isa}
-Requires: php-zip%{?_isa}
+#Requires: php-zip%{?_isa}
Obsoletes: php-pecl-phar < 1.2.4
Obsoletes: php-pecl-Fileinfo < 1.0.5
@@ -2001,6 +2001,11 @@ fi
%changelog
+* Tue Oct 13 2015 Remi Collet <remi@fedoraproject.org> 7.0.0-0.7.RC5
+- Update to 7.0.0RC4
+- update php-fpm.d/www.conf comments
+- API and Zend API are now set to 20151012
+
* Wed Sep 30 2015 Remi Collet <remi@fedoraproject.org> 7.0.0-0.6.RC4
- Update to 7.0.0RC4
- php-fpm: set http authorization headers