]>
granicus.if.org Git - php/log
Xinchen Hui [Tue, 7 Aug 2018 06:23:44 +0000 (14:23 +0800)]
Merge branch 'PHP-7.3'
* PHP-7.3:
Fix #76700 - Methods with altered visibility need to be added again
Pedro Magalhães [Fri, 3 Aug 2018 16:30:03 +0000 (17:30 +0100)]
Fix #76700 - Methods with altered visibility need to be added again
Xinchen Hui [Tue, 7 Aug 2018 06:21:02 +0000 (14:21 +0800)]
Merge branch 'bug-76700' of https://github.com/pmmaga/php-src
* 'bug-76700' of https://github.com/pmmaga/php-src:
Fix #76700 - Methods with altered visibility need to be added again
Xinchen Hui [Tue, 7 Aug 2018 04:36:48 +0000 (12:36 +0800)]
Merge branch 'PHP-7.3'
* PHP-7.3:
Fixed bug #76713 (Segmentation fault caused by property corruption)
Xinchen Hui [Tue, 7 Aug 2018 04:36:36 +0000 (12:36 +0800)]
Fixed bug #76713 (Segmentation fault caused by property corruption)
Anatol Belski [Mon, 6 Aug 2018 20:44:32 +0000 (22:44 +0200)]
Merge branch 'PHP-7.3'
* PHP-7.3:
Fix stack underflow in phar
Anatol Belski [Mon, 6 Aug 2018 20:35:11 +0000 (22:35 +0200)]
Fix stack underflow in phar
The checks can issue reads below and above the temporary buffer. A read
itself doesn't seem dangerous, but the condition result can be
arbitrary. Such reads have to be avoided. Likely this patch should be
backported.
Anatol Belski [Mon, 6 Aug 2018 12:29:06 +0000 (14:29 +0200)]
Merge branch 'PHP-7.3'
* PHP-7.3:
Update libmagic.patch [ci skip]
Anatol Belski [Mon, 6 Aug 2018 12:28:32 +0000 (14:28 +0200)]
Update libmagic.patch [ci skip]
Christoph M. Becker [Mon, 6 Aug 2018 11:31:37 +0000 (13:31 +0200)]
Merge branch 'PHP-7.3'
* PHP-7.3:
[ci skip] Extended class naming rule
Richard Fussenegger [Sat, 3 Jun 2017 11:32:48 +0000 (13:32 +0200)]
[ci skip] Extended class naming rule
Peter Kokot [Mon, 6 Aug 2018 07:43:14 +0000 (09:43 +0200)]
Merge branch 'PHP-7.3'
* PHP-7.3:
[ci skip] Update NEWS
[ci skip] Update NEWS
[ci skip] Update NEWS
Peter Kokot [Mon, 6 Aug 2018 07:43:03 +0000 (09:43 +0200)]
[ci skip] Update NEWS
Peter Kokot [Mon, 6 Aug 2018 07:42:42 +0000 (09:42 +0200)]
Merge branch 'PHP-7.2' into PHP-7.3
* PHP-7.2:
[ci skip] Update NEWS
[ci skip] Update NEWS
Peter Kokot [Mon, 6 Aug 2018 07:42:32 +0000 (09:42 +0200)]
[ci skip] Update NEWS
Peter Kokot [Mon, 6 Aug 2018 07:41:54 +0000 (09:41 +0200)]
Merge branch 'PHP-7.1' into PHP-7.2
* PHP-7.1:
[ci skip] Update NEWS
Peter Kokot [Mon, 6 Aug 2018 07:41:38 +0000 (09:41 +0200)]
[ci skip] Update NEWS
Peter Kokot [Mon, 6 Aug 2018 07:40:06 +0000 (09:40 +0200)]
Merge branch 'PHP-7.3'
* PHP-7.3:
Fix bug #76709: Minimal required zlib library is 1.2.0.4
Peter Kokot [Mon, 6 Aug 2018 07:39:52 +0000 (09:39 +0200)]
Merge branch 'PHP-7.2' into PHP-7.3
* PHP-7.2:
Fix bug #76709: Minimal required zlib library is 1.2.0.4
Peter Kokot [Mon, 6 Aug 2018 07:39:33 +0000 (09:39 +0200)]
Merge branch 'PHP-7.1' into PHP-7.2
* PHP-7.1:
Fix bug #76709: Minimal required zlib library is 1.2.0.4
Peter Kokot [Mon, 6 Aug 2018 07:37:16 +0000 (09:37 +0200)]
Fix bug #76709: Minimal required zlib library is 1.2.0.4
The minimal required version of zlib system library is 1.2.0.4 instead
of 1.0.9 as reported in the ./configure --help.
Peter Kokot [Mon, 6 Aug 2018 04:20:22 +0000 (06:20 +0200)]
Merge branch 'PHP-7.3'
* PHP-7.3:
[ci skip] Update NEWS
[ci skip] Update NEWS
[ci skip] Update NEWS
Peter Kokot [Mon, 6 Aug 2018 04:20:08 +0000 (06:20 +0200)]
[ci skip] Update NEWS
Peter Kokot [Mon, 6 Aug 2018 04:19:45 +0000 (06:19 +0200)]
Merge branch 'PHP-7.2' into PHP-7.3
* PHP-7.2:
[ci skip] Update NEWS
[ci skip] Update NEWS
Peter Kokot [Mon, 6 Aug 2018 04:19:33 +0000 (06:19 +0200)]
[ci skip] Update NEWS
Peter Kokot [Mon, 6 Aug 2018 04:17:59 +0000 (06:17 +0200)]
Merge branch 'PHP-7.1' into PHP-7.2
* PHP-7.1:
[ci skip] Update NEWS
Peter Kokot [Mon, 6 Aug 2018 04:17:45 +0000 (06:17 +0200)]
[ci skip] Update NEWS
Peter Kokot [Mon, 6 Aug 2018 04:16:25 +0000 (06:16 +0200)]
Merge branch 'PHP-7.3'
* PHP-7.3:
Fix bug #65988: Zlib version check fails
Peter Kokot [Mon, 6 Aug 2018 04:16:07 +0000 (06:16 +0200)]
Merge branch 'PHP-7.2' into PHP-7.3
* PHP-7.2:
Fix bug #65988: Zlib version check fails
Peter Kokot [Mon, 6 Aug 2018 04:15:51 +0000 (06:15 +0200)]
Merge branch 'PHP-7.1' into PHP-7.2
* PHP-7.1:
Fix bug #65988: Zlib version check fails
Jay Bonci [Mon, 6 Aug 2018 04:14:11 +0000 (06:14 +0200)]
Fix bug #65988: Zlib version check fails
When an 'include/zlib/' style dir is passed to --with-zlib configure
option the zlib version check fails.
Peter Kokot [Sun, 5 Aug 2018 23:45:01 +0000 (01:45 +0200)]
Merge branch 'PHP-7.3'
* PHP-7.3:
[ci skip] Update NEWS
[ci skip] Update NEWS
Peter Kokot [Sun, 5 Aug 2018 23:44:49 +0000 (01:44 +0200)]
Merge branch 'PHP-7.2' into PHP-7.3
* PHP-7.2:
[ci skip] Update NEWS
[ci skip] Update NEWS
Peter Kokot [Sun, 5 Aug 2018 23:44:37 +0000 (01:44 +0200)]
[ci skip] Update NEWS
Peter Kokot [Sun, 5 Aug 2018 23:44:07 +0000 (01:44 +0200)]
Merge branch 'PHP-7.1' into PHP-7.2
* PHP-7.1:
[ci skip] Update NEWS
Peter Kokot [Sun, 5 Aug 2018 23:43:37 +0000 (01:43 +0200)]
[ci skip] Update NEWS
Peter Kokot [Sun, 5 Aug 2018 23:39:07 +0000 (01:39 +0200)]
Merge branch 'PHP-7.3'
* PHP-7.3:
Fix bug #72443: Generate enabled extension
Peter Kokot [Sun, 5 Aug 2018 23:34:31 +0000 (01:34 +0200)]
Merge branch 'PHP-7.2' into PHP-7.3
* PHP-7.2:
Fix bug #72443: Generate enabled extension
Peter Kokot [Sun, 5 Aug 2018 23:28:39 +0000 (01:28 +0200)]
Merge branch 'PHP-7.1' into PHP-7.2
* PHP-7.1:
Fix bug #72443: Generate enabled extension
Peter Kokot [Sun, 5 Aug 2018 23:22:17 +0000 (01:22 +0200)]
Fix bug #72443: Generate enabled extension
The PHP extension generator script now generates enabled extension with
less required steps for using the newly generated files.
Gabriel Caruso [Sun, 5 Aug 2018 23:18:02 +0000 (20:18 -0300)]
Remove unecessaries percent signs
Gabriel Caruso [Sun, 5 Aug 2018 21:24:08 +0000 (18:24 -0300)]
Fix SKIPIF conditions for online tests
Add when necessary, as well remove when not
Christoph M. Becker [Sun, 5 Aug 2018 21:12:58 +0000 (23:12 +0200)]
Merge branch 'PHP-7.3'
* PHP-7.3:
[ci skip] Fix UPGRADING
Christoph M. Becker [Sun, 5 Aug 2018 21:12:29 +0000 (23:12 +0200)]
[ci skip] Fix UPGRADING
The “Allow a trailing comma in function calls” RFC has not been
mentioned there, yet.
Jakub Zelenka [Sun, 5 Aug 2018 19:37:46 +0000 (20:37 +0100)]
Merge branch 'PHP-7.3'
David Carlier [Mon, 30 Jul 2018 08:43:00 +0000 (09:43 +0100)]
fpm process name, FreeBSD 12.x using new setproctitle_fast
Jakub Zelenka [Sun, 5 Aug 2018 17:21:52 +0000 (18:21 +0100)]
Use php_openlog instead of openlog in FPM
Fix incorrect port in the previous commit
Jakub Zelenka [Sun, 5 Aug 2018 17:19:00 +0000 (18:19 +0100)]
Fix FPM logging when log pipe is closed
Peter Kokot [Sun, 5 Aug 2018 18:38:08 +0000 (20:38 +0200)]
Merge branch 'PHP-7.3'
* PHP-7.3:
[ci skip] Update NEWS
[ci skip] Update NEWS
[ci skip] Update NEWS
Peter Kokot [Sun, 5 Aug 2018 18:37:51 +0000 (20:37 +0200)]
[ci skip] Update NEWS
Peter Kokot [Sun, 5 Aug 2018 18:37:21 +0000 (20:37 +0200)]
Merge branch 'PHP-7.2' into PHP-7.3
* PHP-7.2:
[ci skip] Update NEWS
[ci skip] Update NEWS
Peter Kokot [Sun, 5 Aug 2018 18:36:59 +0000 (20:36 +0200)]
[ci skip] Update NEWS
Peter Kokot [Sun, 5 Aug 2018 18:36:33 +0000 (20:36 +0200)]
Merge branch 'PHP-7.1' into PHP-7.2
* PHP-7.1:
[ci skip] Update NEWS
Peter Kokot [Sun, 5 Aug 2018 18:35:23 +0000 (20:35 +0200)]
[ci skip] Update NEWS
Peter Kokot [Sun, 5 Aug 2018 18:32:27 +0000 (20:32 +0200)]
Merge branch 'PHP-7.3'
* PHP-7.3:
Fixed incorrect restoring of LDFLAGS
Peter Kokot [Sun, 5 Aug 2018 18:32:05 +0000 (20:32 +0200)]
Merge branch 'PHP-7.2' into PHP-7.3
* PHP-7.2:
Fixed incorrect restoring of LDFLAGS
Peter Kokot [Sun, 5 Aug 2018 18:27:33 +0000 (20:27 +0200)]
Merge branch 'PHP-7.1' into PHP-7.2
* PHP-7.1:
Fixed incorrect restoring of LDFLAGS
sji [Thu, 12 Jul 2018 13:23:47 +0000 (22:23 +0900)]
Fixed incorrect restoring of LDFLAGS
Jakub Zelenka [Sun, 5 Aug 2018 17:21:52 +0000 (18:21 +0100)]
Use php_openlog instead of openlog in FPM
Fix incorrect port in the previous commit
Jakub Zelenka [Sun, 5 Aug 2018 17:19:00 +0000 (18:19 +0100)]
Fix FPM logging when log pipe is closed
Gabriel Caruso [Sun, 5 Aug 2018 08:05:11 +0000 (05:05 -0300)]
Make test run on non debug builds
Christoph M. Becker [Sat, 4 Aug 2018 22:13:40 +0000 (00:13 +0200)]
Merge branch 'PHP-7.3'
* PHP-7.3:
Add missing skip conditions
Christoph M. Becker [Sat, 4 Aug 2018 22:01:35 +0000 (00:01 +0200)]
Add missing skip conditions
mbstring can be built without mbregex support, in which case these
tests would fail. Thus we add respective skip conditions.
Christoph M. Becker [Sat, 4 Aug 2018 21:24:20 +0000 (23:24 +0200)]
Merge branch 'PHP-7.3'
* PHP-7.3:
Fix #76706: mbstring.http_output_conv_mimetypes is ignored
Christoph M. Becker [Sat, 4 Aug 2018 21:24:04 +0000 (23:24 +0200)]
Fix #76706: mbstring.http_output_conv_mimetypes is ignored
_php_mb_match_regex() is supposed to return != 0 on success, and 0 on
failure. pcre2_match() returns >= 0 on success, and < 0 on failure.
We map the result accordingly.
Since this patch fixes four failing tests, there is no need to add
another.
Peter Kokot [Sat, 4 Aug 2018 16:23:25 +0000 (18:23 +0200)]
Merge branch 'PHP-7.3'
* PHP-7.3:
Remove outdated comment with PEAR xmlrpc dependency
Peter Kokot [Sat, 4 Aug 2018 16:22:08 +0000 (18:22 +0200)]
Remove outdated comment with PEAR xmlrpc dependency
The xmlrpc extension is not required to install PEAR anymore.
Anatol Belski [Sat, 4 Aug 2018 14:56:49 +0000 (16:56 +0200)]
Merge branch 'PHP-7.3'
* PHP-7.3:
Fix possible stack buffer overflow
Anatol Belski [Sat, 4 Aug 2018 14:56:08 +0000 (16:56 +0200)]
Fix possible stack buffer overflow
Peter Kokot [Sat, 4 Aug 2018 14:21:04 +0000 (16:21 +0200)]
Merge branch 'PHP-7.3'
* PHP-7.3:
[ci skip] Update NEWS
Peter Kokot [Sat, 4 Aug 2018 14:20:52 +0000 (16:20 +0200)]
Merge branch 'PHP-7.2' into PHP-7.3
* PHP-7.2:
[ci skip] Update NEWS
Peter Kokot [Sat, 4 Aug 2018 14:19:47 +0000 (16:19 +0200)]
[ci skip] Update NEWS
Bug fix #76595 has been done after the 7.2.9RC1 release and should go
to appropriate NEWS location then.
Peter Kokot [Sat, 4 Aug 2018 14:18:42 +0000 (16:18 +0200)]
Merge branch 'PHP-7.3'
* PHP-7.3:
[ci skip] Update NEWS
Peter Kokot [Sat, 4 Aug 2018 14:18:10 +0000 (16:18 +0200)]
Merge branch 'PHP-7.2' into PHP-7.3
* PHP-7.2:
[ci skip] Update NEWS
Peter Kokot [Sat, 4 Aug 2018 14:17:26 +0000 (16:17 +0200)]
Merge branch 'PHP-7.1' into PHP-7.2
* PHP-7.1:
[ci skip] Update NEWS
Peter Kokot [Sat, 4 Aug 2018 14:16:07 +0000 (16:16 +0200)]
[ci skip] Update NEWS
Bug fix #76595 has been done after RC release and should go to
appropriate NEWS location then.
Christoph M. Becker [Sat, 4 Aug 2018 12:04:55 +0000 (14:04 +0200)]
Merge branch 'PHP-7.3'
* PHP-7.3:
Fix #76704: mb_detect_order return value varies based on argument type
Christoph M. Becker [Sat, 4 Aug 2018 11:49:29 +0000 (13:49 +0200)]
Merge branch 'PHP-7.2' into PHP-7.3
* PHP-7.2:
Fix #76704: mb_detect_order return value varies based on argument type
Christoph M. Becker [Sat, 4 Aug 2018 11:46:50 +0000 (13:46 +0200)]
Merge branch 'PHP-7.3'
* PHP-7.3:
[ci skip] Fix NEWS
Christoph M. Becker [Sat, 4 Aug 2018 11:44:59 +0000 (13:44 +0200)]
[ci skip] Fix NEWS
beta1 has already been released, but does not contain the fix for bug
76595.
Christoph M. Becker [Sat, 4 Aug 2018 10:57:05 +0000 (12:57 +0200)]
Merge branch 'PHP-7.1' into PHP-7.2
* PHP-7.1:
Fix #76704: mb_detect_order return value varies based on argument type
Christoph M. Becker [Sat, 4 Aug 2018 10:51:57 +0000 (12:51 +0200)]
Fix #76704: mb_detect_order return value varies based on argument type
php_mb_parse_encoding_list() and php_mb_parse_encoding_array() are
supposed to return SUCCESS and FAILURE, not 1 and 0, respectively.
Peter Kokot [Sat, 4 Aug 2018 04:41:44 +0000 (06:41 +0200)]
Merge branch 'PHP-7.3'
* PHP-7.3:
[ci skip] Update NEWS
Peter Kokot [Sat, 4 Aug 2018 04:41:34 +0000 (06:41 +0200)]
[ci skip] Update NEWS
Peter Kokot [Sat, 4 Aug 2018 04:40:54 +0000 (06:40 +0200)]
Merge branch 'PHP-7.3'
* PHP-7.3:
[ci skip] Update NEWS
Peter Kokot [Sat, 4 Aug 2018 04:40:44 +0000 (06:40 +0200)]
Merge branch 'PHP-7.2' into PHP-7.3
* PHP-7.2:
[ci skip] Update NEWS
Peter Kokot [Sat, 4 Aug 2018 04:40:31 +0000 (06:40 +0200)]
[ci skip] Update NEWS
Peter Kokot [Sat, 4 Aug 2018 04:39:58 +0000 (06:39 +0200)]
Merge branch 'PHP-7.3'
* PHP-7.3:
[ci skip] Update NEWS
Peter Kokot [Sat, 4 Aug 2018 04:39:46 +0000 (06:39 +0200)]
Merge branch 'PHP-7.2' into PHP-7.3
* PHP-7.2:
[ci skip] Update NEWS
Peter Kokot [Sat, 4 Aug 2018 04:39:33 +0000 (06:39 +0200)]
Merge branch 'PHP-7.1' into PHP-7.2
* PHP-7.1:
[ci skip] Update NEWS
Peter Kokot [Sat, 4 Aug 2018 04:39:19 +0000 (06:39 +0200)]
[ci skip] Update NEWS
Peter Kokot [Sat, 4 Aug 2018 04:37:42 +0000 (06:37 +0200)]
Merge branch 'PHP-7.3'
* PHP-7.3:
Fix bug 76595: Update phpdbg man page
Peter Kokot [Sat, 4 Aug 2018 04:37:15 +0000 (06:37 +0200)]
Merge branch 'PHP-7.2' into PHP-7.3
* PHP-7.2:
Fix bug 76595: Update phpdbg man page
Peter Kokot [Sat, 4 Aug 2018 04:35:40 +0000 (06:35 +0200)]
Merge branch 'PHP-7.1' into PHP-7.2
* PHP-7.1:
Fix bug 76595: Update phpdbg man page
Kevin Abel [Mon, 9 Jul 2018 01:37:21 +0000 (20:37 -0500)]
Fix bug 76595: Update phpdbg man page
Send phpdbg.1 man page through configure replacements
Update phpdbg.1 man page to include all options
Fixes formatting to be more consistent with php.1
Fix paragraph whitespace and ignore phpdbg.1
Pedro Magalhães [Fri, 3 Aug 2018 16:30:03 +0000 (17:30 +0100)]
Fix #76700 - Methods with altered visibility need to be added again
Anatol Belski [Fri, 3 Aug 2018 12:11:18 +0000 (14:11 +0200)]
Merge branch 'PHP-7.3'
* PHP-7.3:
Remove asan incompatible options
Anatol Belski [Fri, 3 Aug 2018 12:10:37 +0000 (14:10 +0200)]
Remove asan incompatible options
Anatol Belski [Fri, 3 Aug 2018 10:35:32 +0000 (12:35 +0200)]
Use inliner cache also for non ext/sapi sources
Christoph M. Becker [Fri, 3 Aug 2018 08:53:07 +0000 (10:53 +0200)]
Merge branch 'PHP-7.3'
* PHP-7.3:
Update UPGRADING.INTERNALS wrt. Same Site Cookies