#
d31d4d13 |
| 24-Jul-2018 |
Xinchen Hui |
Update NEWs |
#
033dac7a |
| 24-Jul-2018 |
Xinchen Hui |
Update NEWs |
#
38d97557 |
| 24-Jul-2018 |
Xinchen Hui |
Fixed bug #68553 (array_column: null values in $index_key become incrementing keys in result) |
#
89e2202c |
| 22-Jul-2018 |
Christoph M. Becker |
Merge branch 'PHP-7.2' * PHP-7.2: Fix #52974: jewish.c: compile error under Windows with GBK charset
|
#
33eb3027 |
| 22-Jul-2018 |
Christoph M. Becker |
Merge branch 'PHP-7.1' into PHP-7.2 * PHP-7.1: Fix #52974: jewish.c: compile error under Windows with GBK charset
|
#
99fdf591 |
| 22-Jul-2018 |
Christoph M. Becker |
Fix #52974: jewish.c: compile error under Windows with GBK charset jewish.c includes ISO-8859-8 encoded Hebrew Hebrew month names, which may cause compile errors, and is generally confus
Fix #52974: jewish.c: compile error under Windows with GBK charset jewish.c includes ISO-8859-8 encoded Hebrew Hebrew month names, which may cause compile errors, and is generally confusing. We replace the literal month names with appropriate escape sequences.
show more ...
|
#
e5a99563 |
| 22-Jul-2018 |
Jakub Zelenka |
Update NEWS and UPGRADING with info about syslog.filter |
#
1ba33143 |
| 19-Jul-2018 |
Ferenc Kovacs |
5.6.38 will be next |
#
7db988cc |
| 17-Jul-2018 |
Christoph M. Becker |
Update NEWS for 7.3.0beta1 |
#
e069b0be |
| 17-Jul-2018 |
Remi Collet |
NEWS |
#
b73a1085 |
| 16-Jul-2018 |
Stanislav Malyshev |
Add NEWS |
#
3588d8af |
| 23-Jun-2018 |
Nikita Popov |
Deprecate case-insensitive constants RFC: https://wiki.php.net/rfc/case_insensitive_constant_deprecation |
#
9c2b4985 |
| 15-Jul-2018 |
Christoph M. Becker |
Merge branch 'PHP-7.2' * PHP-7.2: Fix #73817: Incorrect entries in get_html_translation_table
|
#
8efd3c33 |
| 15-Jul-2018 |
Christoph M. Becker |
Merge branch 'PHP-7.1' into PHP-7.2 * PHP-7.1: Fix #73817: Incorrect entries in get_html_translation_table
|
#
0f8c1ee7 |
| 15-Jul-2018 |
Christoph M. Becker |
Fix #73817: Incorrect entries in get_html_translation_table Due to incorrect string termination and length handling, several HTML entities missed the trailing semicolon. We also
Fix #73817: Incorrect entries in get_html_translation_table Due to incorrect string termination and length handling, several HTML entities missed the trailing semicolon. We also fix the obviously wrong expectations in two already existing tests.
show more ...
|
#
432c4e77 |
| 12-Jul-2018 |
Christoph M. Becker |
[ci skip] Update next version According to <https://externals.io/message/102762>. |
#
6c630eef |
| 12-Jul-2018 |
Christoph M. Becker |
Fix #33502: Some nullary functions don't check the number of arguments We add the missing zend_parse_parameters_none() checks for: * output_reset_rewrite_vars() * func_num_args(
Fix #33502: Some nullary functions don't check the number of arguments We add the missing zend_parse_parameters_none() checks for: * output_reset_rewrite_vars() * func_num_args() * gc_status() * gc_disable() * gc_enable() * gc_enabled() * gc_collect_cycles() * gc_mem_caches() * zend_version()
show more ...
|
#
e4e9cd83 |
| 05-Jul-2018 |
Andrea Faulds |
Export stdClass objects using (object) cast (fixes #48016) Before this change, var_export()'s output for stdClass objects calls the non-existent stdClass::__set_state method, and is ther
Export stdClass objects using (object) cast (fixes #48016) Before this change, var_export()'s output for stdClass objects calls the non-existent stdClass::__set_state method, and is therefore useless. This commit makes var_export() output an (object) cast from an array instead, which when evaluated, will produce a stdClass object. Other classes see unchanged output.
show more ...
|
#
271ae3eb |
| 10-Jul-2018 |
Christoph M. Becker |
Fix #76574: use of undeclared identifiers INT_MAX and LONG_MAX As of Oniguruma 6.4.0 <limits.h> is required, so we have to add a check for this header file to set the respective macro. |
#
bf5a8136 |
| 10-Jul-2018 |
Anatol Belski |
[skip ci] Update NEWS |
#
a766f65c |
| 10-Jul-2018 |
Anatol Belski |
[ci skip] Update NEWS |
#
9026562c |
| 10-Jul-2018 |
Anatol Belski |
[ci skip] Update NEWS |
#
a8dce319 |
| 09-Jul-2018 |
Kalle Sommer Nielsen |
Added the 'add_slashes' sanitization filter (FILTER_SANITIZE_ADD_SLASHES) as an alias to 'magic_quotes' (FILTER_SANITIZE_MAGIC_QUOTES) so we can move past our "magical" legacy. |
#
1c01b1ab |
| 08-Jul-2018 |
Christoph M. Becker |
Fix #76594: Bus Error due to unaligned access in zend_ini.c OnUpdateLong Since commit ea83b69[1] changed the type of mbstring.strict_detection from `long` to `zend_bool`, we have to upda
Fix #76594: Bus Error due to unaligned access in zend_ini.c OnUpdateLong Since commit ea83b69[1] changed the type of mbstring.strict_detection from `long` to `zend_bool`, we have to update the `on_modify` callback as well. [1] http://git.php.net/?p=php-src.git;a=commit;h=ea83b69883f3f77fd27e4663fa854c88f141ab41
show more ...
|
#
3b10e9cc |
| 07-Jul-2018 |
Jakub Zelenka |
Update NEWS for log related changes in FPM |