1
0
mirror of https://github.com/php/php-src.git synced 2026-04-28 10:43:30 +02:00

ChangeLog update

This commit is contained in:
2005-12-21 06:31:46 +00:00
parent bb2ea6d564
commit 9d27d22b07
2 changed files with 167 additions and 0 deletions
+135
View File
@@ -1,3 +1,138 @@
2005-12-20 Marcus Boerger <marcus.boerger@post.rwth-aachen.de>
* (PHP_5_1)
ZendEngine2/zend.h
ZendEngine2/zend_object_handlers.h
ZendEngine2/zend_types.h:
- MFH move zend_object_Value definition to zend_types.h
* ZendEngine2/zend.h
ZendEngine2/zend_object_handlers.h
ZendEngine2/zend_types.h:
- Move zend_object_value definition to zend_type.h
* ZendEngine2/zend_operators.h:
- Add Z_OBJVAL*() macros
* ext/pgsql/pgsql.c:
- MFB Get rid of warnings
* (PHP_5_1)
ext/pgsql/pgsql.c:
- Get rid of compiler warnings (both postgres an dphp use these defines)
2005-12-20 Derick Rethans <php@derickrethans.nl>
* (PHP_5_1)
NEWS:
- MFH: Fixed bug #35660 (AIX TZ variable format not understood, yields UTC
timezone).
2005-12-20 Antony Dovgal <antony@zend.com>
* ZendEngine2/tests/bug26077.phpt:
MFB: fix test decription
* (PHP_5_1)
ZendEngine2/tests/bug26077.phpt:
fix test description
* run-tests.php:
MFB: fix notice
* (PHP_5_1)
run-tests.php:
fix notice
2005-12-20 Derick Rethans <php@derickrethans.nl>
* (PHP_5_1)
NEWS:
- Fixed bug #35699 (date() can't handle leap years before 1970).
2005-12-20 Ilia Alshanetsky <ilia@prohost.org>
* (PHP_5_1)
NEWS:
Updated libsqlite in ext/pdo_sqlite to 3.2.8.
* ext/sqlite/libsqlite/VERSION
ext/sqlite/libsqlite/src/os.c
ext/sqlite/libsqlite/src/pager.c
ext/sqlite/libsqlite/src/sqlite.w32.h
ext/sqlite/libsqlite/src/sqliteInt.h
ext/sqlite/libsqlite/src/util.c
ext/sqlite/tests/blankdb.inc
ext/sqlite/tests/blankdb_oo.inc:
MFB51:
Updated libsqlite in ext/sqlite to 2.8.17.
Use in-memory database for tests.
* (PHP_5_1)
NEWS
ext/sqlite/libsqlite/VERSION
ext/sqlite/libsqlite/src/os.c
ext/sqlite/libsqlite/src/pager.c
ext/sqlite/libsqlite/src/sqlite.w32.h
ext/sqlite/libsqlite/src/sqliteInt.h
ext/sqlite/libsqlite/src/util.c
ext/sqlite/tests/blankdb.inc
ext/sqlite/tests/blankdb_oo.inc:
Updated libsqlite in ext/sqlite to 2.8.17.
Use in-memory database for tests.
* (PHP_4_4)
TSRM/tsrm_config_common.h
TSRM/tsrm_virtual_cwd.c
main/php.h:
MFH: Fixed bug #31347 (is_dir and is_file (incorrectly) return true for any
string greater then 255 characters).
* TSRM/tsrm_config_common.h
TSRM/tsrm_virtual_cwd.c
main/php.h:
MFB51: Fixed bug #31347 (is_dir and is_file (incorrectly) return true for
any
string greater then 255 characters).
* (PHP_5_1)
NEWS
main/php.h:
Fixed bug #31347 (is_dir and is_file (incorrectly) return true for any
string greater then 255 characters).
* (PHP_5_1)
TSRM/tsrm_config_common.h
TSRM/tsrm_virtual_cwd.c:
Fixed bug #31347 (is_dir and is_file (incorrectly) return true for any
string
greater then 255 characters).
2005-12-20 Antony Dovgal <antony@zend.com>
* ZendEngine2/zend_execute_API.c:
MFB: fix leak appearing when __autoload() throws an exception
* (PHP_5_1)
ZendEngine2/zend_execute_API.c:
fix leak appearing when __autoload() throws an exception
* ext/standard/tests/file/bug35740.phpt:
MFB: add test for #35740
* ext/standard/tests/file/bug35740.phpt
ext/standard/tests/file/bug35740.phpt:
file bug35740.phpt was initially added on branch PHP_5_1.
* main/streams/streams.c:
MFB: fix #35740 (memory leak when including a directory)
* (PHP_5_1)
NEWS
main/streams/streams.c:
fix #35740 (memory leak when including a directory)
2005-12-19 Jani Taskinen <jani.taskinen@sci.fi>
* (PHP_4_4)
+32
View File
@@ -1,3 +1,35 @@
2005-12-20 Marcus Boerger <marcus.boerger@post.rwth-aachen.de>
* (PHP_5_1)
zend.h
zend_object_handlers.h
zend_types.h:
- MFH move zend_object_Value definition to zend_types.h
* zend.h
zend_object_handlers.h
zend_types.h:
- Move zend_object_value definition to zend_type.h
* zend_operators.h:
- Add Z_OBJVAL*() macros
2005-12-20 Antony Dovgal <antony@zend.com>
* tests/bug26077.phpt:
MFB: fix test decription
* (PHP_5_1)
tests/bug26077.phpt:
fix test description
* zend_execute_API.c:
MFB: fix leak appearing when __autoload() throws an exception
* (PHP_5_1)
zend_execute_API.c:
fix leak appearing when __autoload() throws an exception
2005-12-17 Marcus Boerger <marcus.boerger@post.rwth-aachen.de>
* (PHP_5_1)