changelog Wed Apr 19 05:31:45 2006 UTC
Modified files: /php-src ChangeLog Log: ChangeLog update http://cvs.php.net/viewcvs.cgi/php-src/ChangeLog?r1=1.2319&r2=1.2320&diff_format=u Index: php-src/ChangeLog diff -u php-src/ChangeLog:1.2319 php-src/ChangeLog:1.2320 --- php-src/ChangeLog:1.2319 Tue Apr 18 05:31:45 2006 +++ php-src/ChangeLog Wed Apr 19 05:31:44 2006 @@ -1,3 +1,77 @@ +2006-04-18 Ilia Alshanetsky <[EMAIL PROTECTED]> + + * (PHP_5_1) + configure.in + main/php_version.h: + Restore dev so win32 snaps can build + +2006-04-18 Sara Golemon <[EMAIL PROTECTED]> + + * ext/standard/file.c: + Silence compiler warnings + + * main/php_streams.h + main/streams/streams.c: + Fix copy/paste typo in php_stream_path_decode() proto + + * ZendEngine2/zend_API.c: + Fix ZTS build + +2006-04-18 Antony Dovgal <[EMAIL PROTECTED]> + + * ZendEngine2/zend_API.c: + binary strings exist only in unicode mode + +2006-04-18 Ilia Alshanetsky <[EMAIL PROTECTED]> + + * ext/sqlite/sqlite.c: + MFB51: Fixed bug #29476 (sqlite_fetch_column_types() locks the database + forever). + + * (PHP_5_1) + NEWS + ext/sqlite/sqlite.c: + Fixed bug #29476 (sqlite_fetch_column_types() locks the database forever). + +2006-04-18 Dmitry Stogov <[EMAIL PROTECTED]> + + * (PHP_5_1) + NEWS: + Fixed bug #37083 (Frequent crashs in SOAP extension with new WSDL caching + code in multithread WS). (Andrei, Dmitry) + +2006-04-18 Antony Dovgal <[EMAIL PROTECTED]> + + * run-tests.php: + typofix + +2006-04-18 Dmitry Stogov <[EMAIL PROTECTED]> + + * sapi/cgi/fastcgi.c + sapi/cgi/fastcgi.c: + Fixed SUN_LEN calculation + + * main/php_variables.c + main/php_variables.c + sapi/cgi/cgi_main.c + sapi/cgi/cgi_main.c: + Fixed memory leaks + +2006-04-18 Andrei Zmievski <[EMAIL PROTECTED]> + + * ext/standard/string.c: + I'm not sure what the heck people were thinking here, but it should be + fixed finally. Please test. + + * ext/standard/string.c: + Fix trim("a") bug. + +2006-04-18 Ilia Alshanetsky <[EMAIL PROTECTED]> + + * (PHP_5_1) + ext/session/mod_files.c: + Commit the actual fix + 2006-04-17 Ilia Alshanetsky <[EMAIL PROTECTED]> * ext/session/mod_files.c: