#
e3dc1d81 |
| 24-Mar-2012 |
Xinchen Hui |
Typo |
#
4130f5a4 |
| 24-Mar-2012 |
Xinchen Hui |
Improve set_exception_handler Remove useless alloc/free and return_value copy while doing reset exception handler |
#
15d7d460 |
| 23-Mar-2012 |
Gustavo André dos Santos Lopes |
Updated NEWS (DOM object debug info handler). |
#
e8ecb114 |
| 23-Mar-2012 |
Gustavo André dos Santos Lopes |
Revert "revert from NEWS too" This reverts commit 4990250f2d5bd3dad82e9d98d4b18c3091bf8843. |
#
4990250f |
| 23-Mar-2012 |
Stanislav Malyshev |
revert from NEWS too |
#
1a0b0ead |
| 22-Mar-2012 |
Johannes Schlüter |
Fix NEWS |
#
2630bc6e |
| 22-Mar-2012 |
Ilia Alshanetsky |
BFN |
#
b4aea526 |
| 22-Mar-2012 |
Ilia Alshanetsky |
Fixed bug #61423 (gzip compression fails). |
#
2d2995f3 |
| 21-Mar-2012 |
Gustavo André dos Santos Lopes |
Fixed bug #61043: Regression in magic_quotes_gpc fix (CVE-2012-0831) Merge commit 'refs/pull/12/head' of git://github.com/php/php-src into 5.3 Signed-off-by: Gustavo André dos Santo
Fixed bug #61043: Regression in magic_quotes_gpc fix (CVE-2012-0831) Merge commit 'refs/pull/12/head' of git://github.com/php/php-src into 5.3 Signed-off-by: Gustavo André dos Santos Lopes <cataphract@php.net>
show more ...
|
#
24a57ae9 |
| 21-Mar-2012 |
Rasmus Lerdorf |
NEWS entry for readline fix |
#
09e367db |
| 21-Mar-2012 |
Dmitry Stogov |
Merge branch 'PHP-5.4' of git.php.net:php-src into PHP-5.4
|
#
0f001703 |
| 21-Mar-2012 |
Gustavo André dos Santos Lopes |
Fixed bug #61453. The "hash" function used strncpy on data that would have NUL bytes, ending the copy prematurely and causing collisions between objects. |
#
a8cc0b05 |
| 21-Mar-2012 |
Dmitry Stogov |
Merge branch 'PHP-5.3' into PHP-5.4 * PHP-5.3: Fixed bug #49853 (Soap Client stream context header option ignored) Conflicts: NEWS ext/soap/php_sdl.c
|
#
657547f8 |
| 21-Mar-2012 |
Dmitry Stogov |
Fixed bug #49853 (Soap Client stream context header option ignored) |
#
fda25d97 |
| 21-Mar-2012 |
Pierre Joye |
- update NEWS |
#
9dcfb8c7 |
| 21-Mar-2012 |
Ilia Alshanetsky |
Fixed bug #61461 (missing checks around malloc() calls). |
#
5709f7dd |
| 19-Mar-2012 |
Ilia Alshanetsky |
Merge branch '53' into 54 * 53: Fixed bug #61430 (Transposed memset() params in sapi/fpm/fpm/fpm_shm.c).
|
#
edb57810 |
| 19-Mar-2012 |
Ilia Alshanetsky |
Fixed bug #61430 (Transposed memset() params in sapi/fpm/fpm/fpm_shm.c). |
#
227112cb |
| 18-Mar-2012 |
Gustavo André dos Santos Lopes |
- Fixed bug #61388 (ReflectionObject:getProperties() issues invalid reads when get_properties returns a hash table with (inaccessible) dynamic numeric properties). |
#
714f1ff4 |
| 18-Mar-2012 |
Gustavo André dos Santos Lopes |
- Fixed bug #61418 (Segmentation fault when DirectoryIterator's or FilesystemIterator's iterators are requested more than once without having had its dtor callback called in between). |
#
ef19fba2 |
| 17-Mar-2012 |
Gustavo André dos Santos Lopes |
- Fixed bug #61371 (resource leak). This bug had two parts, a long standing leak already fixed in trunk/5.3 and now merged onto 5.4 and a leak introduced in fixing bug #61115. This better
- Fixed bug #61371 (resource leak). This bug had two parts, a long standing leak already fixed in trunk/5.3 and now merged onto 5.4 and a leak introduced in fixing bug #61115. This better fix for #61115 fixes the leak (the inhibition for deleting the context was too broad) and so prevents segfaults in new circumstances (where the inhibition was not broad enough).
show more ...
|
#
9bfe8010 |
| 17-Mar-2012 |
Ilia Alshanetsky |
Fixed typo |
#
9aec9ccd |
| 16-Mar-2012 |
Adam Harvey |
Fix bug #61409 (Bad formatting on phpinfo()). Patch by Jakub Vrana. |
#
1ef5fa87 |
| 15-Mar-2012 |
Ilia Alshanetsky |
Fixed bug #60947 (Segmentation fault while executing ibase_db_info) |
#
2dee9ec9 |
| 15-Mar-2012 |
Ilia Alshanetsky |
Fixed bug #60947 (Segmentation fault while executing ibase_db_info) |