changelog               Thu Jul 29 20:33:53 2004 EDT

  Modified files:              
    /php-src    ChangeLog 
  Log:
  ChangeLog update
  
http://cvs.php.net/diff.php/php-src/ChangeLog?r1=1.1700&r2=1.1701&ty=u
Index: php-src/ChangeLog
diff -u php-src/ChangeLog:1.1700 php-src/ChangeLog:1.1701
--- php-src/ChangeLog:1.1700    Wed Jul 28 20:36:01 2004
+++ php-src/ChangeLog   Thu Jul 29 20:33:51 2004
@@ -1,3 +1,129 @@
+2004-07-29  Edin Kadribasic  <[EMAIL PROTECTED]>
+
+    * ext/gettext/gettext.c:
+      Fixed bug #29264. Newer libintl redefines function names so all
+      PHP gettext function names become prefixed with libintl_
+
+    * (PHP_5_0)
+      NEWS
+      ext/informix/config.w32:
+      MFH: Fix informix compilation on Windows (bug #29340)
+
+    * ext/informix/config.w32:
+      Fix compilation on Windows (bug #29340)
+
+2004-07-29  Timm Friebe  <[EMAIL PROTECTED]>
+
+    * (PHP_5_0)
+      ext/sybase_ct/php_sybase_ct.c:
+      - MFH:
+        . Fixed bug #29064 (Exact numeric/decimal/money datatypes lose
+      precision)
+        . Fixed bug #27843 (sybase_query() triggers (spurious?) notices when
+          query is a stored procedure)
+        . Fixed multiple memory leaks with sybase_unbuffered_query()
+        . Changed sybase_query() to ignore store_results = false in  buffering
+          mode, it would yield unpredictable results
+        . Fixed sybase_unbuffered_query() when used with store_results = false
+        . Changed sybase_fetch_object() to ignore second argument when passed
+          as NULL
+        . Made sybase_data_seek() error message more verbose
+        . Fixed memory leak in shutdown when not all rows where selected in an
+          unbuffered query
+
+    * ext/sybase_ct/php_sybase_ct.c:
+      - Fixed bug #29064 (Exact numeric/decimal/money datatypes lose precision)
+      - Fixed bug #27843 (sybase_query() triggers (spurious?) notices when
+        query is a stored procedure)
+      - Fixed multiple memory leaks with sybase_unbuffered_query()
+      - Changed sybase_query() to ignore store_results = false in  buffering
+        mode, it would yield unpredictable results
+      - Fixed sybase_unbuffered_query() when used with store_results = false
+      - Changed sybase_fetch_object() to ignore second argument when passed
+        as NULL
+      - Made sybase_data_seek() error message more verbose
+      - Fixed memory leak in shutdown when not all rows where selected in an
+        unbuffered query
+
+2004-07-29  Marcus Boerger  <[EMAIL PROTECTED]>
+
+    * ZendEngine2/zend_hash.c:
+      - Increase performance of *sort() and some internal sort operations.
+
+2004-07-29  Sara Golemon  <[EMAIL PROTECTED]>
+
+    * ZendEngine2/zend_compile.c
+      ZendEngine2/zend_compile.h
+      ZendEngine2/zend_execute.c
+      ZendEngine2/zend_language_parser.y
+      ZendEngine2/zend_language_scanner.l
+      ZendEngine2/zend_opcode.c:
+      Revert goto opcode
+
+    * ZendEngine2/zend_execute.c:
+      &tmp and label are the same thing, don't free it till we're done with it.
+
+    * ZendEngine2/zend_compile.c
+      ZendEngine2/zend_execute.c:
+      Plug some memory leaks and promote unknown label to E_ERROR.
+      If someone tries to jump to a non-existant label execution really
+      shouldn't try to carry on.
+
+    * ZendEngine2/zend_compile.c
+      ZendEngine2/zend_compile.h
+      ZendEngine2/zend_execute.c
+      ZendEngine2/zend_language_parser.y
+      ZendEngine2/zend_language_scanner.l
+      ZendEngine2/zend_opcode.c:
+      Add goto operator by popular request.
+
+2004-07-29  Wez Furlong  <[EMAIL PROTECTED]>
+
+    * ext/com_dotnet/com_handlers.c
+      ext/com_dotnet/com_wrapper.c:
+      Fix my favourite call user func mistake
+
+    * ext/standard/basic_functions.c:
+      Missing ifdef; thanks Tony
+
+2004-07-29  Christian Stocker  <[EMAIL PROTECTED]>
+
+    * NEWS:
+      Remove News entry, which is already in 5.0
+
+2004-07-29  Wez Furlong  <[EMAIL PROTECTED]>
+
+    * ext/com_dotnet/com_wrapper.c:
+      Use the correct lengths when building the name -> dispid mapping
+
+    * win32/globals.c:
+      Missing return statement
+
+    * ext/standard/basic_functions.c
+      ext/standard/syslog.c
+      win32/globals.c
+      win32/php_win32_globals.h
+      win32/pwd.c
+      win32/time.c
+      win32/wsyslog.c:
+      Misc. win32 thread safety fixes.
+
+2004-07-29  Ilia Alshanetsky  <[EMAIL PROTECTED]>
+
+    * (PHP_5_0)
+      NEWS
+      ext/standard/array.c:
+      MFH: Fixed but #29437 (Possible crash inside array_walk_recursive()).
+
+    * ext/standard/array.c:
+      Fixed but #29437 (Possible crash inside array_walk_recursive()).
+
+2004-07-29  Wez Furlong  <[EMAIL PROTECTED]>
+
+    * (PHP_5_0)
+      NEWS:
+      BFN
+
 2004-07-28  Wez Furlong  <[EMAIL PROTECTED]>
 
     * (PHP_5_0)
@@ -7323,7 +7449,7 @@
 2004-03-18  Pierre-Alain Joye  <[EMAIL PROTECTED]>
 
     * ext/gd/tests/bug27582_2.phpt:
-      - Fix the test description and $Id: ChangeLog,v 1.1700 2004/07/29 00:36:01 
changelog Exp $
+      - Fix the test description and $Id: ChangeLog,v 1.1701 2004/07/30 00:33:51 
changelog Exp $
 
 2004-03-18  Derick Rethans  <[EMAIL PROTECTED]>
 

Reply via email to