From: Date: Sat, 6 Jan 2007 01:31:04 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: RELEASE_1_0_0RC1~385 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3faf580a9af116f2c62ba70885e3704d6b38a624;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index 612508b4b0..d8fff4833d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,104 @@ +2007-01-05 Sara Golemon + + * (PHP_5_2) + ext/posix/config.m4: + MFH: (r-1.16) ttyname_r() is broken on BSD + + * ext/posix/config.m4 + ext/posix/posix.c: + Refix posix_ttyname(), test for a working implementation of ttyname_r() -- + which BSD doesn't have + + * ext/posix/posix.c: + BSD4.1 (possibly others) doesn't support _SC_TTY_NAME_MAX + + * ZendEngine2/zend_builtin_functions.c: + Update create_function() + +2007-01-05 Andrei Zmievski + + * ext/standard/basic_functions.c: + Clean up set_include_path(). + +2007-01-05 Sara Golemon + + * ext/session/mod_files.c: + Don't bother with conversion when the converter is already UTF8 + +2007-01-05 Hannes Magnusson + + * ext/date/tests/bug37514.phpt + ext/date/tests/oo_002.phpt + ext/standard/tests/strings/bug26819.phpt: + MFB: Fix tests + + * (PHP_5_2) + ext/standard/tests/strings/bug26819.phpt: + Fix test according to bug#40009 + + * (PHP_5_2) + ext/date/tests/bug37514.phpt + ext/date/tests/oo_002.phpt: + Fix tests + +2007-01-05 Ilia Alshanetsky + + * (PHP_5_2) + ext/fbsql/php_fbsql.c + ext/gd/gd.c + ext/ldap/ldap.c + ext/pdo_firebird/firebird_statement.c + ext/pgsql/pgsql.c + ext/soap/php_encoding.c + ext/standard/uniqid.c + ext/sysvmsg/sysvmsg.c: + + %f -> %F + +2007-01-05 Sebastian Bergmann + + * ext/session/mod_files.c + ext/session/session.c: + Fix ZTS issues. + +2007-01-05 Edin Kadribasic + + * (PHP_4_4) + ext/curl/curl.dsp: + New curl lib needs CURL_STATICLIB define when linked statically + +2007-01-05 Derick Rethans + + * (PHP_4_4) + NEWS + configure.in + main/php_version.h: + - Back to -dev + + * (PHP_4_4) + NEWS + configure.in + main/php_version.h: + - 4.4.5rc1 + +2007-01-05 Sara Golemon + + * NEWS + ext/session/CREDITS + ext/session/php_session.h + ext/session/session.c: + Allow ext/session to use ext/hash's algorithms for generating IDs + + * ext/session/mod_files.c + ext/session/mod_user.c + ext/session/php_session.h + ext/session/session.c + ext/session/tests/001.phpt + ext/session/tests/003.phpt + ext/session/tests/004.phpt + ext/session/tests/005.phpt: + Unicode Updates + 2007-01-04 Ilia Alshanetsky * (PHP_5_2) diff --git a/Zend/ChangeLog b/Zend/ChangeLog index 4793065579..ac5813f66d 100644 --- a/Zend/ChangeLog +++ b/Zend/ChangeLog @@ -1,3 +1,8 @@ +2007-01-05 Sara Golemon + + * zend_builtin_functions.c: + Update create_function() + 2007-01-03 Antony Dovgal * zend_extensions.h