Nikita Popov
0004f7e86d
Merge branch 'PHP-7.1'
2016-11-17 13:48:07 +01:00
Nikita Popov
226b82b127
RC inference fixes
2016-11-17 13:47:36 +01:00
Dmitry Stogov
087665e65d
Merge branch 'PHP-7.1' of git.php.net:php-src into PHP-7.1
...
* 'PHP-7.1' of git.php.net:php-src:
Updated NEWS
Improvement for bug73297
Simplify ext/standard/tests/http/bug73297.phpt
http_fopen_wrapper.c - bug#73297 Skip past "100 Continue" responses
Add failing test for bug#73297
2016-11-17 14:06:56 +03:00
Dmitry Stogov
3461b706df
Merge branch 'master' of git.php.net:php-src
...
* 'master' of git.php.net:php-src:
Improvement for bug73297
Simplify ext/standard/tests/http/bug73297.phpt
http_fopen_wrapper.c - bug#73297 Skip past "100 Continue" responses
Add failing test for bug#73297
2016-11-17 14:06:35 +03:00
Dmitry Stogov
c87ab8aec0
Merge branch 'PHP-7.1'
...
* PHP-7.1:
Fixed 64-bit build
2016-11-17 14:06:09 +03:00
Dmitry Stogov
205c69939a
Merge branch 'PHP-7.0' into PHP-7.1
...
* PHP-7.0:
Fixed 64-bit build
2016-11-17 14:05:48 +03:00
Dmitry Stogov
c2173c16d0
Fixed 64-bit build
2016-11-17 14:05:22 +03:00
Julien Pauli
344bc66b07
Updated NEWS
2016-11-17 11:51:31 +01:00
Julien Pauli
0f9225f893
Improvement for bug73297
2016-11-17 11:51:30 +01:00
Rowan Collins
773bc082ca
Simplify ext/standard/tests/http/bug73297.phpt
2016-11-17 11:51:29 +01:00
Rowan Collins
417162a9ba
http_fopen_wrapper.c - bug#73297 Skip past "100 Continue" responses
2016-11-17 11:51:29 +01:00
Rowan Collins
12c4ff9b87
Add failing test for bug#73297
2016-11-17 11:51:29 +01:00
Julien Pauli
607049f2d1
Improvement for bug73297
2016-11-17 11:50:36 +01:00
Rowan Collins
8b54b3654d
Simplify ext/standard/tests/http/bug73297.phpt
2016-11-17 11:50:36 +01:00
Rowan Collins
f20d261acd
http_fopen_wrapper.c - bug#73297 Skip past "100 Continue" responses
2016-11-17 11:50:36 +01:00
Rowan Collins
5a882990a6
Add failing test for bug#73297
2016-11-17 11:50:36 +01:00
Dmitry Stogov
558166bd41
Merge branch 'PHP-7.1'
...
* PHP-7.1:
Fixed test
2016-11-17 13:44:08 +03:00
Dmitry Stogov
c8dc23e9ba
Fixed test
2016-11-17 13:43:45 +03:00
Dmitry Stogov
222d22f3e1
Merge branch 'PHP-7.1'
...
* PHP-7.1:
Prevent modification of immutable arrays (ext/mbstring/tests/bug26639.phpt failure with opcache.protect_memory=1)
2016-11-17 13:35:10 +03:00
Dmitry Stogov
a56bba14e0
Merge branch 'PHP-7.0' into PHP-7.1
...
* PHP-7.0:
Prevent modification of immutable arrays (ext/mbstring/tests/bug26639.phpt failure with opcache.protect_memory=1)
2016-11-17 13:34:32 +03:00
Dmitry Stogov
a67637039f
Prevent modification of immutable arrays (ext/mbstring/tests/bug26639.phpt failure with opcache.protect_memory=1)
2016-11-17 13:33:05 +03:00
Dmitry Stogov
610083bc06
Merge branch 'PHP-7.1'
...
* PHP-7.1:
Overflow check
2016-11-17 13:18:58 +03:00
Dmitry Stogov
365d613480
Merge branch 'PHP-7.0' into PHP-7.1
...
* PHP-7.0:
Overflow check
2016-11-17 13:18:25 +03:00
Dmitry Stogov
d4b3f89c53
Overflow check
2016-11-17 13:17:34 +03:00
Craig Duncan
b476d21962
Fix run-tests.php counting an uncountable
2016-11-17 09:33:04 +00:00
Craig Duncan
78f2bce68a
Added a note in UPGRADING about the new count() warning
2016-11-17 09:33:04 +00:00
Craig Duncan
c1001d22d2
Add expectations for invalid count() warnings
2016-11-17 09:33:04 +00:00
Craig Duncan
b000f5c341
Add tests for invalid count() operations
2016-11-17 09:33:04 +00:00
Craig Duncan
aaf7341b1c
Add warnings when counting invalid parameters
2016-11-17 09:33:04 +00:00
Dmitry Stogov
d0bdf19eb4
Fixed test (adopted to new session_start behavior)
2016-11-17 12:20:46 +03:00
Dmitry Stogov
39fa227744
Merge branch 'PHP-7.1'
...
* PHP-7.1:
Skip 64-bit specific tests on 32-bit systems
2016-11-17 11:45:28 +03:00
Dmitry Stogov
ca27efd7b8
Merge branch 'PHP-7.0' into PHP-7.1
...
* PHP-7.0:
Skip 64-bit specific tests on 32-bit systems
2016-11-17 11:45:14 +03:00
Dmitry Stogov
5e001c34ec
Skip 64-bit specific tests on 32-bit systems
2016-11-17 11:44:28 +03:00
Dmitry Stogov
da0ab83610
Fixed test
2016-11-17 11:31:06 +03:00
Dmitry Stogov
03ad53741f
Merge branch 'PHP-7.1'
...
* PHP-7.1:
VERIFY_RETURN_TYPE on references can't be eliminated
2016-11-17 10:42:31 +03:00
Dmitry Stogov
f8f35d0d4e
VERIFY_RETURN_TYPE on references can't be eliminated
2016-11-17 10:41:42 +03:00
Yasuo Ohgaki
7f196e321f
Fix bug #71038 - session_start() returns true even when it failed
...
PR #2167
2016-11-17 11:09:07 +09:00
Adam Baratz
552c957500
Remove PDOStatement::activeQueryString()
2016-11-16 18:06:14 -05:00
Dmitry Stogov
32edd8ff82
Merge branch 'PHP-7.1'
...
* PHP-7.1:
Accorate handling of too big inodes of chroot directories
2016-11-17 01:15:08 +03:00
Dmitry Stogov
429bfbd4c2
Merge branch 'PHP-7.0' into PHP-7.1
...
* PHP-7.0:
Accorate handling of too big inodes of chroot directories
2016-11-17 01:14:47 +03:00
Dmitry Stogov
27542d9c9d
Merge branch 'PHP-5.6' into PHP-7.0
...
* PHP-5.6:
Accorate handling of too big inodes of chroot directories
2016-11-17 01:14:23 +03:00
Dmitry Stogov
9849c97b1b
Accorate handling of too big inodes of chroot directories
2016-11-17 01:08:42 +03:00
Nikita Popov
778cd35bf5
Merge branch 'PHP-7.1'
2016-11-16 21:33:53 +01:00
Nikita Popov
592c10d37c
Merge branch 'PHP-7.0' into PHP-7.1
2016-11-16 21:33:05 +01:00
Mitch Hagstrand
1d8be7c044
Fix #73546 : Logging for opcache has an empty file name
2016-11-16 21:30:40 +01:00
Dmitry Stogov
08c8834a8d
Merge branch 'PHP-7.1'
...
* PHP-7.1:
"opcache.validate_root" is useless on Windows
fix gcov coverage
2016-11-16 23:22:08 +03:00
Dmitry Stogov
09ac2bf752
Merge branch 'PHP-7.0' into PHP-7.1
...
* PHP-7.0:
"opcache.validate_root" is useless on Windows
2016-11-16 23:20:22 +03:00
Dmitry Stogov
71ee641327
Merge branch 'PHP-5.6' into PHP-7.0
...
* PHP-5.6:
"opcache.validate_root" is useless on Windows
2016-11-16 23:19:56 +03:00
Dmitry Stogov
935d922114
"opcache.validate_root" is useless on Windows
2016-11-16 23:15:14 +03:00
Dmitry Stogov
d8ad071b5f
Merge branch 'master' of git.php.net:php-src
...
* 'master' of git.php.net:php-src:
fix gcov coverage
2016-11-16 23:11:14 +03:00