changelog               Thu Mar 25 20:34:41 2004 EDT

  Modified files:              
    /php-src    ChangeLog 
  Log:
  ChangeLog update
  
http://cvs.php.net/diff.php/php-src/ChangeLog?r1=1.1578&r2=1.1579&ty=u
Index: php-src/ChangeLog
diff -u php-src/ChangeLog:1.1578 php-src/ChangeLog:1.1579
--- php-src/ChangeLog:1.1578    Wed Mar 24 20:35:32 2004
+++ php-src/ChangeLog   Thu Mar 25 20:34:39 2004
@@ -1,3 +1,92 @@
+2004-03-25  Marcus Boerger  <[EMAIL PROTECTED]>
+
+    * ext/standard/url_scanner_ex.c:
+      Pending touch
+
+    * ext/standard/basic_functions.c
+      ext/standard/tests/math/bug27646.phpt:
+      -Make NAN and INF more portable (atof() doesn't work on MSVC.6 for example)
+      -Change test to use constants without prior conversion
+
+    * ext/ming/ming.c:
+      Really use studlyCaps here
+
+2004-03-25  Derick Rethans  <[EMAIL PROTECTED]>
+
+    * NEWS
+      main/rfc1867.c:
+      - Stopped file uploads from throwing E_WARNINGs and E_NOTICEs which can not
+      be
+        hidden from within scripts (and a result value in the $_FILES global can
+      be
+        used to see the real failure anyway).
+
+    * ZendEngine2/zend_language_scanner.l:
+      - Remove old and deprecated <?php_track_vars?> scanner token.
+
+2004-03-25  Ilia Alshanetsky  <[EMAIL PROTECTED]>
+
+    * ext/shmop/package.xml:
+      Corrected package file.
+
+2004-03-25  Hartmut Holzgraefe  <[EMAIL PROTECTED]>
+
+    * ext/shmop/package.xml:
+      another package description
+
+2004-03-25  Andi Gutmans  <[EMAIL PROTECTED]>
+
+    * NEWS:
+      - Update NEWS
+
+    * ZendEngine2/zend_compile.c:
+      - If __construct() is defined then it will always take precedence over
+      - old style constructors.
+
+2004-03-25  Ilia Alshanetsky  <[EMAIL PROTECTED]>
+
+    * (PHP_4_3)
+      configure.in
+      main/php_version.h:
+      Back to dev.
+
+2004-03-25  Stanislav Malyshev  <[EMAIL PROTECTED]>
+
+    * ZendEngine2/zend_execute.c:
+      no need to use result for RECV's - as in PHP4
+
+2004-03-25  Ilia Alshanetsky  <[EMAIL PROTECTED]>
+
+    * (PHP_4_3)
+      configure.in
+      main/php_version.h:
+      Go with 4.3.5
+
+2004-03-25  Stanislav Malyshev  <[EMAIL PROTECTED]>
+
+    * ZendEngine2/zend_execute.c:
+      Use get/set handlers for increment.decrement ops on objects
+
+2004-03-25  Andi Gutmans  <[EMAIL PROTECTED]>
+
+    * ZendEngine2/zend_execute_API.c:
+          /* The compiler is not-reentrant. Make sure we __autoload() only during
+      run-time
+           * (doesn't impact fuctionality of __autoload()
+           */
+
+2004-03-25  Marcus Boerger  <[EMAIL PROTECTED]>
+
+    * NEWS
+      main/SAPI.c:
+      Fixed bug #27687 (Bug Adding Default Charset to 'text/*' Content-Type
+      Header
+
+2004-03-25  Dmitry Stogov  <[EMAIL PROTECTED]>
+
+    * ZendEngine2/zend_execute_API.c:
+      Using ALLOC_HASHTABLE/FREE_HASHTABLE instead of emalloc/free.
+
 2004-03-24  Hartmut Holzgraefe  <[EMAIL PROTECTED]>
 
     * ext/dbx/package.xml
@@ -428,7 +517,7 @@
 2004-03-18  Pierre-Alain Joye  <[EMAIL PROTECTED]>
 
     * ext/gd/tests/bug27582_2.phpt:
-      - Fix the test description and $Id: ChangeLog,v 1.1578 2004/03/25 01:35:32 
changelog Exp $
+      - Fix the test description and $Id: ChangeLog,v 1.1579 2004/03/26 01:34:39 
changelog Exp $
 
 2004-03-18  Derick Rethans  <[EMAIL PROTECTED]>
 

Reply via email to