changelog Wed Jun 16 20:32:34 2004 EDT
Modified files:
/php-src ChangeLog
Log:
ChangeLog update
http://cvs.php.net/diff.php/php-src/ChangeLog?r1=1.1658&r2=1.1659&ty=u
Index: php-src/ChangeLog
diff -u php-src/ChangeLog:1.1658 php-src/ChangeLog:1.1659
--- php-src/ChangeLog:1.1658 Tue Jun 15 20:32:41 2004
+++ php-src/ChangeLog Wed Jun 16 20:32:34 2004
@@ -1,3 +1,31 @@
+2004-06-16 Ard Biesheuvel <[EMAIL PROTECTED]>
+
+ * ext/com_dotnet/com_com.c
+ ext/com_dotnet/com_dotnet.c
+ ext/com_dotnet/com_persist.c
+ ext/com_dotnet/com_variant.c
+ ext/com_dotnet/php_com_dotnet_internal.h
+ ext/sqlite/sqlite.c
+ ext/standard/dir.c
+ ext/standard/file.c
+ ext/standard/fsock.c
+ ext/standard/proc_open.c
+ ext/standard/streamsfuncs.c:
+ 64-bit bugsquash party
+
+2004-06-16 Stig Bakken <[EMAIL PROTECTED]>
+
+ * pear/PEAR.php:
+ - don't register object on destructors list if it does not define its
+ own emulated destructor
+
+2004-06-16 Ilia Alshanetsky <[EMAIL PROTECTED]>
+
+ * (PHP_4_3)
+ ext/standard/string.c:
+ New & improved strspn() & strcspn(), ~30% in most cases.
+
+
2004-06-15 Stefan Esser <[EMAIL PROTECTED]>
* ext/standard/string.c:
@@ -5053,7 +5081,7 @@
2004-03-18 Pierre-Alain Joye <[EMAIL PROTECTED]>
* ext/gd/tests/bug27582_2.phpt:
- - Fix the test description and $Id: ChangeLog,v 1.1658 2004/06/16 00:32:41
changelog Exp $
+ - Fix the test description and $Id: ChangeLog,v 1.1659 2004/06/17 00:32:34
changelog Exp $
2004-03-18 Derick Rethans <[EMAIL PROTECTED]>