changelog Thu Mar 14 20:19:36 2002 EDT
Modified files:
/php4 ChangeLog
Log:
ChangeLog update
Index: php4/ChangeLog
diff -u php4/ChangeLog:1.983 php4/ChangeLog:1.984
--- php4/ChangeLog:1.983 Wed Mar 13 20:19:51 2002
+++ php4/ChangeLog Thu Mar 14 20:19:35 2002
@@ -1,3 +1,109 @@
+2002-03-14 Rasmus Lerdorf <[EMAIL PROTECTED]>
+
+ * main/safe_mode.c: MFH of safe_mode.c typo
+
+2002-03-14 Derick Rethans <[EMAIL PROTECTED]>
+
+ * ext/standard/var.c: - Fix bug #16078
+
+2002-03-14 Zeev Suraski <[EMAIL PROTECTED]>
+
+ * ext/standard/info.c: Change case for consistency
+
+ * ext/standard/info.c: MFH
+
+2002-03-14 Stefan Esser <[EMAIL PROTECTED]>
+
+ * main/safe_mode.c: fixed a typo within checkuid
+
+2002-03-14 Andi Gutmans <[EMAIL PROTECTED]>
+
+ * main/config.w32.h:
+ - Define HAVE_ASSERT_H under Windows. There was a macro redefinition before
+ - this.
+
+2002-03-14 Zeev Suraski <[EMAIL PROTECTED]>
+
+ * main/php_version.h
+ configure.in:
+ Good suggestion, but I'm not sure we want to start receiving bug
+ reports with that version
+
+2002-03-14 Wez Furlong <[EMAIL PROTECTED]>
+
+ * ext/standard/var.c: fix buglet
+
+2002-03-14 Sterling Hughes <[EMAIL PROTECTED]>
+
+ * main/php_version.h
+ configure.in: update version
+
+2002-03-14 Zeev Suraski <[EMAIL PROTECTED]>
+
+ * configure.in
+ main/php_version.h: Childish, are we?
+
+2002-03-14 Jani Taskinen <[EMAIL PROTECTED]>
+
+ * configure.in
+ main/php_version.h: - Fixed version
+
+2002-03-14 Zeev Suraski <[EMAIL PROTECTED]>
+
+ * ext/standard/info.c: Make it clearer what this entry means
+
+ * configure.in
+ main/php_version.h: Fix version number
+
+2002-03-14 Derick Rethans <[EMAIL PROTECTED]>
+
+ * ext/xmlrpc/xmlrpc-epi-php.c: - Whitespace part 1
+
+2002-03-14 Stefan Esser <[EMAIL PROTECTED]>
+
+ * ext/filepro/filepro.c: fixed: last commit had debug code in it
+
+ * ext/filepro/filepro.c: fixed whitespace
+ fixed lots of possible bufferoverflows
+ fixed memoryleak
+
+2002-03-14 Sebastian Bergmann <[EMAIL PROTECTED]>
+
+ * sapi/apache2filter/README
+ sapi/apache2filter/sapi_apache2.c: MFH (Apache2Filter update).
+
+2002-03-14 Yasuo Ohgaki <[EMAIL PROTECTED]>
+
+ * ext/standard/var.c: Fixed var_dump() crash when there is recursion.
+
+2002-03-14 Stefan Roehrich <[EMAIL PROTECTED]>
+
+ * NEWS: Added NEWS entry for gzencode() change.
+
+ * NEWS: Fixed NEWS entry, make it consistent with other entries.
+
+2002-03-14 Sebastian Bergmann <[EMAIL PROTECTED]>
+
+ * sapi/apache2filter/README:
+ Add note on which version of Apache 2 this SAPI module is compatible with.
+
+2002-03-14 Sean Bright <[EMAIL PROTECTED]>
+
+ * CODING_STANDARDS: Translate to English.
+
+2002-03-14 Yasuo Ohgaki <[EMAIL PROTECTED]>
+
+ * main/php.h
+ CODING_STANDARDS
+ configure.in: Include/enable assert.h/assert() when it is available
+
+2002-03-14 Jani Taskinen <[EMAIL PROTECTED]>
+
+ * main/config.w32.h: MFH fix for the include_path issue
+
+ * main/config.w32.h:
+ - Fixed bug: #16047, #15865, and propably a few more..
+
2002-03-13 Ludovico Magnocavallo <[EMAIL PROTECTED]>
* pear/DB/ibase.php: fixed typo in modifyLimitQuery()