#
0bad6d7d |
| 30-May-2017 |
Remi Collet |
NEWS |
#
741769d9 |
| 31-May-2017 |
Xinchen Hui |
Update NEWS |
#
9c5717d0 |
| 31-May-2017 |
Xinchen Hui |
Fixed bug #74673 (Segfault when cast Reflection object to string with undefined constant) |
#
b11393fc |
| 30-May-2017 |
Remi Collet |
NEWS |
#
46bb35a8 |
| 30-May-2017 |
Remi Collet |
NEWS |
#
6043f76a |
| 30-May-2017 |
Dmitry Stogov |
Added ZEND_FUNC_NUM_ARGS, ZEND_FUNC_GET_ARGS instructions, to implement corresponding builtin functions. Special optimisation for "array_slice(INT, func_get_args())" pattern. |
#
2a64f548 |
| 29-May-2017 |
Joe Watkins |
Merge branch 'PHP-7.1' * PHP-7.1: Fix Bug #74386Phar::__construct(): wrong number of parameters by reflection
|
#
d6922ef8 |
| 06-May-2017 |
Fabien Villepinte |
Fix Bug #74386Phar::__construct(): wrong number of parameters by reflection |
#
2dee44c7 |
| 10-May-2017 |
Fabien Villepinte |
Fix Bug #74386 Phar::__construct(): wrong number of parameters by reflection |
#
e54e8ff3 |
| 25-May-2017 |
Markus Staab |
Fixed typo |
#
e60cedfb |
| 28-May-2017 |
Sara Golemon |
Merge branch 'PHP-7.1' * PHP-7.1: Bugfix #74556 stream_socket_get_name() returns empty string Fix abstract name handling to be binary safe
|
#
e628ee9e |
| 28-May-2017 |
Sara Golemon |
Merge branch 'PHP-7.0' into PHP-7.1 * PHP-7.0: Bugfix #74556 stream_socket_get_name() returns empty string Fix abstract name handling to be binary safe
|
#
8dcfec97 |
| 28-May-2017 |
Sara Golemon |
Bugfix #74556 stream_socket_get_name() returns empty string The original bug report had it returning '\0', but with a fix to abstract name handling (6d2d0bbda7) it now actually retur
Bugfix #74556 stream_socket_get_name() returns empty string The original bug report had it returning '\0', but with a fix to abstract name handling (6d2d0bbda7) it now actually returns ''. Neither of these are good, as per unix(7) an empty socket name indicates an unbound name and "should not be inspected".
show more ...
|
#
818272ae |
| 28-May-2017 |
Kalle Sommer Nielsen |
Added more EXIF MAKERNOTE formats: - AGFA, - Kyocera - Ricoh - Epson |
#
41b41825 |
| 28-May-2017 |
Sara Golemon |
Merge branch 'PHP-7.1' * PHP-7.1: Bugfix #74598 ftp:// ignores context
|
#
d9458aac |
| 28-May-2017 |
Sara Golemon |
Merge branch 'PHP-7.0' into PHP-7.1 * PHP-7.0: Bugfix #74598 ftp:// ignores context
|
#
05849a24 |
| 28-May-2017 |
Sara Golemon |
Bugfix #74598 ftp:// ignores context |
#
cebfe63e |
| 27-May-2017 |
Anatol Belski |
[ci skip] update NEWS |
#
398efb08 |
| 27-May-2017 |
Xinchen Hui |
Update NEWS |
#
60912e66 |
| 27-May-2017 |
Xinchen Hui |
Fixed bug #74663 (Segfault with opcache.memory_protect and validate_timestamp) |
#
63ca6f93 |
| 27-May-2017 |
Xinchen Hui |
Added NEWs |
#
5269c4ca |
| 27-May-2017 |
Xinchen Hui |
Fixed bug #74657 (Undefined constants in array properties result in broken properties) |
#
f00d1c72 |
| 25-May-2017 |
Dmitry Stogov |
Added ZEND_GET_CLASS, ZEMD_GET_CALLED_CLASS, ZEND_GET_TYPE instructions, to implement corresponding builtin functions. |
#
cd953269 |
| 25-May-2017 |
Dmitry Stogov |
Added ZEND_COUNT instruction, to implement corresponding builtin. |
#
27e7aea4 |
| 25-May-2017 |
Dmitry Stogov |
"Countable" interface is moved from SPL to Core |