]>
granicus.if.org Git - php/log
Joe Watkins [Sun, 8 Jan 2017 21:05:36 +0000 (21:05 +0000)]
Merge branch 'PHP-7.1'
* PHP-7.1:
Use proper file extension for the README
Joe Watkins [Sun, 8 Jan 2017 21:05:24 +0000 (21:05 +0000)]
Merge branch 'PHP-7.0' into PHP-7.1
* PHP-7.0:
Use proper file extension for the README
Markus Staab [Sun, 8 Jan 2017 21:02:50 +0000 (22:02 +0100)]
Use proper file extension for the README
Joe Watkins [Sun, 8 Jan 2017 20:28:22 +0000 (20:28 +0000)]
Merge branch 'PHP-7.1'
* PHP-7.1:
Fix 404 links in Litespeed README - Bug 73890
Joe Watkins [Sun, 8 Jan 2017 20:28:05 +0000 (20:28 +0000)]
Merge branch 'PHP-7.0' into PHP-7.1
* PHP-7.0:
Fix 404 links in Litespeed README - Bug 73890
Peter Kokot [Sun, 8 Jan 2017 20:24:25 +0000 (21:24 +0100)]
Fix 404 links in Litespeed README - Bug 73890
Anatol Belski [Sun, 8 Jan 2017 19:16:44 +0000 (20:16 +0100)]
Merge branch 'PHP-7.1'
* PHP-7.1:
update NEWS
update NEWS
Anatol Belski [Sun, 8 Jan 2017 19:13:27 +0000 (20:13 +0100)]
update NEWS
Anatol Belski [Sun, 8 Jan 2017 19:12:53 +0000 (20:12 +0100)]
Merge branch 'PHP-7.0' into PHP-7.1
* PHP-7.0:
update NEWS
Anatol Belski [Sun, 8 Jan 2017 19:07:16 +0000 (20:07 +0100)]
update NEWS
Joe Watkins [Sun, 8 Jan 2017 19:03:33 +0000 (19:03 +0000)]
Merge branch 'PHP-7.1'
* PHP-7.1:
improve FPM tests (mostly for systemd build)
Joe Watkins [Sun, 8 Jan 2017 19:03:10 +0000 (19:03 +0000)]
Merge branch 'PHP-7.0' into PHP-7.1
* PHP-7.0:
improve FPM tests (mostly for systemd build)
Remi Collet [Sun, 8 Jan 2017 18:55:30 +0000 (19:55 +0100)]
improve FPM tests (mostly for systemd build)
Anatol Belski [Sun, 8 Jan 2017 17:56:05 +0000 (18:56 +0100)]
Merge branch 'PHP-7.1'
* PHP-7.1:
[ast] Fix exporting **= in expansion of assign op
Anatol Belski [Sun, 8 Jan 2017 17:54:28 +0000 (18:54 +0100)]
Merge branch 'PHP-7.0' into PHP-7.1
* PHP-7.0:
[ast] Fix exporting **= in expansion of assign op
Sara Golemon [Sat, 6 Aug 2016 22:12:09 +0000 (15:12 -0700)]
[ast] Fix exporting **= in expansion of assign op
(cherry picked from commit
9c3865eb6a72a6f369ba524c5a87b4896a3a9acb )
Nikita Popov [Sun, 8 Jan 2017 12:48:54 +0000 (13:48 +0100)]
Merge branch 'PHP-7.1'
Nikita Popov [Sun, 8 Jan 2017 12:48:48 +0000 (13:48 +0100)]
Merge branch 'PHP-7.0' into PHP-7.1
Nikita Popov [Sun, 8 Jan 2017 12:47:20 +0000 (13:47 +0100)]
deflate_add(): Don't add unnecessary +1 to size
zend_string_realloc will do this by itself.
Nikita Popov [Sun, 8 Jan 2017 11:00:58 +0000 (12:00 +0100)]
Add test for buf #65251
Anatol Belski [Sun, 8 Jan 2017 00:23:51 +0000 (01:23 +0100)]
Merge branch 'PHP-7.1'
* PHP-7.1:
update NEWS
Anatol Belski [Sun, 8 Jan 2017 00:22:00 +0000 (01:22 +0100)]
update NEWS
Anatol Belski [Sat, 7 Jan 2017 23:39:53 +0000 (00:39 +0100)]
Merge branch 'PHP-7.1'
* PHP-7.1:
move various places to the centralized OpenSSL setup routine
use the new API for opaque symbol in OpenSSL 1.1.x
implement basic config support for OpenSSL 1.1.x
Anatol Belski [Sat, 7 Jan 2017 23:17:31 +0000 (00:17 +0100)]
move various places to the centralized OpenSSL setup routine
Anatol Belski [Sat, 7 Jan 2017 23:07:54 +0000 (00:07 +0100)]
use the new API for opaque symbol in OpenSSL 1.1.x
Anatol Belski [Sat, 7 Jan 2017 22:47:04 +0000 (23:47 +0100)]
implement basic config support for OpenSSL 1.1.x
Nikita Popov [Sat, 7 Jan 2017 23:02:42 +0000 (00:02 +0100)]
Merge branch 'PHP-7.1'
Nikita Popov [Sat, 7 Jan 2017 23:02:33 +0000 (00:02 +0100)]
Merge branch 'PHP-7.0' into PHP-7.1
Nikita Popov [Sat, 7 Jan 2017 23:01:05 +0000 (00:01 +0100)]
Fix OOB read introduced by previous commit
Ooops...
Nikita Popov [Sat, 7 Jan 2017 22:56:00 +0000 (23:56 +0100)]
Merge branch 'PHP-7.1'
Nikita Popov [Sat, 7 Jan 2017 22:55:20 +0000 (23:55 +0100)]
Merge branch 'PHP-7.0' into PHP-7.1
Rowan Collins [Wed, 30 Mar 2016 22:12:03 +0000 (22:12 +0000)]
http_fopen_wrapper.c - Handle HTTP headers with varying white space
The stream handler assumed all HTTP headers contained exactly one space,
but the standard says there may be zero or more. Should fix Bug #47021,
and any other edge cases caused by a web server sending unusual spacing,
e.g. the MIME type discovered from Content-Type: can no longer contain
leading whitespace.
We strip trailing whitespace from the headers added into
$http_response_header as well.
Nikita Popov [Sat, 7 Jan 2017 21:54:26 +0000 (22:54 +0100)]
Merge branch 'PHP-7.1'
Nikita Popov [Sat, 7 Jan 2017 21:54:16 +0000 (22:54 +0100)]
Merge branch 'PHP-7.0' into PHP-7.1
Nikita Popov [Sat, 7 Jan 2017 21:51:18 +0000 (22:51 +0100)]
Fixed bug #67583
As fcgi_request is an opaque struct as of PHP 7, expose a new API
function fcgi_end() which does fcgi_flush() with end=1 and checks/
sets the ->ended flag.
Nikita Popov [Sat, 7 Jan 2017 21:42:45 +0000 (22:42 +0100)]
Rename fcgi_request.closed to .ended
"closed" refers to whether FCGI_END_REQUEST has been sent, while
the "close" operation does something entirely different. It gets
extra confusing when fcgi_is_closed() does not actually return
fcgi_request.closed...
Libor M [Sat, 17 Oct 2015 06:09:16 +0000 (08:09 +0200)]
Fixed bug #46564
bcmod() no longer truncates fractionals to integers. This matches
the behavior of fmod(). It also matches the behavior of bcpowmod().
It also matches the behavior of bcmod() in HHVM.
Joe Watkins [Sat, 7 Jan 2017 16:46:18 +0000 (16:46 +0000)]
Merge branch 'PHP-7.1'
* PHP-7.1:
Adapts the readme to the new test-possibility
Joe Watkins [Sat, 7 Jan 2017 16:46:01 +0000 (16:46 +0000)]
Merge branch 'PHP-7.0' into PHP-7.1
* PHP-7.0:
Adapts the readme to the new test-possibility
Joe Watkins [Sat, 7 Jan 2017 16:45:33 +0000 (16:45 +0000)]
Merge branch '1391' into PHP-7.0
* 1391:
Adapts the readme to the new test-possibility
Andreas Heigl [Mon, 6 Jul 2015 08:54:07 +0000 (10:54 +0200)]
Adapts the readme to the new test-possibility
This commit introduces a way to use a vagrant setup to test against a
known LDAP without the need to setup an LDAP on your own machine
Anatol Belski [Sat, 7 Jan 2017 14:42:44 +0000 (15:42 +0100)]
Merge branch 'PHP-7.1'
* PHP-7.1:
Implement github PR #1736
Anatol Belski [Sat, 7 Jan 2017 14:40:00 +0000 (15:40 +0100)]
Merge branch 'PHP-7.0' into PHP-7.1
* PHP-7.0:
Implement github PR #1736
Anatol Belski [Sat, 7 Jan 2017 14:36:14 +0000 (15:36 +0100)]
Implement github PR #1736
This fixes leak issues on *BSD systems, as described in the PR.
Anatol Belski [Sat, 7 Jan 2017 11:48:03 +0000 (12:48 +0100)]
Merge branch 'PHP-7.1'
* PHP-7.1:
update UPGRADING
fix wrong version
extend UPGRADING
Anatol Belski [Sat, 7 Jan 2017 11:46:45 +0000 (12:46 +0100)]
update UPGRADING
Anatol Belski [Sat, 7 Jan 2017 11:44:56 +0000 (12:44 +0100)]
Merge branch 'PHP-7.0' into PHP-7.1
* PHP-7.0:
fix wrong version
extend UPGRADING
Anatol Belski [Sat, 7 Jan 2017 11:43:56 +0000 (12:43 +0100)]
fix wrong version
Anatol Belski [Sat, 7 Jan 2017 11:43:19 +0000 (12:43 +0100)]
extend UPGRADING
Anatol Belski [Sat, 7 Jan 2017 11:37:50 +0000 (12:37 +0100)]
Merge branch 'PHP-7.1'
* PHP-7.1:
add 'e' flag for fopen() to enable CLOEXEC
Anatol Belski [Sat, 7 Jan 2017 11:36:09 +0000 (12:36 +0100)]
Merge branch 'PHP-7.0' into PHP-7.1
* PHP-7.0:
add 'e' flag for fopen() to enable CLOEXEC
Evgeniy Makhrov [Fri, 2 Oct 2015 19:51:58 +0000 (22:51 +0300)]
add 'e' flag for fopen() to enable CLOEXEC
Joe Watkins [Sat, 7 Jan 2017 10:15:37 +0000 (10:15 +0000)]
Merge branch 'PHP-7.1'
* PHP-7.1:
Fix memleaks from #1755 and some pre-existing ones
Joe Watkins [Sat, 7 Jan 2017 10:15:15 +0000 (10:15 +0000)]
Merge branch 'PHP-7.0' into PHP-7.1
* PHP-7.0:
Fix memleaks from #1755 and some pre-existing ones
Joe Watkins [Sat, 7 Jan 2017 10:14:36 +0000 (10:14 +0000)]
Merge branch 'pull-request/2283' into PHP-7.0
* pull-request/2283:
Fix memleaks from #1755 and some pre-existing ones
Leigh [Sat, 7 Jan 2017 09:43:05 +0000 (09:43 +0000)]
Remove superfluous variable reinit
Joe Watkins [Sat, 7 Jan 2017 08:08:25 +0000 (08:08 +0000)]
Merge branch 'PHP-7.1'
* PHP-7.1:
PR #2211 don't supress warnings in tests
Joe Watkins [Sat, 7 Jan 2017 08:08:09 +0000 (08:08 +0000)]
Merge branch 'PHP-7.0' into PHP-7.1
* PHP-7.0:
PR #2211 don't supress warnings in tests
Joe Watkins [Sat, 7 Jan 2017 08:07:17 +0000 (08:07 +0000)]
Merge branch '2211' into PHP-7.0
* pull-request/2211:
PR #2211 don't supress warnings in DOM tests
Craig Duncan [Sun, 20 Nov 2016 16:43:46 +0000 (16:43 +0000)]
PR #2211 don't supress warnings in tests
Mitch Hagstrand [Fri, 6 Jan 2017 07:22:36 +0000 (23:22 -0800)]
Fixes for session and fpm tests to make them more reliable in Travis CI
1. Increased the timeout on sapi/fpm tests to match the cli server
2. Fixed user session GC function to return number of sessions removed
3. Disabled session GC in session_set_save_handler_basic.phpt
Joe Watkins [Sat, 7 Jan 2017 07:10:46 +0000 (07:10 +0000)]
Merge branch 'PHP-7.0' into PHP-7.1
* PHP-7.0:
Fixes for session and fpm tests in PHP7.0 branch
Joe Watkins [Sat, 7 Jan 2017 07:10:23 +0000 (07:10 +0000)]
Merge branch 'pull-request/2284' into PHP-7.0
* pull-request/2284:
Fixes for session and fpm tests in PHP7.0 branch
Mitch Hagstrand [Sat, 7 Jan 2017 03:55:31 +0000 (19:55 -0800)]
Fixes for session and fpm tests in PHP7.0 branch
1. Increased the timeout on sapi/fpm tests to match the cli server
2. Disabled session GC in session_set_save_handler_basic.phpt
3. Fixed GC in save_handler.inc to delete files based on age
Anatol Belski [Sat, 7 Jan 2017 01:49:44 +0000 (02:49 +0100)]
Merge branch 'PHP-7.1'
* PHP-7.1:
/guard is also a security flag
Anatol Belski [Sat, 7 Jan 2017 01:48:14 +0000 (02:48 +0100)]
Merge branch 'PHP-7.0' into PHP-7.1
* PHP-7.0:
/guard is also a security flag
Anatol Belski [Sat, 7 Jan 2017 01:25:00 +0000 (02:25 +0100)]
/guard is also a security flag
Anatol Belski [Sat, 7 Jan 2017 01:07:07 +0000 (02:07 +0100)]
Merge branch 'PHP-7.1'
* PHP-7.1:
Revert "Test request47456.phpt for PR 1303" on PHP-7.0 and PHP-7.1
Anatol Belski [Sat, 7 Jan 2017 01:05:37 +0000 (02:05 +0100)]
Merge branch 'PHP-7.0' into PHP-7.1
* PHP-7.0:
Revert "Test request47456.phpt for PR 1303" on PHP-7.0 and PHP-7.1
Mitch Hagstrand [Fri, 6 Jan 2017 21:58:50 +0000 (13:58 -0800)]
Revert "Test request47456.phpt for PR 1303" on PHP-7.0 and PHP-7.1
This reverts commit
e55e93a1e335bec39b7edb28f0b8470fa974f4e3 .
This change should only apply to master. Not PHP-7.0 or PHP-7.1
Anatol Belski [Sat, 7 Jan 2017 00:17:18 +0000 (01:17 +0100)]
Merge branch 'PHP-7.1'
* PHP-7.1:
fix edge case leak
Anatol Belski [Sat, 7 Jan 2017 00:15:49 +0000 (01:15 +0100)]
fix edge case leak
Anatol Belski [Sat, 7 Jan 2017 00:10:56 +0000 (01:10 +0100)]
Merge branch 'PHP-7.1'
* PHP-7.1:
Fixed bug #73877 readlink() returns garbage for UTF-8 paths
Anatol Belski [Sat, 7 Jan 2017 00:09:17 +0000 (01:09 +0100)]
Fixed bug #73877 readlink() returns garbage for UTF-8 paths
Anatol Belski [Fri, 6 Jan 2017 17:56:26 +0000 (18:56 +0100)]
Merge branch 'PHP-7.1'
* PHP-7.1:
fix typo
fix typo
Anatol Belski [Fri, 6 Jan 2017 17:55:12 +0000 (18:55 +0100)]
fix typo
Anatol Belski [Fri, 6 Jan 2017 17:54:50 +0000 (18:54 +0100)]
Merge branch 'PHP-7.0' into PHP-7.1
* PHP-7.0:
fix typo
Anatol Belski [Fri, 6 Jan 2017 17:53:30 +0000 (18:53 +0100)]
fix typo
Anatol Belski [Fri, 6 Jan 2017 17:40:57 +0000 (18:40 +0100)]
Merge branch 'PHP-7.1'
* PHP-7.1:
update NEWS and UPGRADING
update NEWS and UPGRADING
Anatol Belski [Fri, 6 Jan 2017 17:39:47 +0000 (18:39 +0100)]
update NEWS and UPGRADING
Anatol Belski [Fri, 6 Jan 2017 17:37:50 +0000 (18:37 +0100)]
Merge branch 'PHP-7.0' into PHP-7.1
* PHP-7.0:
update NEWS and UPGRADING
Anatol Belski [Fri, 6 Jan 2017 17:32:33 +0000 (18:32 +0100)]
update NEWS and UPGRADING
Anatol Belski [Fri, 6 Jan 2017 17:15:02 +0000 (18:15 +0100)]
Merge branch 'PHP-7.1'
* PHP-7.1:
Return integer field types as native integers instead of strings
Anatol Belski [Fri, 6 Jan 2017 17:12:52 +0000 (18:12 +0100)]
Merge branch 'PHP-7.0' into PHP-7.1
* PHP-7.0:
Return integer field types as native integers instead of strings
Dorin Marcoci [Mon, 2 Jan 2017 14:46:09 +0000 (16:46 +0200)]
Return integer field types as native integers instead of strings
Use another define for better compatibility
Test case for #72583 Feature. Small optimisations.
Adjust conditional directives according to coding standards
Add more compatibility for "end of line" on multiple environements
Updated execute.phpt test after switching to integer mapping
Joe Watkins [Fri, 6 Jan 2017 16:34:20 +0000 (16:34 +0000)]
fix bad merge
Joe Watkins [Fri, 6 Jan 2017 16:24:10 +0000 (16:24 +0000)]
Merge branch 'PHP-7.1'
* PHP-7.1:
Test request47456.phpt for PR 1303
Joe Watkins [Fri, 6 Jan 2017 16:22:58 +0000 (16:22 +0000)]
Merge branch 'PHP-7.0' into PHP-7.1
* PHP-7.0:
Test request47456.phpt for PR 1303
Mitch Hagstrand [Fri, 6 Jan 2017 08:27:06 +0000 (00:27 -0800)]
Test request47456.phpt for PR 1303
After merging PR 1303 unmatched subpatterns are set to NULL
Joe Watkins [Fri, 6 Jan 2017 16:18:24 +0000 (16:18 +0000)]
fix build broken by #2124
Joe Watkins [Fri, 6 Jan 2017 16:13:21 +0000 (16:13 +0000)]
fix acinclude, messed up by bad merge #2124
Joe Watkins [Fri, 6 Jan 2017 16:07:12 +0000 (16:07 +0000)]
Merge branch 'PHP-7.1' of git.php.net:/php-src into PHP-7.1
* 'PHP-7.1' of git.php.net:/php-src:
Fix #70103: Fix bug 70103 when ZTS is enabled
Joe Watkins [Fri, 6 Jan 2017 16:06:48 +0000 (16:06 +0000)]
fix broken build scripts #2124
Joe Watkins [Fri, 6 Jan 2017 16:04:52 +0000 (16:04 +0000)]
fix broken build scripts #2124
Leigh [Fri, 6 Jan 2017 15:49:15 +0000 (15:49 +0000)]
Some commentary, change free method
Leigh [Fri, 6 Jan 2017 15:24:37 +0000 (15:24 +0000)]
Conditionally free depending on how assignment happened
Leigh [Fri, 6 Jan 2017 14:58:54 +0000 (14:58 +0000)]
Fix memleaks from #1755 and some pre-existing ones
Christoph M. Becker [Fri, 6 Jan 2017 14:45:44 +0000 (15:45 +0100)]
Merge branch 'PHP-7.1'
* PHP-7.1:
Fix #70103: Fix bug 70103 when ZTS is enabled
Christoph M. Becker [Fri, 6 Jan 2017 14:39:33 +0000 (15:39 +0100)]
Merge branch 'PHP-7.0' into PHP-7.1
* PHP-7.0:
Fix #70103: Fix bug 70103 when ZTS is enabled
Mitch Hagstrand [Fri, 6 Jan 2017 10:14:12 +0000 (02:14 -0800)]
Fix #70103: Fix bug 70103 when ZTS is enabled
Used snprintf to copy the basename string before it is freed