Remi Collet
|
8d1ae4e1c5
|
valid_symbol_table removed
|
2017-07-05 06:33:34 +02:00 |
|
Stanislav Malyshev
|
d75dbb0e31
|
Merge branch 'PHP-7.1'
* PHP-7.1:
Improve fix for #74145
Fix wddx
Fix tests
Fixed bug #74111
Fix bug #74603 - use correct buffer size
Fix bug #74651 - check EVP_SealInit as it can return -1
Update NEWS
Fix bug #74087
Fixed parsing of strange formats with mixed month/day and time strings
Fix bug #74145 - wddx parsing empty boolean tag leads to SIGSEGV
Fixed bug #74111
Fix #74435: Buffer over-read into uninitialized memory
Fix bug #74603 - use correct buffer size
Fix bug #74651 - check EVP_SealInit as it can return -1
Update NEWS
Fix bug #73807
|
2017-07-04 21:23:16 -07:00 |
|
Stanislav Malyshev
|
0ba04f7737
|
Merge branch 'PHP-7.0' into PHP-7.1
* PHP-7.0:
Improve fix for #74145
Fix wddx
Fix tests
Fixed bug #74111
Fix bug #74603 - use correct buffer size
Fix bug #74651 - check EVP_SealInit as it can return -1
Update NEWS
Fix bug #74087
Fixed parsing of strange formats with mixed month/day and time strings
Fix bug #74145 - wddx parsing empty boolean tag leads to SIGSEGV
Fixed bug #74111
Fix #74435: Buffer over-read into uninitialized memory
Fix bug #74603 - use correct buffer size
Fix bug #74651 - check EVP_SealInit as it can return -1
Update NEWS
Fix bug #73807
|
2017-07-04 21:18:10 -07:00 |
|
Stanislav Malyshev
|
54840f9c8f
|
Merge branch 'PHP-5.6' into PHP-7.0
* PHP-5.6:
Improve fix for #74145
|
2017-07-04 21:11:15 -07:00 |
|
Stanislav Malyshev
|
f269cdcd4f
|
Improve fix for #74145
|
2017-07-04 21:10:08 -07:00 |
|
Stanislav Malyshev
|
f76a6cd023
|
Merge branch 'PHP-5.6' into PHP-7.0
* PHP-5.6:
Fix tests
|
2017-07-04 21:05:06 -07:00 |
|
Stanislav Malyshev
|
6b18d956de
|
Fix wddx
|
2017-07-04 20:19:34 -07:00 |
|
Stanislav Malyshev
|
e46d589624
|
Fix tests
|
2017-07-04 20:12:57 -07:00 |
|
Stanislav Malyshev
|
0496f5407f
|
Merge branch 'PHP-5.6' into PHP-7.0
* PHP-5.6:
Update NEWS
Fix bug #74087
Fixed parsing of strange formats with mixed month/day and time strings
Fix bug #74145 - wddx parsing empty boolean tag leads to SIGSEGV
Fixed bug #74111
Fix #74435: Buffer over-read into uninitialized memory
Fix bug #74603 - use correct buffer size
Fix bug #74651 - check EVP_SealInit as it can return -1
Update NEWS
Fix bug #73807
|
2017-07-04 19:44:51 -07:00 |
|
Nikita Popov
|
3a25a56a92
|
Fixed bug #74111
|
2017-07-04 19:38:42 -07:00 |
|
Stanislav Malyshev
|
0525574913
|
Fix bug #74603 - use correct buffer size
|
2017-07-04 19:35:56 -07:00 |
|
Stanislav Malyshev
|
73cabfedf5
|
Fix bug #74651 - check EVP_SealInit as it can return -1
|
2017-07-04 19:30:56 -07:00 |
|
Stanislav Malyshev
|
12107d619b
|
Update NEWS
|
2017-07-04 19:30:29 -07:00 |
|
Stanislav Malyshev
|
f7f4fd4706
|
Fix bug #74087
Ported from https://vcs.pcre.org/pcre/code/trunk/pcre_jit_compile.c?r1=1676&r2=1680&view=patch
|
2017-07-04 19:21:28 -07:00 |
|
Derick Rethans
|
e8b7698f5e
|
Fixed parsing of strange formats with mixed month/day and time strings
|
2017-07-04 19:19:30 -07:00 |
|
Stanislav Malyshev
|
2aae60461c
|
Fix bug #74145 - wddx parsing empty boolean tag leads to SIGSEGV
|
2017-07-04 19:06:42 -07:00 |
|
Nikita Popov
|
f8c514ba6b
|
Fixed bug #74111
|
2017-07-04 19:06:16 -07:00 |
|
Christoph M. Becker
|
8dc4f4dc9e
|
Fix #74435: Buffer over-read into uninitialized memory
The stack allocated color map buffers were not zeroed before usage, and
so undefined palette indexes could cause information leakage.
|
2017-07-04 19:00:57 -07:00 |
|
Stanislav Malyshev
|
5f8380d33e
|
Fix bug #74603 - use correct buffer size
|
2017-07-04 19:00:03 -07:00 |
|
Stanislav Malyshev
|
89637c6b41
|
Fix bug #74651 - check EVP_SealInit as it can return -1
|
2017-07-04 12:32:06 -07:00 |
|
Nikita Popov
|
8e0ddc89fe
|
Drop duplicate dtors in update_opN
Per new convention update_opN should no longer dtor on failure.
|
2017-07-04 21:23:34 +02:00 |
|
Nikita Popov
|
3f8ceb6f05
|
Drop useless allocation in php_filter_callback
|
2017-07-04 21:11:22 +02:00 |
|
Nikita Popov
|
8126599670
|
Drop dead abstract method check from zend_call_function()
zend_is_callable() is responsible for doing these kinds of checks
already.
Aldro drop a piece of obsolete commented out code.
|
2017-07-04 21:11:22 +02:00 |
|
Remi Collet
|
1be0563087
|
Merge branch 'PHP-7.1'
* PHP-7.1:
Adapt for 32-bits which fails at different offset (49 vs 38)
|
2017-07-04 20:27:10 +02:00 |
|
Remi Collet
|
1fa8e74d6e
|
Merge branch 'PHP-7.0' into PHP-7.1
* PHP-7.0:
Adapt for 32-bits which fails at different offset (49 vs 38)
|
2017-07-04 20:26:53 +02:00 |
|
Remi Collet
|
4b38feabe7
|
Adapt for 32-bits which fails at different offset (49 vs 38)
|
2017-07-04 20:25:59 +02:00 |
|
Anatol Belski
|
bc5811f361
|
further sync for vim mode lines
|
2017-07-04 18:12:45 +02:00 |
|
Anatol Belski
|
6a3a2bf18e
|
vim folds and mode lines yet
|
2017-07-04 17:06:52 +02:00 |
|
Anatol Belski
|
a0203ea143
|
fix datatype
|
2017-07-04 16:41:29 +02:00 |
|
Anatol Belski
|
8bf7246310
|
Merge branch 'PHP-7.1'
* PHP-7.1:
fix datatype
|
2017-07-04 16:41:05 +02:00 |
|
Anatol Belski
|
41ba98f02d
|
Merge branch 'PHP-7.0' into PHP-7.1
* PHP-7.0:
fix datatype
|
2017-07-04 16:38:12 +02:00 |
|
Anatol Belski
|
a29264eb8c
|
fix datatype
|
2017-07-04 16:37:17 +02:00 |
|
Anatol Belski
|
bae668ee2a
|
add missing include guards
|
2017-07-04 16:21:45 +02:00 |
|
Anatol Belski
|
a56700043e
|
vim folds and modelines
|
2017-07-04 16:08:48 +02:00 |
|
Dmitry Stogov
|
0965a4ef9f
|
Check for exceptional cases before actual constant evaluation.
|
2017-07-04 16:09:28 +03:00 |
|
Dmitry Stogov
|
6276268b77
|
Separate constants propagation code shatred between "first" and "block" passes into helper functions.
|
2017-07-04 15:10:33 +03:00 |
|
Anatol Belski
|
816669af0c
|
Merge branch 'PHP-7.1'
* PHP-7.1:
[ci skip] sync NEWS
|
2017-07-04 12:15:19 +02:00 |
|
Anatol Belski
|
396c0f7a76
|
Merge branch 'PHP-7.0' into PHP-7.1
* PHP-7.0:
[ci skip] sync NEWS
|
2017-07-04 12:14:50 +02:00 |
|
Anatol Belski
|
4903f044d3
|
[ci skip] sync NEWS
|
2017-07-04 12:12:51 +02:00 |
|
Remi Collet
|
1605f5b8c4
|
Update NEWS for 7.2.0beta1
|
2017-07-04 11:35:39 +02:00 |
|
Remi Collet
|
8fa1f15e2d
|
Update NEWS for PHP 7.2.0alpha3
|
2017-07-04 11:35:39 +02:00 |
|
Anatol Belski
|
cae6767f8d
|
update NEWS
|
2017-07-04 11:31:35 +02:00 |
|
Anatol Belski
|
ff79b2070f
|
Merge branch 'PHP-7.1'
* PHP-7.1:
update NEWS
update NEWS
|
2017-07-04 11:31:09 +02:00 |
|
Anatol Belski
|
6f78923d1f
|
update NEWS
|
2017-07-04 11:30:30 +02:00 |
|
Anatol Belski
|
04904333fd
|
Merge branch 'PHP-7.0' into PHP-7.1
* PHP-7.0:
update NEWS
|
2017-07-04 11:29:54 +02:00 |
|
Anatol Belski
|
ce64b82ebb
|
update NEWS
|
2017-07-04 11:29:00 +02:00 |
|
Anatol Belski
|
b28c6515a6
|
Merge branch 'PHP-7.1'
* PHP-7.1:
Fixed bug #74101 and bug #74614
|
2017-07-04 10:44:50 +02:00 |
|
Anatol Belski
|
2dc24005d9
|
Merge branch 'PHP-7.0' into PHP-7.1
* PHP-7.0:
Fixed bug #74101 and bug #74614
|
2017-07-04 10:42:48 +02:00 |
|
Nikita Popov
|
d02f953faf
|
Fixed bug #74101 and bug #74614
|
2017-07-04 10:39:41 +02:00 |
|
Dmitry Stogov
|
10dbc0b2e7
|
Compile/optimisation-time constants can't be circular, but in general may be reference-countable. It's better to use zval_ptr_dtor_nogc() to release them.
|
2017-07-04 10:43:34 +03:00 |
|