changelog Wed Apr 17 20:22:12 2002 EDT
Modified files:
/php4 ChangeLog
Log:
ChangeLog update
Index: php4/ChangeLog
diff -u php4/ChangeLog:1.1017 php4/ChangeLog:1.1018
--- php4/ChangeLog:1.1017 Tue Apr 16 20:25:55 2002
+++ php4/ChangeLog Wed Apr 17 20:21:57 2002
@@ -1,3 +1,52 @@
+2002-04-17 Sebastian Bergmann <[EMAIL PROTECTED]>
+
+ * main/internal_functions_win32.c: Whitespace fixes.
+
+ * main/internal_functions_win32.c:
+ Only include php_bcmath.h when WITH_BCMATH=true.
+
+ * main/internal_functions_win32.c: Give HAVE_MYSQL meaning on Win32.
+
+ * main/internal_functions_win32.c: Give HAVE_UODBC meaning on Win32.
+
+ * main/internal_functions_win32.c:
+ Give HAVE_LIBEXPAT and HAVE_WDDX meaning on Win32.
+
+ * main/internal_functions_win32.c: Give HAVE_FTP meaning on Win32.
+
+ * main/internal_functions_win32.c: Remove bogus includes.
+
+ * main/php_ini.c: Patch by Marcus B�rger.
+
+2002-04-17 Mika Tuupola <[EMAIL PROTECTED]>
+
+ * pear/File/Passwd.php:
+ * added lock(), unlock(), isLocked() and getCvsUser() methods.
+
+2002-04-17 Stig Bakken <[EMAIL PROTECTED]>
+
+ * pear/scripts/phpize.in: * revert buildv5 changes
+
+ * pear/PEAR/Packager.php: * doooh!
+
+2002-04-17 Uwe Steinmann <[EMAIL PROTECTED]>
+
+ * ext/xmlrpc/xmlrpc-epi-php.c: - fixed memory leak
+
+2002-04-17 Sebastian Bergmann <[EMAIL PROTECTED]>
+
+ * main/internal_functions_win32.c: SPACEs->TAB.
+
+ * ext/overload/overload.c
+ ext/tokenizer/tokenizer.c: Beautify.
+
+ * main/internal_functions_win32.c: Forgot adding phpext_tokenizer_ptr.
+
+ * win32/php4dll.dsp
+ win32/php4dllts.dsp
+ main/internal_functions_win32.c:
+ Enable ext/tokenizer by default on Win32, too. Since there is no HAVE_TOKENIZER
+flag, it cannot be turned off in config.w32.h.
+
2002-04-16 Wez Furlong <[EMAIL PROTECTED]>
* main/php_streams.h