changelog Tue May 18 20:34:12 2004 EDT
Modified files:
/php-src ChangeLog
Log:
ChangeLog update
http://cvs.php.net/diff.php/php-src/ChangeLog?r1=1.1631&r2=1.1632&ty=u
Index: php-src/ChangeLog
diff -u php-src/ChangeLog:1.1631 php-src/ChangeLog:1.1632
--- php-src/ChangeLog:1.1631 Mon May 17 20:35:44 2004
+++ php-src/ChangeLog Tue May 18 20:34:11 2004
@@ -1,3 +1,63 @@
+2004-05-18 Ilia Alshanetsky <[EMAIL PROTECTED]>
+
+ * ext/ingres_ii/ii.c:
+ Fixed possible memory leak.
+
+2004-05-18 Marcus Boerger <[EMAIL PROTECTED]>
+
+ * tests/strings/002.phpt:
+ Fix test
+
+ * ZendEngine2/zend_API.c:
+ - Need to operate on module pointer in hash table
+
+2004-05-18 Wez Furlong <[EMAIL PROTECTED]>
+
+ * ZendEngine2/zend_execute_API.c:
+ Fix bug #28438: win32 build fails in non-zts mode
+
+2004-05-18 Stanislav Malyshev <[EMAIL PROTECTED]>
+
+ * ZendEngine2/zend_API.c
+ ext/standard/dl.c:
+ Z_TYPE_P is for zvals
+
+2004-05-18 Wez Furlong <[EMAIL PROTECTED]>
+
+ * ext/standard/dl.c:
+ Fix dl() and extension=
+
+ * ZendEngine2/zend_API.c:
+ Register according to the type specified by the module.
+ (Helps to fix dl() bug)
+
+2004-05-18 Ilia Alshanetsky <[EMAIL PROTECTED]>
+
+ * (PHP_4_3)
+ NEWS
+ ext/standard/exec.c:
+ MFH: Fixed command line escaping routines for win32.
+
+ * ext/standard/exec.c:
+ Fixed command line escaping routines for win32.
+
+2004-05-18 Edin Kadribasic <[EMAIL PROTECTED]>
+
+ * ext/pspell/pspell.c:
+ Move declarations to the begining of function.
+ This allows it to actually compile on windows.
+
+ * ext/sybase_ct/php_sybase_ct.c:
+ TSRM fix
+
+ * ext/sockets/sockets.c:
+ No length parameter -> estrdup()
+
+2004-05-18 Sara Golemon <[EMAIL PROTECTED]>
+
+ * ZendEngine2/zend_execute.c:
+ Bugfix#28404 When type is double we need to access dval, not lval
+
2004-05-17 Ilia Alshanetsky <[EMAIL PROTECTED]>
* ext/standard/tests/strings/bug26973.phpt
@@ -3385,7 +3445,7 @@
2004-03-18 Pierre-Alain Joye <[EMAIL PROTECTED]>
* ext/gd/tests/bug27582_2.phpt:
- - Fix the test description and $Id: ChangeLog,v 1.1631 2004/05/18 00:35:44
changelog Exp $
+ - Fix the test description and $Id: ChangeLog,v 1.1632 2004/05/19 00:34:11
changelog Exp $
2004-03-18 Derick Rethans <[EMAIL PROTECTED]>