#
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 |
#
383eafe4 |
| 25-Aug-2012 |
Xinchen Hui |
Merge branch 'PHP-5.3' into PHP-5.4
|
#
d92a89fe |
| 25-Aug-2012 |
Xinchen Hui |
Fixed bug (segfault while build with zts and GOTO vm-kind) |
#
4c83ecc7 |
| 24-Aug-2012 |
Pierrick Charron |
Fixed bug #62912 (CURLINFO_PRIMARY_IP is not exposed) CURLINFO_PRIMARY_* and CURLINFO_LOCAL_* where available in curl_getinfo but the constant itself was not exposed to php userland |
#
13bcf685 |
| 23-Aug-2012 |
Xinchen Hui |
Fixed bug #62904 (Crash when cloning an object which inherits SplFixedArray) |
#
42f91d6a |
| 23-Aug-2012 |
Xinchen Hui |
Fixed bug #62904 (Crash when cloning an object which inherits SplFixedArray) |
#
6d1bebfc |
| 23-Aug-2012 |
Xinchen Hui |
Fixed bug #62358 (Segfault when using traits a lot) |
#
ca4dd761 |
| 22-Aug-2012 |
Gustavo Lopes |
Update NEWS given a5d0c1e2 |