changelog Sat Jan 6 01:31:01 2007 UTC
Modified files: /php-src ChangeLog Log: ChangeLog update http://cvs.php.net/viewvc.cgi/php-src/ChangeLog?r1=1.2563&r2=1.2564&diff_format=u Index: php-src/ChangeLog diff -u php-src/ChangeLog:1.2563 php-src/ChangeLog:1.2564 --- php-src/ChangeLog:1.2563 Fri Jan 5 01:30:57 2007 +++ php-src/ChangeLog Sat Jan 6 01:31:01 2007 @@ -1,3 +1,104 @@ +2007-01-05 Sara Golemon <[EMAIL PROTECTED]> + + * (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 <[EMAIL PROTECTED]> + + * ext/standard/basic_functions.c: + Clean up set_include_path(). + +2007-01-05 Sara Golemon <[EMAIL PROTECTED]> + + * ext/session/mod_files.c: + Don't bother with conversion when the converter is already UTF8 + +2007-01-05 Hannes Magnusson <[EMAIL PROTECTED]> + + * 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 <[EMAIL PROTECTED]> + + * (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 <[EMAIL PROTECTED]> + + * ext/session/mod_files.c + ext/session/session.c: + Fix ZTS issues. + +2007-01-05 Edin Kadribasic <[EMAIL PROTECTED]> + + * (PHP_4_4) + ext/curl/curl.dsp: + New curl lib needs CURL_STATICLIB define when linked statically + +2007-01-05 Derick Rethans <[EMAIL PROTECTED]> + + * (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 <[EMAIL PROTECTED]> + + * 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 <[EMAIL PROTECTED]> * (PHP_5_2)