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

2005-11-27 Thread changelog
changelog   Mon Nov 28 01:43:31 2005 EDT

  Modified files:  
/ZendEngine2ChangeLog 
  Log:
  ChangeLog update
  
http://cvs.php.net/diff.php/ZendEngine2/ChangeLog?r1=1.817&r2=1.818&ty=u
Index: ZendEngine2/ChangeLog
diff -u ZendEngine2/ChangeLog:1.817 ZendEngine2/ChangeLog:1.818
--- ZendEngine2/ChangeLog:1.817 Sun Nov 27 01:48:53 2005
+++ ZendEngine2/ChangeLog   Mon Nov 28 01:43:30 2005
@@ -1,3 +1,18 @@
+2005-11-27  Ilia Alshanetsky  <[EMAIL PROTECTED]>
+
+* tests/bug35411.phpt
+  tests/bug35411.phpt:
+  
+  file bug35411.phpt was initially added on branch PHP_5_1.
+
+* (PHP_5_1)
+  zend_compile.c
+  zend_highlight.c
+  zend_language_scanner.l
+  tests/bug31341.phpt:
+  Fixed bug #35411 (Regression with \{$ handling).
+  Fixed bug #35382 (Comment in end of file produces fatal error).
+
 2005-11-26  Ilia Alshanetsky  <[EMAIL PROTECTED]>
 
 * (PHP_5_1)
@@ -11243,7 +11258,7 @@
 2003-06-10  Jani Taskinen  <[EMAIL PROTECTED]>
 
 * zend_multiply.h:
-  - Missing $Id: ChangeLog,v 1.817 2005/11/27 06:48:53 changelog Exp $ tag
+  - Missing $Id: ChangeLog,v 1.818 2005/11/28 06:43:30 changelog Exp $ tag
 
 2003-06-10  James Cox  <[EMAIL PROTECTED]>
 
@@ -12967,7 +12982,7 @@
   zend_types.h
   zend_variables.c
   zend_variables.h:
-  - Added some missing CVS $Id: ChangeLog,v 1.817 2005/11/27 06:48:53 
changelog Exp $ tags, headers and footers.
+  - Added some missing CVS $Id: ChangeLog,v 1.818 2005/11/28 06:43:30 
changelog Exp $ tags, headers and footers.
 
 2003-01-30  Ilia Alshanetsky  <[EMAIL PROTECTED]>
 


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

2005-11-27 Thread changelog
changelog   Mon Nov 28 01:42:37 2005 EDT

  Modified files:  
/php-srcChangeLog 
  Log:
  ChangeLog update
  
http://cvs.php.net/diff.php/php-src/ChangeLog?r1=1.2177&r2=1.2178&ty=u
Index: php-src/ChangeLog
diff -u php-src/ChangeLog:1.2177 php-src/ChangeLog:1.2178
--- php-src/ChangeLog:1.2177Sun Nov 27 01:47:40 2005
+++ php-src/ChangeLog   Mon Nov 28 01:42:31 2005
@@ -1,3 +1,124 @@
+2005-11-27  Jani Taskinen  <[EMAIL PROTECTED]>
+
+* (PHP_5_1)
+  ext/ming/config.m4:
+  - Fixed wrong usage of AC_TRY_COMPILE() macro
+
+2005-11-27  Wez Furlong  <[EMAIL PROTECTED]>
+
+* (PHP_5_1)
+  NEWS:
+  BFN
+
+2005-11-27  Antony Dovgal  <[EMAIL PROTECTED]>
+
+* (PHP_5_1)
+  NEWS:
+  MFH: fix #35430 (PDO crashes on incorrect FETCH_FUNC use)
+
+2005-11-27  Jani Taskinen  <[EMAIL PROTECTED]>
+
+* ext/curl/interface.c:
+  MF51: improve open_basedir check
+
+2005-11-27  Ilia Alshanetsky  <[EMAIL PROTECTED]>
+
+* (PHP_5_1)
+  ext/curl/interface.c:
+  Improved safe_mode/open_basedir check.
+
+* (PHP_5_1)
+  configure.in
+  main/php_version.h:
+  Back to dev
+
+2005-11-27  Jani Taskinen  <[EMAIL PROTECTED]>
+
+* (PHP_5_1)
+  NEWS:
+  Back from future
+
+2005-11-27  Ilia Alshanetsky  <[EMAIL PROTECTED]>
+
+* (PHP_5_1)
+  UPGRADING:
+  removed no longer relevant portion.
+
+* (PHP_5_1)
+  NEWS:
+  Adjust news
+
+* (PHP_5_1)
+  NEWS
+  configure.in
+  main/php_version.h:
+  5.1.1
+
+2005-11-27  Jani Taskinen  <[EMAIL PROTECTED]>
+
+* (PHP_5_1)
+  NEWS:
+  fix news
+
+2005-11-27  Marcus Boerger  <[EMAIL PROTECTED]>
+
+* (PHP_5_1)
+  NEWS:
+  - BFN
+
+2005-11-27  Rob Richards  <[EMAIL PROTECTED]>
+
+* (PHP_5_1)
+  NEWS:
+  BFN
+
+* ext/com_dotnet/com_handlers.c
+  ext/com_dotnet/com_misc.c
+  ext/com_dotnet/com_saproxy.c
+  ext/com_dotnet/com_variant.c
+  ext/com_dotnet/php_com_dotnet_internal.h:
+  Fixed bug #35316 (Application exception trying to create COM object)
+  Fix some handler signatures causing memory corruption
+  Various unicode fixes
+
+* (PHP_5_1)
+  ext/com_dotnet/com_handlers.c
+  ext/com_dotnet/com_misc.c
+  ext/com_dotnet/com_saproxy.c
+  ext/com_dotnet/php_com_dotnet_internal.h:
+  Fixed bug #35316 (Application exception trying to create COM object)
+
+2005-11-27  Marcus Boerger  <[EMAIL PROTECTED]>
+
+* (PHP_5_1)
+  CODING_STANDARDS:
+  - MFH Synch with what we decided for 5 and what we are practicing since 5
+
+2005-11-27  Ilia Alshanetsky  <[EMAIL PROTECTED]>
+
+* (PHP_5_1)
+  NEWS:
+  Disabled native date class, to prevent pear::date conflict.
+
+* (PHP_5_1)
+  NEWS
+  ext/tokenizer/tokenizer.c:
+  tokenizer fixes for bug #35382
+  Bug fixing news
+
+* ZendEngine2/tests/bug35411.phpt
+  ZendEngine2/tests/bug35411.phpt:
+  
+  file bug35411.phpt was initially added on branch PHP_5_1.
+
+* (PHP_5_1)
+  ZendEngine2/zend_compile.c
+  ZendEngine2/zend_highlight.c
+  ZendEngine2/zend_language_scanner.l
+  ZendEngine2/tests/bug31341.phpt:
+  Fixed bug #35411 (Regression with \{$ handling).
+  Fixed bug #35382 (Comment in end of file produces fatal error).
+
 2005-11-26  Ilia Alshanetsky  <[EMAIL PROTECTED]>
 
 * (PHP_5_1)
@@ -17395,7 +17516,7 @@
 
 * (PHP_4_3)
   ext/standard/url_scanner_ex.re:
-  Missing $Id: ChangeLog,v 1.2177 2005/11/27 06:47:40 changelog Exp $ tag
+  Missing $Id: ChangeLog,v 1.2178 2005/11/28 06:42:31 changelog Exp $ tag
 
 * (PHP_5_0)
   ext/standard/url_scanner_ex.c:
@@ -20796,7 +20917,7 @@
   ext/session/mod_mm.h
   ext/session/mod_user.h
   ext/session/php_session.h:
-  - Missing $Id: ChangeLog,v 1.2177 2005/11/27 06:47:40 changelog Exp $ 
tags
+  - Missing $Id: ChangeLog,v 1.2178 2005/11/28 06:42:31 changelog Exp $ 
tags
 
 * (PHP_4_3)
   ext/session/session.c:
@@ -21277,7 +21398,7 @@
 
 * (PHP_4_3)
   Zend/zend_ini_scanner.l:
-  Missing $Id: ChangeLog,v 1.2177 2005/11/27 06:47:40 changelog Exp $ tag 
+ ws fix
+  Missing $Id: ChangeLog,v 1.2178 2005/11/28 06:42:31 changelog Exp $ tag 
+ ws fix
 
 * ZendEngine2/zend_ini_scanner.l
   ZendEngine2/zend_ini_scanner.l:
@@ -22751,7 +22872,7 @@
   ext/standard/url_scanner_ex.c
   ext/standard/url_scanner_ex.h
   ext/standard/url_scanner_ex.re:
-  Missing $Id: ChangeLog,v 1.2177 2005/11/27 06:47:40 changelog Exp $ tag
+  Missing $Id: ChangeLog,v 1.2178 2005/11/28 06:42:31 changelog Exp $ tag
 
 * ext/standard/credits_ext.h
   ext/standard/credits_sapi.h: