1
0
mirror of https://github.com/php/php-src.git synced 2026-04-25 00:48:25 +02:00

ChangeLog update

This commit is contained in:
2005-04-06 00:36:12 +00:00
parent 33677ddb95
commit e89235fa17
2 changed files with 40 additions and 0 deletions
+35
View File
@@ -1,3 +1,38 @@
2005-04-05 Antony Dovgal <tony2001@phpclub.net>
* ext/ldap/ldap.c:
remove proto, it's internal func
2005-04-05 Ilia Alshanetsky <ilia@prohost.org>
* (PHP_4_3)
NEWS
NEWS
ext/imap/php_imap.c
ext/imap/php_imap.c:
MFH: Fixed bug #32589 (Possible crash inside imap_mail_compose, with
charsets).
* ext/imap/php_imap.c:
Fixed bug #32589 (Possible crash inside imap_mail_compose, with charsets).
2005-04-05 Marcus Boerger <marcus.boerger@post.rwth-aachen.de>
* ext/standard/tests/serialize/005.phpt:
- Add new test
* ZendEngine2/zend_interfaces.c:
- Just return FAILURE & allow NULL without emmidiate error
2005-04-05 Ilia Alshanetsky <ilia@prohost.org>
* (PHP_5_0)
main/streams/streams.c:
MFH: Fixed bug #30362 (stream_get_line() not reading data correctly).
* main/streams/streams.c:
Fixed bug #30362 (stream_get_line() not reading data correctly).
2005-04-04 Sara Golemon <php@alphaweb.net>
* (PHP_4_3)
+5
View File
@@ -1,3 +1,8 @@
2005-04-05 Marcus Boerger <marcus.boerger@post.rwth-aachen.de>
* zend_interfaces.c:
- Just return FAILURE & allow NULL without emmidiate error
2005-04-04 Stanislav Malyshev <stas@zend.com>
* zend_builtin_functions.c: