changelog Fri Jul 30 20:34:16 2004 EDT
Modified files:
/php-src ChangeLog
Log:
ChangeLog update
http://cvs.php.net/diff.php/php-src/ChangeLog?r1=1.1701&r2=1.1702&ty=u
Index: php-src/ChangeLog
diff -u php-src/ChangeLog:1.1701 php-src/ChangeLog:1.1702
--- php-src/ChangeLog:1.1701 Thu Jul 29 20:33:51 2004
+++ php-src/ChangeLog Fri Jul 30 20:34:16 2004
@@ -1,3 +1,71 @@
+2004-07-30 Andi Gutmans <[EMAIL PROTECTED]>
+
+ * win32/php5dllts.dsp:
+ - Add globals.c
+
+2004-07-30 Frank M. Kromann <[EMAIL PROTECTED]>
+
+ * ext/standard/file.h:
+ Adding missing PHPAPI for non ZTS builds
+
+2004-07-30 Andi Gutmans <[EMAIL PROTECTED]>
+
+ * ZendEngine2/zend_execute.c
+ ZendEngine2/zend_execute_API.c
+ ZendEngine2/zend_ptr_stack.c
+ ZendEngine2/zend_ptr_stack.h:
+ - More ptr_stack optimizations and cleanups
+
+ * ZendEngine2/zend_alloc.c
+ ZendEngine2/zend_alloc.h
+ ZendEngine2/zend_execute.c
+ ZendEngine2/zend_fast_cache.h
+ ZendEngine2/zend_ptr_stack.h:
+ - Improve performance by inlining zend_ptr_stack_n_push(). var_args can
+ usually not be inlined by compilers.
+
+2004-07-30 Frank M. Kromann <[EMAIL PROTECTED]>
+
+ * (PHP_4_3)
+ win32/php_win32_globals.h:
+ Add missing header for def. of struct timeval.
+
+ * (PHP_4_3)
+ win32/php4dllts.dsp:
+ Adding new win32 globals to project
+
+ * (PHP_4_3)
+ ext/standard/basic_functions.c:
+ Add missing header for win32 builds
+
+ * win32/globals.c
+ win32/globals.c
+ win32/php_win32_globals.h
+ win32/php_win32_globals.h:
+ Fix line endings
+
+2004-07-30 Edin Kadribasic <[EMAIL PROTECTED]>
+
+ * win32/install.txt:
+ Nuke references to InstallShield
+
+ * win32/install.txt:
+ Update for php5
+
+ * win32/install.txt:
+ s/php.exe/php-cgi.exe
+
+2004-07-30 Ilia Alshanetsky <[EMAIL PROTECTED]>
+
+ * (PHP_4_3)
+ NEWS
+ ext/standard/image.c
+ ext/standard/image.c:
+ MFH: Fixed bug #29443 (Sanity check for wbmp detection).
+
+ * ext/standard/image.c:
+ Fixed bug #29443 (Sanity check for wbmp detection).
+
2004-07-29 Edin Kadribasic <[EMAIL PROTECTED]>
* ext/gettext/gettext.c:
@@ -7449,7 +7517,7 @@
2004-03-18 Pierre-Alain Joye <[EMAIL PROTECTED]>
* ext/gd/tests/bug27582_2.phpt:
- - Fix the test description and $Id: ChangeLog,v 1.1701 2004/07/30 00:33:51
changelog Exp $
+ - Fix the test description and $Id: ChangeLog,v 1.1702 2004/07/31 00:34:16
changelog Exp $
2004-03-18 Derick Rethans <[EMAIL PROTECTED]>