changelog Sun Sep 2 20:11:01 2001 EDT
Modified files:
/php4 ChangeLog
Log:
ChangeLog update
Index: php4/ChangeLog
diff -u php4/ChangeLog:1.783 php4/ChangeLog:1.784
--- php4/ChangeLog:1.783 Sat Sep 1 20:10:26 2001
+++ php4/ChangeLog Sun Sep 2 20:10:58 2001
@@ -1,3 +1,42 @@
+2001-09-02 Jeroen van Wolffelaar <[EMAIL PROTECTED]>
+
+ * ext/standard/php_rand.h
+ ext/standard/rand.c
+ ext/standard/rand_mt.c
+ ext/standard/rand_sys.c
+ ext/standard/basic_functions.c:
+ Fix the other 5% of the build - thanx to Zeev & Wez
+
+ * ext/standard/rand_sys.c:
+ Fix linebreaks which were somehow converted to win32
+
+ * ext/standard/array.c
+ ext/standard/php_rand.h
+ ext/standard/rand.c
+ ext/standard/rand_sys.c: Fix build for 95%
+
+2001-09-02 Richard Heyes <[EMAIL PROTECTED]>
+
+ * pear/Mail/RFC822.php:
+ Modified php4/pear/Mail/RFC822.php to use PEAR error handling. Now returns
+ a pear error object instead of an array.
+
+2001-09-02 Stig Bakken <[EMAIL PROTECTED]>
+
+ * pear/HTML/Form.php: * replaced HTML with XHTML
+ * some E_ALL fixes
+
+ * pear/DB/common.php:
+ * using parent::raiseError, my PHP goes into a memory-exhausting loop
+
+2001-09-02 Jesus M. Castagnetto <[EMAIL PROTECTED]>
+
+ * pear/package.dtd: s/fileList/filelist/
+
+ * pear/package.dtd:
+ Changed element and attribute names to lowercase to match the changes
+ in the package.xml files
+
2001-09-01 Sascha Schumann <[EMAIL PROTECTED]>
* ext/ircg/ircg.c: