#
7161c3d2 |
| 12-Sep-2012 |
Anthony Ferrara |
Add news entry for password API |
#
6ba376f5 |
| 06-Sep-2012 |
Dmitry Stogov |
Merge branch 'PHP-5.3' into PHP-5.4 * PHP-5.3: - Fixed bug #61767 (Shutdown functions not called in certain error situation) - Fixed bug #60909 (custom error handler throwing Exception
Merge branch 'PHP-5.3' into PHP-5.4 * PHP-5.3: - Fixed bug #61767 (Shutdown functions not called in certain error situation) - Fixed bug #60909 (custom error handler throwing Exception + fatal error = no shutdown function) Conflicts: NEWS Zend/zend_object_handlers.c
show more ...
|
#
b29dc146 |
| 06-Sep-2012 |
Dmitry Stogov |
- Fixed bug #61767 (Shutdown functions not called in certain error situation) - Fixed bug #60909 (custom error handler throwing Exception + fatal error = no shutdown function) |
#
6c0508f8 |
| 05-Sep-2012 |
Dmitry Stogov |
Fixed bug #62907 (Double free when use traits) |
#
33db8c0e |
| 03-Sep-2012 |
Dmitry Stogov |
Merge branch 'PHP-5.3' into PHP-5.4 * PHP-5.3: Fixed bug #50997 (SOAP Error when trying to submit 2nd Element of a choice).
|
#
0ab27c35 |
| 03-Sep-2012 |
Dmitry Stogov |
Fixed bug #50997 (SOAP Error when trying to submit 2nd Element of a choice). |
#
485c09a3 |
| 03-Sep-2012 |
Dmitry Stogov |
Fixed bug #50997 (SOAP Error when trying to submit 2nd Element of a choice). |
#
a26390ef |
| 02-Sep-2012 |
Lars Strojny |
Bug #49510: Boolean validation fails with FILTER_NULL_ON_FAILURE with empty string or false |
#
133f610b |
| 02-Sep-2012 |
Lars Strojny |
Allow null as a default value for length in mb_substr() and mb_strcut() |
#
f7d51df5 |
| 01-Sep-2012 |
Stanislav Malyshev |
fix NEWS |
#
863e7e0a |
| 01-Sep-2012 |
Xinchen Hui |
Merge branch 'PHP-5.3' into PHP-5.4 Conflicts: ext/spl/spl_array.c
|
#
67d7d03f |
| 01-Sep-2012 |
Xinchen Hui |
Fixed bug #62987 (Assigning to ArrayObject[null][something] overrides all undefined variables) The get_zval_ptr_ptr of spl_array handler should act as same as the vm's |
#
e658a91b |
| 31-Aug-2012 |
Lars Strojny |
assert() user message Added 2nd, optional, param to assert. When passed in it will be added to the printed warnings and passed as a 4th param to a callback. PR 150 by Lonny Kapelushn
assert() user message Added 2nd, optional, param to assert. When passed in it will be added to the printed warnings and passed as a 4th param to a callback. PR 150 by Lonny Kapelushnik
show more ...
|
#
167108d7 |
| 31-Aug-2012 |
Lars Strojny |
assert() user message Added 2nd, optional, param to assert. When passed in it will be added to the printed warnings and passed as a 4th param to a callback. PR 150 by Lonny Kapelushn
assert() user message Added 2nd, optional, param to assert. When passed in it will be added to the printed warnings and passed as a 4th param to a callback. PR 150 by Lonny Kapelushnik
show more ...
|
#
66fad457 |
| 31-Aug-2012 |
Xinchen Hui |
Merge branch 'PHP-5.3' into PHP-5.4
|
#
5dc2cef3 |
| 31-Aug-2012 |
Xinchen Hui |
Fixed bug #62976 (Notice: could not be converted to int when comparing some builtin classes) |
#
8afb848e |
| 30-Aug-2012 |
Felipe Pena |
- BFN |
#
78cffe0c |
| 29-Aug-2012 |
Stanislav Malyshev |
5.4.7 branched |
#
8b3c1a38 |
| 30-Jun-2012 |
Stanislav Malyshev |
fix bug #55856: preg_replace should fail on trailing garbage |
#
0410b4e6 |
| 26-Aug-2012 |
Gustavo Lopes |
Fixed defective cloning in ext/intl classes See also bug #62915 Cherry picked from 886a50a (I forgot about 5.3) Conflicts: ext/intl/spoofchecker/spoofchecker_cl
Fixed defective cloning in ext/intl classes See also bug #62915 Cherry picked from 886a50a (I forgot about 5.3) Conflicts: ext/intl/spoofchecker/spoofchecker_class.c ext/intl/transliterator/transliterator_class.c
show more ...
|
#
c1110673 |
| 26-Aug-2012 |
Gustavo Lopes |
NEWS for 886a50a |
#
63a1801d |
| 26-Aug-2012 |
Gustavo Lopes |
NEWS for commit 72c807a |
#
949f6cd4 |
| 26-Aug-2012 |
Gustavo Lopes |
Announce on NEWS change in 1ce572c |
#
8e7081f3 |
| 26-Aug-2012 |
Lars Strojny |
Merging PR 121 to add support for slow request counting on the PHP-FPM status page |
#
35951d4b |
| 25-Aug-2012 |
Xinchen Hui |
Support list in foreach RFC: https://wiki.php.net/rfc/foreachlist |