diff options
author | <changelog@php.net> | 2005-02-24 01:35:08 +0000 |
---|---|---|
committer | <changelog@php.net> | 2005-02-24 01:35:08 +0000 |
commit | 5caddd66bae1323652b83aca30e4696aa1f1c507 (patch) | |
tree | 23e2a5f7c6ff3edbd58130fe2792b45378a68f1e | |
parent | f982890a5886e4383805b2a75ef0537e85542cda (diff) | |
download | php-git-5caddd66bae1323652b83aca30e4696aa1f1c507.tar.gz |
ChangeLog update
-rw-r--r-- | ChangeLog | 98 | ||||
-rw-r--r-- | Zend/ChangeLog | 27 |
2 files changed, 125 insertions, 0 deletions
@@ -1,3 +1,101 @@ +2005-02-23 Ilia Alshanetsky <ilia@prohost.org> + + * ext/standard/image.c: + Additional safety checks. + +2005-02-23 Marcus Boerger <marcus.boerger@post.rwth-aachen.de> + + * ext/standard/image.c: + - Slightly redesign + +2005-02-23 Ilia Alshanetsky <ilia@prohost.org> + + * (PHP_5_0) + main/streams/mmap.c: + MFH: Increase maximum mmapable file size to 2mb from 1mb. + + * main/streams/mmap.c: + Increase maximum mmapable file size to 2mb from 1mb. + + * (PHP_4_3) + TODO_SEGFAULTS: + pack() issues were resolved. + +2005-02-23 Ard Biesheuvel <a.k.biesheuvel@ewi.tudelft.nl> + + * ext/interbase/interbase.c: + Fixed bug #31597: ibase_connect() - incorrect warning + +2005-02-23 Ilia Alshanetsky <ilia@prohost.org> + + * ext/standard/dir.c: + Fixed compiler warning. + + * (PHP_5_0) + ext/bz2/bz2.c: + MFB_4_3: Fixed bug #29521 (compress.bzip2 returns error when used with http + wrapper) + + * ext/bz2/bz2.c: + MFB_4_3: Fixed bug #29521 (compress.bzip2 returns error when used with http + wrapper). + +2005-02-23 Stefan Esser <sesser@suspekt.org> + + * ext/standard/var_unserializer.c + ext/standard/var_unserializer.re: + Correcting bounds check before someone uses this code + +2005-02-23 Derick Rethans <php@derickrethans.nl> + + * (PHP_5_0) + NEWS + ZendEngine2/zend_reflection_api.c: + - MFH: fixed bug #32076 (ReflectionMethod :: isDestructor() always return + true). + + * ZendEngine2/zend_reflection_api.c: + - Fixed bug #32076 (ReflectionMethod :: isDestructor() always return true) + (Patch by Antony Dogval) + +2005-02-23 Stanislav Malyshev <stas@zend.com> + + * ext/standard/var.c + ext/standard/var_unserializer.c + ext/standard/var_unserializer.re: + Custom object serializer infrastructure - PHP implementation + + * ZendEngine2/zend.h + ZendEngine2/zend_compile.c: + Custom object serializer infrastructure + +2005-02-23 Anantha Kesari H Y <hyanantha@novell.com> + + * main/php_syslog.h: + NetWare can make use of Autoconf generated header file + + * main/php_open_temporary_file.c: + NetWare LibC has mkstemp implementation + + * main/php_compat.h: + NetWare can make use autoconf generated header file + + * main/fopen_wrappers.c: + NetWare LibC has pwd.h + +2005-02-23 Jani Taskinen <jani.taskinen@kolumbus.fi> + + * ZendEngine2/Zend.m4: + Hack the planet + +2005-02-23 Marcus Boerger <marcus.boerger@post.rwth-aachen.de> + + * run-tests.php: + - Use PHP not C semantics + + * ZendEngine2/zend_interfaces.c: + - Allow to convert Traversable into Aggregate + 2005-02-22 Ilia Alshanetsky <ilia@prohost.org> * (PHP_4_3) diff --git a/Zend/ChangeLog b/Zend/ChangeLog index 520c8fda5a..4689d5cb5b 100644 --- a/Zend/ChangeLog +++ b/Zend/ChangeLog @@ -1,3 +1,30 @@ +2005-02-23 Derick Rethans <php@derickrethans.nl> + + * (PHP_5_0) + zend_reflection_api.c: + - MFH: fixed bug #32076 (ReflectionMethod :: isDestructor() always return + true). + + * zend_reflection_api.c: + - Fixed bug #32076 (ReflectionMethod :: isDestructor() always return true) + (Patch by Antony Dogval) + +2005-02-23 Stanislav Malyshev <stas@zend.com> + + * zend.h + zend_compile.c: + Custom object serializer infrastructure + +2005-02-23 Jani Taskinen <jani.taskinen@kolumbus.fi> + + * Zend.m4: + Hack the planet + +2005-02-23 Marcus Boerger <marcus.boerger@post.rwth-aachen.de> + + * zend_interfaces.c: + - Allow to convert Traversable into Aggregate + 2005-02-22 Marcus Boerger <marcus.boerger@post.rwth-aachen.de> * zend_objects_API.c: |