changelog Thu May 13 20:32:50 2004 EDT
Modified files:
/php-src ChangeLog
Log:
ChangeLog update
http://cvs.php.net/diff.php/php-src/ChangeLog?r1=1.1627&r2=1.1628&ty=u
Index: php-src/ChangeLog
diff -u php-src/ChangeLog:1.1627 php-src/ChangeLog:1.1628
--- php-src/ChangeLog:1.1627 Wed May 12 20:58:15 2004
+++ php-src/ChangeLog Thu May 13 20:32:50 2004
@@ -1,3 +1,61 @@
+2004-05-13 Ilia Alshanetsky <[EMAIL PROTECTED]>
+
+ * (PHP_4_3)
+ NEWS
+ ext/standard/string.c
+ ext/standard/tests/strings/bug28386.phpt:
+ MFH: Fixed bug #28386 (wordwrap() wraps lines 1 character too soon).
+
+ * ext/standard/string.c
+ ext/standard/tests/strings/bug28386.phpt:
+ Fixed bug #28386 (wordwrap() wraps lines 1 character too soon).
+
+ * (PHP_4_3)
+ sapi/isapi/php4isapi.c:
+ MFH: Make isapi more compatible with apache sapis as far as the creation
+ $_COOKIE super-global and various $_SERVER values.
+
+ * sapi/isapi/php5isapi.c:
+ Make isapi more compatible with apache sapis as far as the creation
+ $_COOKIE super-global and various $_SERVER values.
+
+2004-05-13 Edin Kadribasic <[EMAIL PROTECTED]>
+
+ * (PHP_4_3)
+ ext/curl/curl.c:
+ Make curl compile with the latest win32 libcurl
+
+2004-05-13 Stanislav Malyshev <[EMAIL PROTECTED]>
+
+ * (PECL_4_3)
+ ext/sqlite/php_sqlite.h
+ ext/sqlite/sqlite.c:
+ add sqlite_exec - now to the right tag
+
+ * ext/sqlite/php_sqlite.h
+ ext/sqlite/sqlite.c:
+ add sqlite_exec()
+
+ * (PHP_4)
+ ext/sqlite/php_sqlite.h
+ ext/sqlite/sqlite.c:
+ Add sqlite_exec
+
+2004-05-13 Ilia Alshanetsky <[EMAIL PROTECTED]>
+
+ * (PHP_4_3)
+ ext/session/tests/skipif.inc:
+ MFH: Skip session tests if session.save_path is not writable.
+
+ * ext/session/tests/skipif.inc:
+ Skip session tests if session.save_path is not writable.
+
+2004-05-13 Marcus Boerger <[EMAIL PROTECTED]>
+
+ * TSRM/TSRM.c:
+ - Once ts_free_id() will be used, we cannot call ctors for deleted ids
+ when creating new threads.
+
2004-05-12 Marcus Boerger <[EMAIL PROTECTED]>
* ZendEngine2/zend_API.c:
@@ -3147,7 +3205,7 @@
2004-03-18 Pierre-Alain Joye <[EMAIL PROTECTED]>
* ext/gd/tests/bug27582_2.phpt:
- - Fix the test description and $Id: ChangeLog,v 1.1627 2004/05/13 00:58:15
changelog Exp $
+ - Fix the test description and $Id: ChangeLog,v 1.1628 2004/05/14 00:32:50
changelog Exp $
2004-03-18 Derick Rethans <[EMAIL PROTECTED]>