#
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) |
#
61088ce7 |
| 14-Jan-2012 |
Rui Hirokawa |
MFH: fixed bug #60227: header() cannot detect the multi-line header with CR. |
#
4c414c12 |
| 13-Jan-2012 |
Boris Lytochkin |
merge from trunk: Fixed bug #60585 (php build fails with USE flag snmp when IPv6 support is disabled Fixed bug #60749 (SNMP module should not strip non-standard SNMP port from hostname |
#
bcb89314 |
| 10-Jan-2012 |
Popa Adrian Marius |
Added fixes Pdo Firebird bugs to the NEWS file |
Revision tags: php-5.3.9 |
|
#
3eb4b024 |
| 10-Jan-2012 |
Johannes Schlüter |
PHP 5.3.9 |
#
24e071c0 |
| 10-Jan-2012 |
Popa Adrian Marius |
added fixed Pdo Firebird bugs to the NEWS section |
#
b1721549 |
| 06-Jan-2012 |
Patrick Allaert |
Changed: restoring REQUEST_TIME as a long, introducing REQUEST_TIME_FLOAT instead as discussed on the ML |
Revision tags: php-5.4.0RC5 |
|
#
64a90191 |
| 05-Jan-2012 |
Stanislav Malyshev |
back to dev |
#
6cb0b660 |
| 05-Jan-2012 |
Stanislav Malyshev |
5.4.0rc5 |
#
ae7943a7 |
| 04-Jan-2012 |
Jérôme Loyet |
- Fixed credits for bug #60659 |
#
de92e5ab |
| 04-Jan-2012 |
Jérôme Loyet |
- Fixed credits for bug #60659 |
#
b9fab77d |
| 04-Jan-2012 |
Jérôme Loyet |
- Fixed bug #60659 (FPM does not clear auth_user on request accept) |
#
c730ed96 |
| 04-Jan-2012 |
Jérôme Loyet |
- Fixed bug #60659 (FPM does not clear auth_user on request accept) |
#
1c4f2275 |
| 04-Jan-2012 |
Xinchen Hui |
Fixed bug #60627 (httpd.worker segfault on startup with php_value) |
#
6e76f1ed |
| 04-Jan-2012 |
Arpad Ray |
NEWS entry for r321738 |
#
08eb16f0 |
| 04-Jan-2012 |
Arpad Ray |
fix return values of inherited session handler to match user handlers - #60640 |
#
0ca9fbc0 |
| 03-Jan-2012 |
Jérôme Loyet |
- Fixed bug #60629 (memory corruption when web server closed the fcgi fd) |
#
e7472221 |
| 03-Jan-2012 |
Jérôme Loyet |
- Fixed bug #60629 (memory corruption when web server closed the fcgi fd) |
#
cbcddcb0 |
| 02-Jan-2012 |
Stanislav Malyshev |
fix bug #55871 - Interruption in substr_replace() |