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

2008-07-30 Thread changelog
changelog   Thu Jul 31 01:32:13 2008 UTC

  Modified files:  
/php-srcChangeLog 
  Log:
  ChangeLog update
  
http://cvs.php.net/viewvc.cgi/php-src/ChangeLog?r1=1.3123r2=1.3124diff_format=u
Index: php-src/ChangeLog
diff -u php-src/ChangeLog:1.3123 php-src/ChangeLog:1.3124
--- php-src/ChangeLog:1.3123Wed Jul 30 01:31:52 2008
+++ php-src/ChangeLog   Thu Jul 31 01:32:12 2008
@@ -1,3 +1,165 @@
+2008-07-30  Jani Taskinen  [EMAIL PROTECTED]
+
+* (PHP_5_3)
+  scripts/phpize.m4:
+  MFH:- Detect whether debugging was enabled in PHP and drop optimizing 
flags
+  if so (merge from configure.in)
+
+* scripts/phpize.m4:
+  - Detect whether debugging was enabled in PHP and drop optimizing flags 
if
+  so (merge from configure.in)
+
+* configure.in:
+  CS
+
+2008-07-30  Felipe Pena  [EMAIL PROTECTED]
+
+* (PHP_5_3)
+  ext/intl/locale/locale_methods.c:
+  - MFH: Fixed memory leak.
+
+* ext/intl/locale/locale_methods.c:
+  - Fixed memory leak.
+
+2008-07-30  Derick Rethans  [EMAIL PROTECTED]
+
+* (PHP_5_3)
+  ext/date/php_date.c
+  ext/date/lib/parse_date.c
+  ext/date/lib/parse_date.re
+  ext/date/tests/012.phpt
+  ext/date/tests/013.phpt
+  ext/date/tests/date_parse_001.phpt:
+  - MFH: Fixed a bug with the -MM format not resetting the day 
correctly.
+  - MFH: Fixed a bug in the DateTime-modify() methods, it would not use 
the
+advanced relative time strings.
+  - MFH: Fixed return values of all the modifying methods, they now 
properly
+return the object itself.
+
+2008-07-30  Felipe Pena  [EMAIL PROTECTED]
+
+* ext/intl/locale/locale_methods.c:
+  - MFB: Fixed crash when NULL is passed to locale_accept_from_http()
+
+2008-07-30  Stanislav Malyshev  [EMAIL PROTECTED]
+
+* TSRM/readdir.h
+  TSRM/readdir.h
+  TSRM/tsrm_config.w32.h
+  TSRM/tsrm_config.w32.h:
+  fix warnings
+
+2008-07-30  Derick Rethans  [EMAIL PROTECTED]
+
+* ext/date/php_date.c
+  ext/date/lib/parse_date.c
+  ext/date/lib/parse_date.re
+  ext/date/tests/012.phpt
+  ext/date/tests/013.phpt
+  ext/date/tests/date_parse_001.phpt:
+  - Fixed a bug with the -MM format not resetting the day correctly.
+  - Fixed a bug in the DateTime-modify() methods, it would not use the
+  advanced
+relative time strings.
+  - Fixed return values of all the modifying methods, they now properly
+  return
+the object itself.
+
+2008-07-30  Felipe Pena  [EMAIL PROTECTED]
+
+* (PHP_5_3)
+  ext/intl/locale/locale_methods.c:
+  - Fixed crash when NULL is passed to locale_accept_from_http()
+
+2008-07-30  Rasmus Lerdorf  [EMAIL PROTECTED]
+
+* ext/json/JSON_parser.c
+  ext/json/JSON_parser.c
+  ext/json/JSON_parser.c:
+  We can afford a larger stack here and other json parsers out there
+  go deeper than 128.
+
+2008-07-30  Felipe Pena  [EMAIL PROTECTED]
+
+* ZendEngine2/tests/constants_006.phpt:
+  - New test
+
+* ZendEngine2/tests/constants_006.phpt
+  ZendEngine2/tests/constants_006.phpt:
+  
+  file constants_006.phpt was initially added on branch PHP_5_3.
+
+2008-07-30  Antony Dovgal  [EMAIL PROTECTED]
+
+* ext/openssl/openssl.c
+  ext/openssl/openssl.c:
+  fix folding
+
+* (PHP_5_3)
+  ext/gd/tests/bug44849.phpt:
+  enable this test on all platforms, no reason to limit it windows only
+
+* ext/gd/tests/bug44849.phpt
+  ext/gd/tests/imagecolorclosesthwb.phpt:
+  fix tests
+
+* (PHP_5_3)
+  ext/gd/tests/imagecolorclosesthwb.phpt:
+  fix test
+
+2008-07-30  Pierre-Alain Joye  [EMAIL PROTECTED]
+
+* (PHP_5_3)
+  ext/mbstring/config.w32:
+  - mbstring is built shared on windows
+it looks like the idea was to have it static (but does not work)
+
+* (PHP_5_3)
+  ext/mbstring/oniguruma/regint.h:
+  - fix VC9 build (5.3+)
+Please do not revert this fix again and to merge 5.3's changes to HEAD
+
+2008-07-30  Jani Taskinen  [EMAIL PROTECTED]
+
+* ext/date/php_date.c
+  scripts/phpize.m4:
+  ws
+
+2008-07-30  Kalle Sommer Nielsen  [EMAIL PROTECTED]
+
+* (PHP_5_3)
+  ext/gd/tests/imagecolorclosesthwb.phpt:
+  MFH: Add test for imagecolorclosesthwb()
+
+* ext/gd/tests/imagecolorclosesthwb.phpt
+  ext/gd/tests/imagecolorclosesthwb.phpt:
+  
+  Add test for imagecolorclosesthwb()
+
+* ext/gd/tests/bug44849.phpt:
+  MFB: Add test case for #44849
+
+* ext/gd/tests/bug44849.phpt
+  ext/gd/tests/bug44849.phpt:
+  
+  file bug44849.phpt was initially added on branch PHP_5_3.
+
+2008-07-30  Felipe Pena  [EMAIL PROTECTED]
+
+* (PHP_5_3)
+  ZendEngine2/zend_language_scanner.c
+  ZendEngine2/zend_language_scanner.l:
+  - MFH: Fixed BC break: The magic constants must be case-insensitive.
+
+* ZendEngine2/zend_language_scanner.c
+  

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

2008-07-30 Thread changelog
changelog   Thu Jul 31 01:32:17 2008 UTC

  Modified files:  
/ZendEngine2ChangeLog 
  Log:
  ChangeLog update
  
http://cvs.php.net/viewvc.cgi/ZendEngine2/ChangeLog?r1=1.1348r2=1.1349diff_format=u
Index: ZendEngine2/ChangeLog
diff -u ZendEngine2/ChangeLog:1.1348 ZendEngine2/ChangeLog:1.1349
--- ZendEngine2/ChangeLog:1.1348Wed Jul 30 01:31:56 2008
+++ ZendEngine2/ChangeLog   Thu Jul 31 01:32:16 2008
@@ -1,3 +1,22 @@
+2008-07-30  Felipe Pena  [EMAIL PROTECTED]
+
+* tests/constants_006.phpt:
+  - New test
+
+* tests/constants_006.phpt
+  tests/constants_006.phpt:
+  
+  file constants_006.phpt was initially added on branch PHP_5_3.
+
+* (PHP_5_3)
+  zend_language_scanner.c
+  zend_language_scanner.l:
+  - MFH: Fixed BC break: The magic constants must be case-insensitive.
+
+* zend_language_scanner.c
+  zend_language_scanner.l:
+  - Fixed BC break: The magic constants must be case-insensitive.
+
 2008-07-29  Dmitry Stogov  [EMAIL PROTECTED]
 
 * zend_exceptions.c
@@ -25189,7 +25208,7 @@
 2003-06-10  Jani Taskinen  [EMAIL PROTECTED]
 
 * zend_multiply.h:
-  - Missing $Id: ChangeLog,v 1.1348 2008/07/30 01:31:56 changelog Exp $ tag
+  - Missing $Id: ChangeLog,v 1.1349 2008/07/31 01:32:16 changelog Exp $ tag
 
 2003-06-10  James Cox  [EMAIL PROTECTED]
 
@@ -26913,7 +26932,7 @@
   zend_types.h
   zend_variables.c
   zend_variables.h:
-  - Added some missing CVS $Id: ChangeLog,v 1.1348 2008/07/30 01:31:56 
changelog Exp $ tags, headers and footers.
+  - Added some missing CVS $Id: ChangeLog,v 1.1349 2008/07/31 01:32:16 
changelog Exp $ tags, headers and footers.
 
 2003-01-30  Ilia Alshanetsky  [EMAIL PROTECTED]