changelog               Mon Nov 15 20:36:03 2004 EDT

  Modified files:              
    /php-src    ChangeLog 
  Log:
  ChangeLog update
  
http://cvs.php.net/diff.php/php-src/ChangeLog?r1=1.1804&r2=1.1805&ty=u
Index: php-src/ChangeLog
diff -u php-src/ChangeLog:1.1804 php-src/ChangeLog:1.1805
--- php-src/ChangeLog:1.1804    Sun Nov 14 20:36:29 2004
+++ php-src/ChangeLog   Mon Nov 15 20:36:01 2004
@@ -1,3 +1,151 @@
+2004-11-15  Ilia Alshanetsky  <[EMAIL PROTECTED]>
+
+    * (PHP_5_0)
+      NEWS
+      main/php_streams.h
+      main/streams/streams.c:
+      MFH: Fixed bug #29801 (Set limit on the size of mmapable data).
+
+    * main/php_streams.h
+      main/streams/streams.c:
+      Fixed bug #29801 (Set limit on the size of mmapable data).
+
+    * ext/mssql/php_mssql.c:
+      MFB: fixed build.
+
+    * (PHP_5_0)
+      ext/mssql/php_mssql.c:
+      Fixed build.
+
+2004-11-15  Edin Kadribasic  <[EMAIL PROTECTED]>
+
+    * php.ini-dist
+      php.ini-recommended:
+      iconv is built-in in php5
+
+2004-11-15  Frank M. Kromann  <[EMAIL PROTECTED]>
+
+    * (PHP_4_3)
+      ext/standard/basic_functions.c:
+      MFH: Avoid renaming of sprintf to php_sprintf
+
+    * (PHP_5_0)
+      ext/mssql/php_mssql.c:
+      MFH: Adding most of the changes suggested in #30280. Mostly fix's for
+      possible leaks.
+
+    * ext/mssql/php_mssql.c:
+      Adding most of the changes suggested in #30280. Mostly fix's for possible
+      leaks.
+
+    * ext/standard/basic_functions.c
+      ext/standard/basic_functions.c:
+      Avoid renaming of sprintf to php_sprintf
+
+    * main/php.h
+      main/php.h
+      main/php_sprintf.c
+      main/php_sprintf.c
+      main/snprintf.c
+      main/snprintf.c
+      main/snprintf.h
+      main/snprintf.h:
+      Fix win32 build.
+
+2004-11-15  Derick Rethans  <[EMAIL PROTECTED]>
+
+    * (PHP_4_3)
+      Zend/zend_strtod.c
+      ZendEngine2/zend_strtod.c:
+      - MFH: Fixed bug #30779 (Compile of Zend/zend_strtod.c fails on Sparc)
+
+    * ZendEngine2/zend_strtod.c:
+      - Fixed bug #30779 (Compile of Zend/zend_strtod.c fails on Sparc)
+
+2004-11-15  Sergey Kartashoff  <[EMAIL PROTECTED]>
+
+    * ext/mnogosearch/php_mnogo.h
+      ext/mnogosearch/php_mnogo.h:
+      
+
+    * ext/mnogosearch/php_mnogo.c
+      ext/mnogosearch/php_mnogo.h:
+      
+
+    * (PHP_5_0)
+      ext/mnogosearch/php_mnogo.c
+      ext/mnogosearch/php_mnogo.h:
+      
+
+2004-11-15  Derick Rethans  <[EMAIL PROTECTED]>
+
+    * (PHP_5_0)
+      NEWS:
+      - Those are also fixed with the same commit.
+
+    * ext/standard/parsedate.y:
+      - MF5.0: Fixed bug #28599 (strtotime fails with zero base time).
+
+    * (PHP_5_0)
+      NEWS
+      ext/standard/parsedate.y:
+      - Fixed bug #28599 (strtotime fails with zero base time).
+
+2004-11-15  Antony Dovgal  <[EMAIL PROTECTED]>
+
+    * (PHP_5_0)
+      sapi/cli/php_cli.c:
+      MFH: fix CLI leaks when using malformed option string
+
+    * sapi/cli/php_cli.c:
+      fix CLI leaks when using malformed option string
+
+2004-11-15  Derick Rethans  <[EMAIL PROTECTED]>
+
+    * configure.in
+      ext/standard/formatted_print.c
+      main/php.h
+      main/php_sprintf.c
+      main/snprintf.c
+      main/snprintf.h:
+      - MFH4.3: Cleaned up some of the locale mess:
+        * all internal use of sprintf, snprintf and the like will always
+          use the . as thousands seperator (if php.h is included only!).
+        * echo, printf() and sprintf() always render locale-aware
+        * added the %F modifier for non-locale aware rendering for floats
+
+    * (PHP_5_0)
+      NEWS
+      configure.in
+      ext/standard/formatted_print.c
+      main/php.h
+      main/php_sprintf.c
+      main/snprintf.c
+      main/snprintf.h:
+      - MF4.3: Cleaned up some of the locale mess:
+        * all internal use of sprintf, snprintf and the like will always
+          use the . as thousands seperator (if php.h is included only!).
+        * echo, printf() and sprintf() always render locale-aware
+        * added the %F modifier for non-locale aware rendering for floats
+
+    * (PHP_4_3)
+      NEWS
+      configure.in
+      Zend/Zend.m4
+      Zend/acconfig.h
+      Zend/zend_sprintf.c
+      ext/standard/formatted_print.c
+      ext/standard/var_unserializer.c
+      main/php.h
+      main/php_sprintf.c
+      main/snprintf.c
+      main/snprintf.h:
+      - Cleaned up some of the locale mess:
+        * all internal use of sprintf, snprintf and the like will always
+          use the . as thousands seperator (if php.h is included only!).
+        * echo, printf() and sprintf() always render locale-aware
+        * added the %F modifier for non-locale aware rendering for floats
+
 2004-11-14  Ilia Alshanetsky  <[EMAIL PROTECTED]>
 
     * ext/curl/interface.c:
@@ -12576,7 +12724,7 @@
 2004-03-18  Pierre-Alain Joye  <[EMAIL PROTECTED]>
 
     * ext/gd/tests/bug27582_2.phpt:
-      - Fix the test description and $Id: ChangeLog,v 1.1804 2004/11/15 
01:36:29 changelog Exp $
+      - Fix the test description and $Id: ChangeLog,v 1.1805 2004/11/16 
01:36:01 changelog Exp $
 
 2004-03-18  Derick Rethans  <[EMAIL PROTECTED]>
 

Reply via email to