changelog Fri Dec 1 01:30:59 2006 UTC
Modified files: /php-src ChangeLog Log: ChangeLog update http://cvs.php.net/viewvc.cgi/php-src/ChangeLog?r1=1.2527&r2=1.2528&diff_format=u Index: php-src/ChangeLog diff -u php-src/ChangeLog:1.2527 php-src/ChangeLog:1.2528 --- php-src/ChangeLog:1.2527 Thu Nov 30 01:30:59 2006 +++ php-src/ChangeLog Fri Dec 1 01:30:59 2006 @@ -1,3 +1,115 @@ +2006-11-30 Ilia Alshanetsky <[EMAIL PROTECTED]> + + * (PHP_5_2) + ext/soap/php_sdl.c: + Small hash table optimization + +2006-11-30 Andrei Zmievski <[EMAIL PROTECTED]> + + * ext/standard/url.c: + get_headers() will keep headers as binary strings. + +2006-11-30 Antony Dovgal <[EMAIL PROTECTED]> + + * (PHP_4_4) + acinclude.m4 + configure.in: + MFH missing fixes required by autoconf 2.6x + fixes bug #39696 + +2006-11-30 Andrei Zmievski <[EMAIL PROTECTED]> + + * ext/standard/string.c: + Mark setlocale() as Unicode-safe. It shouldn't be used in + unicode.semantics=on mode anyway. + + * ext/standard/basic_functions.c: + Forgot to mark import_request_variables() as Unicode-safe. + + * ext/standard/string.c: + Mark strtr() as Unicode-safe. + + + * ext/standard/pack.c: + Mark pack()/unpack() as Unicode-safe. They will accept Unicode strings + but convert them to binary. We can revisit supporting something like 'U' + format in the future, if it's needed. + + * ext/standard/quot_print.c: + Make quoted_printable_decode() take only ASCII strings. + +2006-11-30 Ilia Alshanetsky <[EMAIL PROTECTED]> + + * configure.in: + MFB: Added check for crypt_r() + + * (PHP_5_2) + configure.in: + Added check for crypt_r() + + * ext/posix/config.m4: + MFB: Added missing function checks + + * (PHP_5_2) + ext/posix/config.m4: + Added missing function checks + + * ext/pdo_sqlite/sqlite/src/date.c + ext/sqlite/libsqlite/src/date.c + ext/xmlrpc/libxmlrpc/xmlrpc.c + ext/zip/lib/zip_dirent.c: + zts fixes + + * (PHP_5_2) + ext/pdo_sqlite/sqlite/src/date.c + ext/sqlite/libsqlite/src/date.c + ext/xmlrpc/libxmlrpc/xmlrpc.c + ext/zip/lib/zip_dirent.c: + last set of zts fixes + + * ext/interbase/ibase_query.c: + MFB: Thread safety fixes. + + * (PHP_5_2) + ext/interbase/ibase_query.c: + Thread safety fixes. + + * main/php_scandir.c: + MFB: Thread-safety issues + + * (PHP_5_2) + main/php_scandir.c: + Thread-safety issues + + * ext/standard/crypt.c: + MFB: Use reantrant crypt_r() whenever possible. + + * (PHP_5_2) + ext/standard/crypt.c: + Use reantrant crypt_r() whenever possible. + + * ext/mime_magic/mime_magic.c: + MFB: Use thread-safe code + + * (PHP_5_2) + ext/mime_magic/mime_magic.c: + Use thread-safe code + +2006-11-30 Antony Dovgal <[EMAIL PROTECTED]> + + * ZendEngine2/tests/bug39602.phpt + ZendEngine2/tests/bug39602.phpt: + fix test + +2006-11-30 Ilia Alshanetsky <[EMAIL PROTECTED]> + + * ext/posix/posix.c: + MFB: Thread safety fixed for *nix systems + + * (PHP_5_2) + ext/posix/posix.c: + Thread safety fixed for *nix systems + 2006-11-29 Ilia Alshanetsky <[EMAIL PROTECTED]> * ext/standard/filestat.c: