#
fc6aa939 |
| 20-Jan-2015 |
Stanislav Malyshev |
Merge branch 'bug68799' into PHP-5.4 * bug68799: Fix bug #68799: Free called on unitialized pointer
|
#
b0159431 |
| 19-Jan-2015 |
Derick Rethans |
Fixed bug #45081 (strtotime incorrectly interprets SGT time zone). |
#
ac7cfad3 |
| 29-Mar-2014 |
Juan Basso |
Fixed bug #50224 where float without decimals were converted to integer |
#
6de149e4 |
| 18-Jan-2015 |
Matteo Beccati |
Updated NEWS for #68371 |
#
5f29b980 |
| 09-Jan-2015 |
Andrea Faulds |
Error on invalid octal (fixes PHPSadness #31) Further error checks |
#
ca11bc03 |
| 10-Sep-2014 |
Nikita Popov |
Remove set_socket_blocking |
#
a60efc5e |
| 10-Sep-2014 |
Nikita Popov |
Remove set_magic_quotes_runtime And the alias magic_quotes_runtime |
#
4c115b6b |
| 10-Sep-2014 |
Nikita Popov |
Remove string category support in setlocale() |
#
9c5eaac1 |
| 10-Sep-2014 |
Nikita Popov |
Remove mktime() and gmmktime() $is_dst parameter |
#
83391b55 |
| 17-Jan-2015 |
Nikita Popov |
Remove for #-style comments in ini files |
#
dc9991b1 |
| 10-Sep-2014 |
Nikita Popov |
Remove static calls from incompatible $this context |
#
25041d2a |
| 15-Jan-2015 |
Anatol Belski |
updated NEWS |
#
0cef7d16 |
| 15-Jan-2015 |
Anatol Belski |
updated NEWS |
#
0a766104 |
| 14-Jan-2015 |
Daniel Lowrey |
Update NEWS |
#
a698a3fd |
| 13-Jan-2015 |
Xinchen Hui |
Update NEWS |
#
0645f106 |
| 13-Jan-2015 |
Xinchen Hui |
Update NEWS |
#
32f761d7 |
| 09-Jan-2015 |
Julien Pauli |
Updated NEWS |
#
287217a3 |
| 09-Jan-2015 |
Julien Pauli |
Updated NEWS |
#
dc810543 |
| 09-Jan-2015 |
Julien Pauli |
Fix bug #68260 |
#
7142dd76 |
| 09-Jan-2015 |
Xinchen Hui |
Update NEWs |
#
0547edb5 |
| 09-Jan-2015 |
Xinchen Hui |
Fixed bug (try block removed while combined with xdebug) |
#
3f1d1892 |
| 07-Jan-2015 |
Julien Pauli |
5.5.22 now |
#
b0a26ab8 |
| 06-Jan-2015 |
Ferenc Kovacs |
PHP-5.6.6 is next |
#
27ff425b |
| 06-Jan-2015 |
Adam Harvey |
Merge branch 'PHP-5.5' into PHP-5.6 * PHP-5.5: Handle NULL strings in sapi_cli_server_register_variable(). Allow CLI server test scripts to specify the name of the router file.
Merge branch 'PHP-5.5' into PHP-5.6 * PHP-5.5: Handle NULL strings in sapi_cli_server_register_variable(). Allow CLI server test scripts to specify the name of the router file. Conflicts: sapi/cli/tests/php_cli_server.inc
show more ...
|
#
448ef30f |
| 06-Jan-2015 |
Adam Harvey |
Handle NULL strings in sapi_cli_server_register_variable(). Fixes bug #68745 (Invalid HTTP requests make web server segfault). |