changelog Wed Sep 5 20:10:56 2001 EDT
Modified files:
/php4 ChangeLog
Log:
ChangeLog update
Index: php4/ChangeLog
diff -u php4/ChangeLog:1.788 php4/ChangeLog:1.789
--- php4/ChangeLog:1.788 Wed Sep 5 10:43:49 2001
+++ php4/ChangeLog Wed Sep 5 20:10:55 2001
@@ -1,3 +1,81 @@
+2001-09-05 Sterling Hughes <[EMAIL PROTECTED]>
+
+ * ext/standard/rand.c: Fix ts build
+
+
+ * ext/standard/rand.c:
+ Straight out da bronx, I be using zend_parse_parameters()
+
+
+ * ext/standard/rand.c: stray tabs and spaces
+
+ * ext/standard/rand.c: change range macro semantics
+
+
+ * ext/standard/rand.c: remove inline
+
+ * ext/standard/rand.c:
+ a bit of api cleanup... move range stuff into a macro (properly :)
+
+2001-09-05 Jani Taskinen <[EMAIL PROTECTED]>
+
+ * php.ini-dist
+ php.ini-recommended: revert bad commit
+
+ * ext/standard/basic_functions.h
+ ext/standard/crypt.c
+ ext/standard/lcg.c
+ ext/standard/php_crypt.h
+ ext/standard/php_math.h
+ ext/standard/php_rand.h
+ ext/standard/php_standard.h
+ ext/standard/rand.c
+ ext/standard/rand_mt.c
+ ext/standard/rand_sys.c
+ ext/standard/Makefile.in
+ ext/standard/array.c
+ ext/standard/basic_functions.c: revert bad commit.
+
+2001-09-05 Dan Kalowsky <[EMAIL PROTECTED]>
+
+ * ext/odbc/php_odbc.c:
+ Patch to stop the crashing behavior exhibited by PHP/ODBC in SOLID/DB2
+ submitted by Walter Franzini ([EMAIL PROTECTED])
+
+2001-09-05 Rasmus Lerdorf <[EMAIL PROTECTED]>
+
+ * NEWS
+ ext/interbase/interbase.c
+ ext/interbase/interbase.dsp
+ ext/interbase/php_interbase.h: Interbase fixes
+
+ * NEWS: Interbase changes should get a NEWS entry
+
+2001-09-05 Jason Greene <[EMAIL PROTECTED]>
+
+ * ext/sockets/sockets.c:
+ Prevent incorrect warning message from occuring on an EOF of socket_read.
+
+2001-09-05 Jani Taskinen <[EMAIL PROTECTED]>
+
+ * ext/vpopmail/config.m4
+ ext/sybase_ct/config.m4
+ ext/mcrypt/config.m4
+ ext/pdf/config.m4
+ ext/satellite/config.m4
+ ext/curl/config.m4
+ ext/fdf/config.m4
+ ext/gd/config.m4
+ acinclude.m4: Fixes commit / link problems with certain compilers.
+
+2001-09-05 Sterling Hughes <[EMAIL PROTECTED]>
+
+ * ext/standard/link.c: API Update
+
+2001-09-05 Jani Taskinen <[EMAIL PROTECTED]>
+
+ * main/rfc1867.h: Removed unused lines.
+
2001-09-04 Richard Heyes <[EMAIL PROTECTED]>
* pear/Mail/mimeDecode.php: