[PHP-CVS-DAILY] cvs: php-src / ChangeLog

2007-09-05 Thread changelog
changelog   Thu Sep  6 01:31:19 2007 UTC

  Modified files:  
/php-srcChangeLog 
  Log:
  ChangeLog update
  
http://cvs.php.net/viewvc.cgi/php-src/ChangeLog?r1=1.2799r2=1.2800diff_format=u
Index: php-src/ChangeLog
diff -u php-src/ChangeLog:1.2799 php-src/ChangeLog:1.2800
--- php-src/ChangeLog:1.2799Wed Sep  5 01:31:24 2007
+++ php-src/ChangeLog   Thu Sep  6 01:31:18 2007
@@ -1,3 +1,68 @@
+2007-09-05  Ilia Alshanetsky  [EMAIL PROTECTED]
+
+* ext/pgsql/pgsql.c:
+  Fixed typo in function name
+
+* ext/pgsql/pgsql.c:
+  
+  MFB: Fixed bug #41845 (pgsql extension does not compile with PostgreSQL
+  7.4)
+
+* ext/pgsql/pgsql.c:
+  
+  MFB: Fixed bug #42506 (php_pgsql_convert() timezone parse bug)
+
+* ext/standard/dir.c
+  ext/standard/file.c:
+  
+  MFB: Fixed possible buffer overflows inside the fnmatch() and glob()
+  functions
+
+2007-09-05  Andrey Hristov  [EMAIL PROTECTED]
+
+* (PHP_5_2)
+  NEWS
+  ext/mysqli/mysqli_api.c
+  ext/mysqli/tests/bug38710.phpt:
+  Fixed bug #42378 (mysqli_stmt_bind_result memory exhaustion)
+  Fixed regression of bug 38710. Already fixed in HEAD.
+
+2007-09-05  Dmitry Stogov  [EMAIL PROTECTED]
+
+* (PHP_5_2)
+  NEWS
+  ext/soap/php_soap.h
+  ext/soap/php_soap.h
+  ext/soap/soap.c
+  ext/soap/soap.c
+  ext/soap/tests/bugs/bug42214.phpt
+  ext/soap/tests/bugs/bug42214.phpt
+  ext/soap/tests/bugs/bug42214.phpt:
+  Fixed bug #42214 (SoapServer sends clients internal PHP errors)
+
+* ext/soap/tests/bugs/bug42488.phpt
+  ext/soap/tests/bugs/bug42488.phpt:
+  
+  file bug42488.phpt was initially added on branch PHP_5_2.
+
+* (PHP_5_2)
+  NEWS
+  ext/soap/php_encoding.c
+  ext/soap/soap.c
+  ext/soap/tests/bugs/bug42488.phpt:
+  Fixed bug #42488 (SoapServer reports an encoding error and the error 
itself
+  breaks).
+
+* (PHP_5_2)
+  NEWS
+  sapi/cgi/cgi_main.c
+  sapi/cgi/cgi_main.c:
+  Fixed bug #42523 (PHP_SELF duplicates path)
+
+* ZendEngine2/zend_compile.c:
+  Bug #42541 (Check for namespace decl. on first line doesn't work when
+  extended info is on)
+
 2007-09-04  Antony Dovgal  [EMAIL PROTECTED]
 
 * (PHP_5_2)


[PHP-CVS-DAILY] cvs: ZendEngine2 / ChangeLog

2007-09-05 Thread changelog
changelog   Thu Sep  6 01:31:22 2007 UTC

  Modified files:  
/ZendEngine2ChangeLog 
  Log:
  ChangeLog update
  
http://cvs.php.net/viewvc.cgi/ZendEngine2/ChangeLog?r1=1.1164r2=1.1165diff_format=u
Index: ZendEngine2/ChangeLog
diff -u ZendEngine2/ChangeLog:1.1164 ZendEngine2/ChangeLog:1.1165
--- ZendEngine2/ChangeLog:1.1164Wed Sep  5 01:31:27 2007
+++ ZendEngine2/ChangeLog   Thu Sep  6 01:31:22 2007
@@ -1,3 +1,9 @@
+2007-09-05  Dmitry Stogov  [EMAIL PROTECTED]
+
+* zend_compile.c:
+  Bug #42541 (Check for namespace decl. on first line doesn't work when
+  extended info is on)
+
 2007-09-04  Antony Dovgal  [EMAIL PROTECTED]
 
 * (PHP_5_2)
@@ -18863,7 +18869,7 @@
 2003-06-10  Jani Taskinen  [EMAIL PROTECTED]
 
 * zend_multiply.h:
-  - Missing $Id: ChangeLog,v 1.1164 2007/09/05 01:31:27 changelog Exp $ tag
+  - Missing $Id: ChangeLog,v 1.1165 2007/09/06 01:31:22 changelog Exp $ tag
 
 2003-06-10  James Cox  [EMAIL PROTECTED]
 
@@ -20587,7 +20593,7 @@
   zend_types.h
   zend_variables.c
   zend_variables.h:
-  - Added some missing CVS $Id: ChangeLog,v 1.1164 2007/09/05 01:31:27 
changelog Exp $ tags, headers and footers.
+  - Added some missing CVS $Id: ChangeLog,v 1.1165 2007/09/06 01:31:22 
changelog Exp $ tags, headers and footers.
 
 2003-01-30  Ilia Alshanetsky  [EMAIL PROTECTED]