#
996d91b6 |
| 29-Jan-2012 |
Rasmus Lerdorf |
createCollation() |
#
2cb82027 |
| 28-Jan-2012 |
Felipe Pena |
- Fixed bug #60860 (session.save_handler=user without defined function core dumps) |
#
f78c9a9f |
| 28-Jan-2012 |
Felipe Pena |
- Fixed bug #60860 (session.save_handler=user without defined function core dumps) |
#
d54710ae |
| 27-Jan-2012 |
Pierre Joye |
- fix #60895, possible invalid handler usage |
#
4879a01b |
| 27-Jan-2012 |
Pierre Joye |
- fix #60895, possible invalid handler usage |
#
398c6e6d |
| 26-Jan-2012 |
Scott MacVicar |
MFH r322485 Fix possible attack in SSL sockets with SSL 3.0 / TLS 1.0. CVE-2011-3389 |
#
498d9aea |
| 26-Jan-2012 |
Xinchen Hui |
Fixed bug #60825 (Segfault when running symfony 2 tests) |
#
12074512 |
| 26-Jan-2012 |
Xinchen Hui |
Fixed bug #60825 (Segfault when running symfony 2 tests) |
#
6b1d3b3d |
| 24-Jan-2012 |
Xinchen Hui |
Re-fixed bug #60825 (Segfault when running symfony 2 tests) |
#
a222954a |
| 24-Jan-2012 |
Xinchen Hui |
Re-fixed bug #60825 (Segfault when running symfony 2 tests) |
#
45a6f8d9 |
| 22-Jan-2012 |
Gustavo André dos Santos Lopes |
- Further fix for bug #60455 (stream_get_line misbehaves if EOF is not detected together with the last read). - Fixed bug #60817 (stream_get_line() reads from stream even when there is
- Further fix for bug #60455 (stream_get_line misbehaves if EOF is not detected together with the last read). - Fixed bug #60817 (stream_get_line() reads from stream even when there is already sufficient data buffered). stream_get_line() now behaves more like fgets(), as is documented. #withheld commit to 5.4
show more ...
|
#
cf54cc73 |
| 21-Jan-2012 |
Xinchen Hui |
Fixed bug #60825 (Segfault when running symfony 2 tests) |
#
3299a267 |
| 20-Jan-2012 |
Dmitry Stogov |
Fixed Bug #60809 (TRAITS - PHPDoc Comment Style Bug) Fixed some other traits related bugs (uninitialized variable, return => continue) Removed some trait related redundant code and variables |
#
dd95d905 |
| 19-Jan-2012 |
Rasmus Lerdorf |
. |
#
d13feb83 |
| 19-Jan-2012 |
Popa Adrian Marius |
Added the bugfixing notes to the NEWS file |
Revision tags: php-5.4.0RC6 |
|
#
44c77312 |
| 19-Jan-2012 |
Stanislav Malyshev |
5.4.0RC6 |
#
15e16b31 |
| 18-Jan-2012 |
Michael Wallner |
merge ext/hash from trunk |
#
6a7bbb15 |
| 18-Jan-2012 |
Michael Wallner |
merge ext/hash from trunk |
#
2d2aefe4 |
| 17-Jan-2012 |
Michael Wallner |
remove Salsa10/Salsa20, which are actually stream ciphers not hash functions |
#
3e9a7c6c |
| 17-Jan-2012 |
Michael Wallner |
adapted tiger hash byte print order to those of md5 and sha1 see http://en.wikipedia.org/wiki/Tiger_(cryptography) http://www.cs.technion.ac.il/~biham/Reports/Tiger/test-vectors-ness
adapted tiger hash byte print order to those of md5 and sha1 see http://en.wikipedia.org/wiki/Tiger_(cryptography) http://www.cs.technion.ac.il/~biham/Reports/Tiger/test-vectors-nessie-format.dat Closes Bug #60221 Tiger hash output byte order
show more ...
|
#
ebddf8a9 |
| 17-Jan-2012 |
Sebastian Bergmann |
Revert r322390. |
#
e76c1cc0 |
| 17-Jan-2012 |
Sebastian Bergmann |
Implement ReflectionClass::setFinal() and ReflectionMethod::setFinal(). Patch by Jan Dolecek <juzna.cz@gmail.com>. |
#
6b31413b |
| 16-Jan-2012 |
Michael Wallner |
Fix bug #60768 Output buffer not discarded in php_output_handler_op(): * if appending to buffer succeeds, just return HANDLER_NO_DATA and do nothing else * if a zero si
Fix bug #60768 Output buffer not discarded in php_output_handler_op(): * if appending to buffer succeeds, just return HANDLER_NO_DATA and do nothing else * if a zero sized string or true is returned from the handler function, reset the context as well as the handler's buffer
show more ...
|
#
36df5342 |
| 16-Jan-2012 |
Xinchen Hui |
typo |
#
d74a258f |
| 16-Jan-2012 |
Xinchen Hui |
Fixed Bug #60573 (type hinting with "self" keyword causes weird errors) |