changelog Wed Nov 12 20:31:52 2003 EDT
Modified files:
/php-src ChangeLog
Log:
ChangeLog update
Index: php-src/ChangeLog
diff -u php-src/ChangeLog:1.1445 php-src/ChangeLog:1.1446
--- php-src/ChangeLog:1.1445 Tue Nov 11 20:31:46 2003
+++ php-src/ChangeLog Wed Nov 12 20:31:49 2003
@@ -1,3 +1,98 @@
+2003-11-12 Ilia Alshanetsky <[EMAIL PROTECTED]>
+
+ * configure.in
+ ext/standard/basic_functions.c
+ ext/standard/basic_functions.h:
+ Added configure check for nanosleep() availability.
+
+2003-11-12 Jani Taskinen <[EMAIL PROTECTED]>
+
+ * NEWS
+ ext/dom/config.m4
+ ext/simplexml/config.m4
+ ext/xml/config.m4:
+ - Fixed bug #26072 (--disable-libxml does not work).
+
+2003-11-12 Marcus Boerger <[EMAIL PROTECTED]>
+
+ * (PHP_4_3)
+ NEWS:
+ BFN
+
+ * (PHP_4_3)
+ ext/standard/image.c:
+ MFH Bugfix #26216: ("getimagesize(): stream does not support seeking" when
+ using remote files)
+
+ * ext/standard/image.c:
+ Bugfix #26216: ("getimagesize(): stream does not support seeking" when
+ using remote files)
+
+2003-11-12 Stefan Esser <[EMAIL PROTECTED]>
+
+ * main/rfc1867.c
+ main/rfc1867.c:
+ Fix odd increments to repair the boundary checks.
+
+2003-11-12 Ilia Alshanetsky <[EMAIL PROTECTED]>
+
+ * NEWS
+ ext/standard/basic_functions.c
+ ext/standard/basic_functions.h:
+ Added nanosleep(), in addition to allowing setting of very short states.
+ This function is signal safe.
+
+2003-11-12 Jay Smith <[EMAIL PROTECTED]>
+
+ * ext/standard/fsock.c:
+ Plugged a small memleak when errstr isn't efree()'d.
+
+2003-11-12 Marcus Boerger <[EMAIL PROTECTED]>
+
+ * NEWS:
+ Update
+
+ * ext/dba/dba.c
+ ext/dba/php_dba.h:
+ Add helper function that splits inifile keys into an array which again
+ can be used in dba_fetch calls.
+
+2003-11-12 Ard Biesheuvel <[EMAIL PROTECTED]>
+
+ * NEWS:
+ Added new ibase array handling (was already present in b2)
+
+2003-11-12 Marcus Boerger <[EMAIL PROTECTED]>
+
+ * ext/ming/ming.c:
+ Compiler fixes for older ming versions
+
+2003-11-12 Sergey Kartashoff <[EMAIL PROTECTED]>
+
+ * (PHP_4_3)
+ ext/mnogosearch/php_mnogo.c:
+ - A WORDINFO calculation in mnogosearch extension was fixed
+
+ * ext/mnogosearch/php_mnogo.c:
+ - A bug in WORDINFO calculation in mnogosearch extension was fixed.
+
+2003-11-12 Ilia Alshanetsky <[EMAIL PROTECTED]>
+
+ * (PHP_4_3)
+ NEWS
+ ext/interbase/interbase.c:
+ Fixed bug #26201 (crash in ibase_trans() on invalid link handle).
+
+ * (PHP_4_3)
+ NEWS
+ ext/standard/parsedate.y
+ ext/standard/tests/time/bug26198.phpt:
+ MFH: Fixed bug #26198 (strtotime() handling of M/F Y date format).
+
+ * ext/standard/parsedate.y
+ ext/standard/tests/time/bug26198.phpt:
+ Fixed bug #26198 (strtotime() handling of M/F Y date format).
+
2003-11-11 Rui Hirokawa <[EMAIL PROTECTED]>
* (PHP_4_3)