#
601d17d1 |
| 14-Mar-2012 |
Ilia Alshanetsky |
Fixed bug #61212 (PDO ODBC Segfaults on SQL_SUCESS_WITH_INFO). |
#
0af900f9 |
| 14-Mar-2012 |
Ilia Alshanetsky |
Fixed bug #61212 (PDO ODBC Segfaults on SQL_SUCESS_WITH_INFO). |
#
ed985799 |
| 13-Mar-2012 |
Gustavo André dos Santos Lopes |
- Fixed bug #61374: html_entity_decode tries to decode code points that don't exist in ISO-8859-1. |
#
403110fc |
| 13-Mar-2012 |
Pierre Joye |
- add CVE |
#
9c886ea5 |
| 12-Mar-2012 |
Ilia Alshanetsky |
Fixed bug #60222 (time_nanosleep() does validate input params). |
#
4cccba09 |
| 12-Mar-2012 |
Ilia Alshanetsky |
Fixed bug #60222 (time_nanosleep() does validate input params). |
#
79a06bf8 |
| 12-Mar-2012 |
Rasmus Lerdorf |
Remove reference to "default_charset" here since the it isn't really about the ini option at all. That only comes into play when you force it by passing and empty encoding string to those
Remove reference to "default_charset" here since the it isn't really about the ini option at all. That only comes into play when you force it by passing and empty encoding string to those functions.
show more ...
|
#
2cc64c28 |
| 11-Mar-2012 |
Ilia Alshanetsky |
Fixed bug #60569 (Nullbyte truncates Exception $message). |
#
3d9824a7 |
| 11-Mar-2012 |
Ilia Alshanetsky |
Fixed bug #60569 (Nullbyte truncates Exception $message). |
#
af2fc625 |
| 11-Mar-2012 |
Felipe Pena |
- Fixed memory leak when calling SplFileInfo's constructor twice |
#
b7ae5e0d |
| 11-Mar-2012 |
Xinchen Hui |
Fixed bug #61273 (call_user_func_array with more than 16333 arguments leaks / crashes) |
#
7536bf96 |
| 11-Mar-2012 |
Xinchen Hui |
Fixed bug #61273 (call_user_func_array with more than 16333 arguments leaks / crashes) |
#
843fa044 |
| 11-Mar-2012 |
Xinchen Hui |
Fixed bug #61088 (Memory leak in readline_callback_handler_install). |
#
41fa157c |
| 11-Mar-2012 |
Xinchen Hui |
Fixed bug #61088 (Memory leak in readline_callback_handler_install). |
#
a3cd950c |
| 11-Mar-2012 |
Xinchen Hui |
Same wrong order here |
#
e2efb680 |
| 11-Mar-2012 |
Xinchen Hui |
Sorry for wrong order again. |
#
bdf6c288 |
| 11-Mar-2012 |
Xinchen Hui |
Re-order them according to README.SVN-RULES |
#
fc3e63e4 |
| 11-Mar-2012 |
Xinchen Hui |
Re-order them according to README.SVN-RULES |
#
40cd3d54 |
| 11-Mar-2012 |
Xinchen Hui |
Implemented FR #60850 (Built in web server does not set $_SERVER['SCRIPT_FILENAME'] when using router) |
#
eff668a5 |
| 11-Mar-2012 |
Xinchen Hui |
Oops, sorry for my poor english |
#
4191d5f4 |
| 11-Mar-2012 |
Xinchen Hui |
Oops, sorry for my poor english |
#
430486f0 |
| 11-Mar-2012 |
Xinchen Hui |
Fixed bug #61347 (inconsist isset behavior of Arrayobject) |
#
a7639291 |
| 11-Mar-2012 |
Xinchen Hui |
Fixed bug #61347 (inconsist isset behavior of Arrayobject) |
#
7bbf5fe6 |
| 10-Mar-2012 |
Gustavo André dos Santos Lopes |
- Fixed bug #61326 (ArrayObject comparison). |
#
aee5a986 |
| 08-Mar-2012 |
Ilia Alshanetsky |
Fixed bug #60842, #51775 (Chunked response parsing error when chunksize length line is > 10 bytes). |