#
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). |
#
b61f335b |
| 08-Mar-2012 |
Ilia Alshanetsky |
Fixed bug #60842, #51775 (Chunked response parsing error when chunksize length line is > 10 bytes). |
#
f413b372 |
| 08-Mar-2012 |
Gustavo André dos Santos Lopes |
- Fixed bug #61253: Wrappers opened with errors concurrency problem #NOTE: There is a very small possibility that this will further break #extensions that access wrapper->{err_stack, err_coun
- Fixed bug #61253: Wrappers opened with errors concurrency problem #NOTE: There is a very small possibility that this will further break #extensions that access wrapper->{err_stack, err_count}. On PECL SVN, rar is the #only one and it may leak memory after this. I say "further break" because #extensions that do that are already broken (will segfault) under ZTS, which is #why this patch is necessary. #There was what I deem as tacit acceptance from 5.3/5.4 RMs on this.
show more ...
|
#
b7c9f8ae |
| 08-Mar-2012 |
Gustavo André dos Santos Lopes |
- Fixed bug #61267: pdo_pgsql's PDO::exec() returns the number of SELECTed rows on postgresql >= 9 |
#
ef61504b |
| 08-Mar-2012 |
Ilia Alshanetsky |
Fixed bug #60634 (Segmentation fault when trying to die() in SessionHandler::write()) |
#
f005f36c |
| 08-Mar-2012 |
Ilia Alshanetsky |
Fixed bug #60634 (Segmentation fault when trying to die() in SessionHandler::write()) |
#
ac6ea3d0 |
| 07-Mar-2012 |
Gustavo André dos Santos Lopes |
- Updated NEWS with news of bug #61306 having been resolved (see r323988). - Tidied up NEWS |
#
a32a1992 |
| 06-Mar-2012 |
Xinchen Hui |
Fixed bug #61292 (Segfault while calling a method on an overloaded PDO object) |