changelog               Wed Nov  9 01:51:52 2005 EDT

  Modified files:              
    /php-src    ChangeLog 
  Log:
  ChangeLog update
  
http://cvs.php.net/diff.php/php-src/ChangeLog?r1=1.2158&r2=1.2159&ty=u
Index: php-src/ChangeLog
diff -u php-src/ChangeLog:1.2158 php-src/ChangeLog:1.2159
--- php-src/ChangeLog:1.2158    Tue Nov  8 01:43:07 2005
+++ php-src/ChangeLog   Wed Nov  9 01:51:38 2005
@@ -1,3 +1,89 @@
+2005-11-08  Jani Taskinen  <[EMAIL PROTECTED]>
+
+    * Makefile.gcov
+      gen_php_cov:
+      - Moved gen_php_cov functionality into the Makefile. Doing 'make lcov'
+        will run the test suite and create the code coverage HTML files.
+
+    * genfiles:
+      More files to have #line directives stripped for release
+
+    * (PHP_5_1)
+      NEWS:
+      FBFN
+
+    * (PHP_4_4)
+      NEWS:
+      fix news
+
+    * .cvsignore
+      Makefile.gcov
+      NEWS:
+      - Fixed --enable-gcov to work with VPATH builds too
+
+    * genfiles:
+      - Make sure parse_date.c is free of #line directives in releases
+
+2005-11-08  Rui Hirokawa  <[EMAIL PROTECTED]>
+
+    * (PHP_4_4)
+      NEWS:
+      fixed the order.
+
+2005-11-08  Andrey Hristov  <[EMAIL PROTECTED]>
+
+    * (PHP_5_1)
+      ext/mysqli/tests/009.phpt:
+      test fetching of unsigned int(11)
+
+    * (PHP_5_1)
+      NEWS:
+      BFN
+
+    * (PHP_5_1)
+      ext/mysqli/tests/009.phpt:
+      fix test - putting signed into unsigned produces 0, if not in strict mode
+      (in strict mode this will fail)
+
+2005-11-08  Rui Hirokawa  <[EMAIL PROTECTED]>
+
+    * (PHP_4_4)
+      NEWS
+      NEWS
+      NEWS:
+      NEWS updated.
+
+2005-11-08  Andrey Hristov  <[EMAIL PROTECTED]>
+
+    * (PHP_5_1)
+      ext/mysqli/mysqli_api.c:
+      on 32bit platform if the column is UNSIGNED INT(11) and the value
+      is greater than 2^31-1 then convert to string. on 64bit this is of no
+      problem because there long inside zval is big enough to keep unsigned
+      int(11)
+
+2005-11-08  Jani Taskinen  <[EMAIL PROTECTED]>
+
+    * ext/standard/url_scanner_ex.c
+      ext/standard/var_unserializer.c:
+      - Use the source file as output filename instead of stdout
+
+    * ext/standard/Makefile.frag:
+      - use the target file name as output file instead of stdout
+
+2005-11-08  Dmitry Stogov  <[EMAIL PROTECTED]>
+
+    * (PHP_5_1)
+      NEWS:
+      Fixed bug #35142 (SOAP Client/Server Complex Object Support)
+
+2005-11-08  Jani Taskinen  <[EMAIL PROTECTED]>
+
+    * ext/standard/Makefile.frag
+      ext/standard/url_scanner_ex.c
+      ext/standard/var_unserializer.c:
+      - Make sure the generated files have relative paths in the #line 
directives
+
 2005-11-07  Marcus Boerger  <[EMAIL PROTECTED]>
 
     * sapi/cli/php_cli_readline.c:
@@ -16145,7 +16231,7 @@
 
     * (PHP_4_3)
       ext/standard/url_scanner_ex.re:
-      Missing $Id: ChangeLog,v 1.2158 2005/11/08 06:43:07 changelog Exp $ tag
+      Missing $Id: ChangeLog,v 1.2159 2005/11/09 06:51:38 changelog Exp $ tag
 
     * (PHP_5_0)
       ext/standard/url_scanner_ex.c:
@@ -19546,7 +19632,7 @@
       ext/session/mod_mm.h
       ext/session/mod_user.h
       ext/session/php_session.h:
-      - Missing $Id: ChangeLog,v 1.2158 2005/11/08 06:43:07 changelog Exp $ 
tags
+      - Missing $Id: ChangeLog,v 1.2159 2005/11/09 06:51:38 changelog Exp $ 
tags
 
     * (PHP_4_3)
       ext/session/session.c:
@@ -20027,7 +20113,7 @@
 
     * (PHP_4_3)
       Zend/zend_ini_scanner.l:
-      Missing $Id: ChangeLog,v 1.2158 2005/11/08 06:43:07 changelog Exp $ tag 
+ ws fix
+      Missing $Id: ChangeLog,v 1.2159 2005/11/09 06:51:38 changelog Exp $ tag 
+ ws fix
 
     * ZendEngine2/zend_ini_scanner.l
       ZendEngine2/zend_ini_scanner.l:
@@ -21501,7 +21587,7 @@
       ext/standard/url_scanner_ex.c
       ext/standard/url_scanner_ex.h
       ext/standard/url_scanner_ex.re:
-      Missing $Id: ChangeLog,v 1.2158 2005/11/08 06:43:07 changelog Exp $ tag
+      Missing $Id: ChangeLog,v 1.2159 2005/11/09 06:51:38 changelog Exp $ tag
 
     * ext/standard/credits_ext.h
       ext/standard/credits_sapi.h:

Reply via email to