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

2009-07-08 Thread changelog
changelog   Thu Jul  9 01:34:19 2009 UTC

  Modified files:  
/php-srcChangeLog 
  Log:
  ChangeLog update
  
http://cvs.php.net/viewvc.cgi/php-src/ChangeLog?r1=1.3458r2=1.3459diff_format=u
Index: php-src/ChangeLog
diff -u php-src/ChangeLog:1.3458 php-src/ChangeLog:1.3459
--- php-src/ChangeLog:1.3458Wed Jul  8 01:34:20 2009
+++ php-src/ChangeLog   Thu Jul  9 01:34:17 2009
@@ -1,3 +1,88 @@
+2009-07-08  Felipe Pena  felipe...@gmail.com
+
+* (PHP_5_3)
+  NEWS
+  ext/standard/array.c
+  ext/standard/tests/array/bug48854.phpt:
+  - MFH: Fixed bug #48854 (array_merge_recursive modifies arrays after 
first
+  one)
+
+* ext/standard/array.c
+  ext/standard/tests/array/bug48854.phpt
+  ext/standard/tests/array/bug48854.phpt:
+  - Fixed bug #48854 (array_merge_recursive modifies arrays after first 
one)
+
+2009-07-08  Pierre-Alain Joye  pierre@gmail.com
+
+* ext/standard/tests/file/rename_variation7.phpt
+  ext/standard/tests/file/rename_variation7.phpt:
+  - skip on windows
+
+* ext/standard/tests/file/rename_variation7-win32.phpt
+  ext/standard/tests/file/rename_variation7-win32.phpt:
+  
+  file rename_variation7-win32.phpt was initially added on branch PHP_5_3.
+
+* ext/standard/tests/file/rename_variation6-win32.phpt
+  ext/standard/tests/file/rename_variation7-win32.phpt:
+  - windows version
+
+* ext/standard/tests/file/rename_variation6-win32.phpt
+  ext/standard/tests/file/rename_variation6-win32.phpt:
+  
+  file rename_variation6-win32.phpt was initially added on branch PHP_5_3.
+
+* ext/standard/tests/file/rename_variation6.phpt:
+  - MF53: skip on win, different error msg
+
+* (PHP_5_3)
+  ext/standard/tests/file/rename_variation6.phpt:
+  - skip on win, different error msg
+
+* ext/standard/tests/file/stat_variation8-win32.phpt:
+  - MF53: fix test (mtime only is changed)
+
+* (PHP_5_3)
+  ext/standard/tests/file/stat_variation8-win32.phpt:
+  - fix test (mtime only is changed)
+
+2009-07-08  Ilia Alshanetsky  i...@prohost.org
+
+* (PHP_5_2)
+  NEWS:
+  
+  BFN
+
+* ext/spl/spl_directory.c
+  ext/spl/spl_directory.h:
+  
+  MFB: Fixed bug #48788 (RecursiveDirectoryIterator doesn't descend into
+  symlinked
+  directories).
+
+* (PHP_5_2)
+  ext/spl/spl_directory.c
+  ext/spl/spl_directory.h:
+  
+  MFB: Fixed bug #48788 (RecursiveDirectoryIterator doesn't descend into
+  symlinked directories).
+
+* (PHP_5_3)
+  NEWS
+  ext/spl/spl_directory.c
+  ext/spl/spl_directory.h:
+  
+  Fixed bug #48788 (RecursiveDirectoryIterator doesn't descend into
+  symlinked
+  directories).
+  
+  [DOC]
+  
+  To avoid breaking how existing code works a new constant is introduced 
for
+  the RecursiveDirectoryIterator() that directs the code to follow 
symlinks.
+  This constant RecursiveDirectoryIterator::FOLLOW_SYMLINKS can be passed a
+  flag to the constructor to trigger symlink following.
+
 2009-07-07  David Soria Parra  dso...@gmx.net
 
 * (PHP_5_2)
@@ -50944,7 +51029,7 @@
 
 * sapi/litespeed/lsapi_main.c
   sapi/litespeed/lsapilib.c:
-  - Added missing $Id: ChangeLog,v 1.3458 2009/07/08 01:34:20 changelog 
Exp $ tags and nuked c++ comments
+  - Added missing $Id: ChangeLog,v 1.3459 2009/07/09 01:34:17 changelog 
Exp $ tags and nuked c++ comments
 
 * (PHP_5_3)
   ext/intl/locale/locale.c




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

2009-07-07 Thread changelog
changelog   Wed Jul  8 01:34:22 2009 UTC

  Modified files:  
/php-srcChangeLog 
  Log:
  ChangeLog update
  
http://cvs.php.net/viewvc.cgi/php-src/ChangeLog?r1=1.3457r2=1.3458diff_format=u
Index: php-src/ChangeLog
diff -u php-src/ChangeLog:1.3457 php-src/ChangeLog:1.3458
--- php-src/ChangeLog:1.3457Tue Jul  7 01:33:07 2009
+++ php-src/ChangeLog   Wed Jul  8 01:34:20 2009
@@ -1,3 +1,186 @@
+2009-07-07  David Soria Parra  dso...@gmx.net
+
+* (PHP_5_2)
+  run-tests.php
+  run-tests.php:
+  MFH: Reset TZ environment variable. Some tests assume that it's not set.
+
+* run-tests.php:
+  Reset TZ environment variable. Some tests assume that it's not set.
+
+2009-07-07  Pierre-Alain Joye  pierre@gmail.com
+
+* (PHP_5_3)
+  NEWS:
+  - #46682
+
+* ext/standard/tests/file/touch_basic-win32.phpt:
+  - MF53: touch() atime field returns different value
+
+* (PHP_5_3)
+  ext/standard/tests/file/touch_basic-win32.phpt:
+  - #46882, touch() atime field returns different value
+
+* ext/standard/tests/file/mkdir_variation5-win32.phpt:
+  - fixed, remove XFAIL
+
+* (PHP_5_3)
+  ext/standard/tests/file/mkdir_variation5-win32.phpt:
+  - fixed, remove xfail
+
+* ext/standard/tests/file/touch_variation5-win32.phpt
+  ext/standard/tests/file/touch_variation6-win32.phpt:
+  - sync with 5.3
+
+* (PHP_5_3)
+  ext/standard/tests/file/touch_variation5-win32.phpt
+  ext/standard/tests/file/touch_variation6-win32.phpt:
+  - fix tests, 5.3 supports these things now on windows. Also shorter tests
+  would be REALLY nice (or use iteration numbering)
+
+2009-07-07  Stanislav Malyshev  s...@zend.com
+
+* (PHP_5_3)
+  ext/intl/intl_error.c
+  ext/intl/php_intl.c
+  ext/intl/php_intl.h:
+  merge errors support
+
+2009-07-07  Jani Taskinen  jani.taski...@sci.fi
+
+* (PHP_5_2)
+  NEWS
+  main/main.c:
+  MFH:- Fixed bug #48247 (Infinite loop and possible crash during startup
+  with errors)
+
+* (PHP_5_3)
+  NEWS
+  main/main.c
+  main/main.c:
+  - Fixed bug #48247 (Infinite loop and possible crash during startup with
+  errors)
+
+2009-07-07  Pierre-Alain Joye  pierre@gmail.com
+
+* (PHP_5_2)
+  NEWS:
+  - #48116
+
+* (PHP_5_2)
+  ext/openssl/openssl.c:
+   - MF53: #48116, fix build with openssl 1.0
+
+2009-07-07  Jani Taskinen  jani.taski...@sci.fi
+
+* (PHP_5_2)
+  NEWS:
+  F*ckin bom
+
+* (PHP_5_3)
+  NEWS:
+  Check your editors, this is ascii only file!
+
+2009-07-07  David Soria Parra  dso...@gmx.net
+
+* (PHP_5_3)
+  ZendEngine2/tests/024.phpt:
+  MFH: Adjust tests. The order in which notices appear is platform 
dependend
+  as the function call ordering in parameter lists is not defined in C.
+
+* ZendEngine2/tests/024.phpt:
+  Adjust tests. The order in which notices appear is platform dependend as
+  the function call ordering in parameter lists is not defined in C.
+
+2009-07-07  Ulf Wendel  ulf.wen...@phpdoc.de
+
+* (PHP_5_3)
+  ext/mysql/tests/mysql_affected_rows.phpt
+  ext/mysql/tests/mysql_field_flags.phpt
+  ext/mysql/tests/mysql_info.phpt
+  ext/mysql/tests/mysql_query.phpt
+  ext/mysql/tests/mysql_unbuffered_query.phpt
+  ext/mysql/tests/table.inc:
+  MFH. Fixing tests to run with  SQL_MODE=ANSI_QUOTES as well.
+
+* ext/mysql/tests/connect.inc
+  ext/mysql/tests/mysql_affected_rows.phpt
+  ext/mysql/tests/mysql_field_flags.phpt
+  ext/mysql/tests/mysql_info.phpt
+  ext/mysql/tests/mysql_query.phpt
+  ext/mysql/tests/mysql_unbuffered_query.phpt
+  ext/mysql/tests/skipif.inc
+  ext/mysql/tests/table.inc:
+  Fixing tests to run with  SQL_MODE=ANSI_QUOTES as well.
+
+2009-07-07  Pierre-Alain Joye  pierre@gmail.com
+
+* (PHP_5_2)
+  NEWS
+  NEWS:
+  - #45905
+
+* ext/gd/libgd/gd.c
+  ext/gd/libgd/gd.c:
+  - WS
+
+* ext/gd/libgd/gd.c
+  ext/gd/libgd/gd.c:
+  - MF53: #45905, imagefilledrectangle() clipping error
+
+* (PHP_5_3)
+  ext/gd/libgd/gd.c:
+  - #45905, imagefilledrectangle() clipping error
+
+2009-07-07  Felipe Pena  felipe...@gmail.com
+
+* ext/mbstring/tests/mb_convert_kana.phpt
+  ext/mbstring/tests/mb_convert_kana.phpt
+  ext/mbstring/tests/mb_decode_numericentity.phpt
+  ext/mbstring/tests/mb_decode_numericentity.phpt
+  ext/mbstring/tests/mb_encode_numericentity.phpt
+  ext/mbstring/tests/mb_encode_numericentity.phpt
+  ext/mbstring/tests/mb_ereg3.phpt
+  ext/mbstring/tests/mb_ereg3.phpt
+  ext/mbstring/tests/mb_ereg4.phpt
+  ext/mbstring/tests/mb_ereg4.phpt
+  ext/mbstring/tests/mb_ereg_search.phpt
+  ext/mbstring/tests/mb_ereg_search.phpt
+  ext/mbstring/tests/mb_ereg_search_pos.phpt
+  ext/mbstring/tests/mb_ereg_search_pos.phpt
+  

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

2009-07-06 Thread changelog
changelog   Tue Jul  7 01:33:08 2009 UTC

  Modified files:  
/php-srcChangeLog 
  Log:
  ChangeLog update
  http://cvs.php.net/viewvc.cgi/php-src/ChangeLog?r1=1.3456r2=1.3457diff_format=u
Index: php-src/ChangeLog
diff -u php-src/ChangeLog:1.3456 php-src/ChangeLog:1.3457
--- php-src/ChangeLog:1.3456Mon Jul  6 01:33:06 2009
+++ php-src/ChangeLog   Tue Jul  7 01:33:07 2009
@@ -1,3 +1,573 @@
+2009-07-06  Pierre-Alain Joye  pierre@gmail.com
+
+* (PHP_5_3)
+  NEWS:
+  - forgot to add the author of the initial patch
+
+2009-07-06  Stanislav Malyshev  s...@zend.com
+
+* ext/intl/config.m4
+  ext/intl/config.w32
+  ext/intl/intl_error.c
+  ext/intl/php_intl.c
+  ext/intl/php_intl.h
+  ext/intl/tests/idn.phpt:
+  - merge errors support
+  - merge IDN
+
+2009-07-06  Pierre-Alain Joye  pierre@gmail.com
+
+* (PHP_5_3)
+  NEWS:
+  - #48116
+
+* ext/openssl/openssl.c:
+  - #48116, fix build with openssl 1.0
+
+2009-07-06  Stanislav Malyshev  s...@zend.com
+
+* ext/intl/tests/idn.phpt
+  ext/intl/tests/idn.phpt:
+  
+  file idn.phpt was initially added on branch PHP_5_3.
+
+2009-07-06  Pierre-Alain Joye  pierre@gmail.com
+
+* (PHP_5_3)
+  ext/openssl/openssl.c:
+  - #48116, restore 0.x compability, thx config.cache.
+
+* (PHP_5_3)
+  ext/openssl/openssl.c:
+  - #48116, fix build against openssl 1.0
+
+2009-07-06  andy wharmby  whar...@uk.ibm.com
+
+* ZendEngine2/tests/019.phpt
+  ZendEngine2/tests/019.phpt
+  ZendEngine2/tests/019.phpt
+  ZendEngine2/tests/bug30162.phpt
+  ZendEngine2/tests/bug30162.phpt
+  ZendEngine2/tests/bug30162.phpt:
+  Fix test
+
+2009-07-06  Pierre-Alain Joye  pierre@gmail.com
+
+* (PHP_5_3)
+  NEWS:
+  - #48771
+
+2009-07-06  Ulf Wendel  ulf.wen...@phpdoc.de
+
+* (PHP_5_3)
+  ext/mysqli/tests/mysqli_constants_categories.phpt:
+  MFH. Enabling test as requested by the skipif comment... it does pass 
when
+  slightly modified.
+
+* ext/mysqli/tests/mysqli_constants_categories.phpt:
+  Enabling test as requested by the skipif comment... it does pass when
+  slightly modified.
+
+* (PHP_5_3)
+  ext/mysqli/tests/connect.inc
+  ext/mysqli/tests/mysqli_class_mysqli_driver_reflection.phpt
+  ext/mysqli/tests/mysqli_class_mysqli_reflection.phpt
+  ext/mysqli/tests/mysqli_class_mysqli_result_reflection.phpt
+  ext/mysqli/tests/mysqli_class_mysqli_stmt_interface.phpt
+  ext/mysqli/tests/mysqli_class_mysqli_warning_reflection.phpt
+  ext/mysqli/tests/mysqli_debug_ini.phpt:
+  MFH. Fixing mysqlnd version test to run some four previously skipped 
tests.
+  There is no proper way to check the mysqlnd version. The best one can do
+  is adapt the tests to what PHP 5.3 and PHP 6.0 return today.
+
+* ext/mysqli/tests/connect.inc
+  ext/mysqli/tests/mysqli_class_mysqli_driver_reflection.phpt
+  ext/mysqli/tests/mysqli_class_mysqli_reflection.phpt
+  ext/mysqli/tests/mysqli_class_mysqli_result_reflection.phpt
+  ext/mysqli/tests/mysqli_class_mysqli_stmt_interface.phpt
+  ext/mysqli/tests/mysqli_class_mysqli_warning_reflection.phpt
+  ext/mysqli/tests/mysqli_debug_ini.phpt:
+  Fixing mysqlnd version test to run some four previously skipped tests.
+  There is no proper way to check the mysqlnd version. The best one can do
+  is adapt the tests to what PHP 5.3 and PHP 6.0 return today.
+
+* (PHP_5_3)
+  ext/mysqli/tests/045.phpt
+  ext/mysqli/tests/mysqli_error_unicode.phpt
+  ext/mysqli/tests/mysqli_get_client_stats.phpt
+  ext/mysqli/tests/mysqli_get_warnings.phpt
+  ext/mysqli/tests/mysqli_query_unicode.phpt
+  ext/mysqli/tests/mysqli_set_local_infile_handler_bad_character.phpt:
+  MFH. Adapting (old) tests to current PHP 6 semantics - 
s/unicode.semantics
+  test/version_compare
+
+* ext/mysqli/tests/045.phpt
+  ext/mysqli/tests/mysqli_error_unicode.phpt
+  ext/mysqli/tests/mysqli_get_client_stats.phpt
+  ext/mysqli/tests/mysqli_get_warnings.phpt
+  ext/mysqli/tests/mysqli_query_unicode.phpt
+  ext/mysqli/tests/mysqli_set_local_infile_handler_bad_character.phpt:
+  Adapting (old) tests to current PHP 6 semantics - s/unicode.semantics
+  test/version_compare
+
+* (PHP_5_3)
+  ext/mysqli/tests/002.phpt
+  ext/mysqli/tests/003.phpt
+  ext/mysqli/tests/004.phpt
+  ext/mysqli/tests/005.phpt
+  ext/mysqli/tests/006.phpt
+  ext/mysqli/tests/007.phpt
+  ext/mysqli/tests/008.phpt
+  ext/mysqli/tests/009.phpt
+  ext/mysqli/tests/010.phpt
+  ext/mysqli/tests/011.phpt
+  ext/mysqli/tests/012.phpt
+  ext/mysqli/tests/013.phpt
+  ext/mysqli/tests/014.phpt
+  ext/mysqli/tests/015.phpt
+  ext/mysqli/tests/019.phpt
+  ext/mysqli/tests/020.phpt
+  ext/mysqli/tests/021.phpt
+  

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

2009-07-05 Thread changelog
changelog   Mon Jul  6 01:33:07 2009 UTC

  Modified files:  
/php-srcChangeLog 
  Log:
  ChangeLog update
  
http://cvs.php.net/viewvc.cgi/php-src/ChangeLog?r1=1.3455r2=1.3456diff_format=u
Index: php-src/ChangeLog
diff -u php-src/ChangeLog:1.3455 php-src/ChangeLog:1.3456
--- php-src/ChangeLog:1.3455Sun Jul  5 01:33:06 2009
+++ php-src/ChangeLog   Mon Jul  6 01:33:06 2009
@@ -1,3 +1,34 @@
+2009-07-05  Ilia Alshanetsky  i...@prohost.org
+
+* ext/filter/logical_filters.c
+  ext/filter/tests/016.phpt:
+  
+  MFB: Fixed bug #48718 (FILTER_VALIDATE_EMAIL does not allow numbers in
+  domain components).
+
+* (PHP_5_3)
+  NEWS
+  ext/filter/logical_filters.c
+  ext/filter/tests/016.phpt:
+  MFB: Fixed bug #48718 (FILTER_VALIDATE_EMAIL does not allow numbers in
+  domain
+  components).
+
+* (PHP_5_2)
+  NEWS
+  ext/filter/logical_filters.c
+  ext/filter/tests/016.phpt:
+  
+  Fixed bug #48718 (FILTER_VALIDATE_EMAIL does not allow numbers in domain
+  components).
+
+2009-07-05  Zoe Slattery  zoe.slatt...@googlemail.com
+
+* ext/spl/tests/bug42364.phpt
+  ext/spl/tests/bug42364.phpt
+  ext/spl/tests/bug42364.phpt:
+  fix test
+
 2009-07-04  Felipe Pena  felipe...@gmail.com
 
 * (PHP_5_3)
@@ -50160,7 +50191,7 @@
 
 * sapi/litespeed/lsapi_main.c
   sapi/litespeed/lsapilib.c:
-  - Added missing $Id: ChangeLog,v 1.3455 2009/07/05 01:33:06 changelog 
Exp $ tags and nuked c++ comments
+  - Added missing $Id: ChangeLog,v 1.3456 2009/07/06 01:33:06 changelog 
Exp $ tags and nuked c++ comments
 
 * (PHP_5_3)
   ext/intl/locale/locale.c




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

2009-07-04 Thread changelog
changelog   Sun Jul  5 01:33:08 2009 UTC

  Modified files:  
/php-srcChangeLog 
  Log:
  ChangeLog update
  
http://cvs.php.net/viewvc.cgi/php-src/ChangeLog?r1=1.3454r2=1.3455diff_format=u
Index: php-src/ChangeLog
diff -u php-src/ChangeLog:1.3454 php-src/ChangeLog:1.3455
--- php-src/ChangeLog:1.3454Sat Jul  4 01:33:10 2009
+++ php-src/ChangeLog   Sun Jul  5 01:33:06 2009
@@ -1,3 +1,35 @@
+2009-07-04  Felipe Pena  felipe...@gmail.com
+
+* (PHP_5_3)
+  ext/spl/spl_array.c
+  ext/spl/spl_directory.c
+  ext/spl/spl_dllist.c
+  ext/spl/spl_fixedarray.c
+  ext/spl/spl_heap.c
+  ext/spl/spl_iterators.c
+  ext/spl/spl_observer.c
+  ext/spl/tests/countable_class_basic1.phpt:
+  MFH:
+  - Added missing methods' arginfo (for void params)
+  - Fixed arginfos:
+- MultipleIterator::__construct
+- MultipleIterator::setFlags  (Thanks Philip!)
+- SplFixedArray::__construct
+
+* ext/spl/spl_array.c
+  ext/spl/spl_directory.c
+  ext/spl/spl_dllist.c
+  ext/spl/spl_fixedarray.c
+  ext/spl/spl_heap.c
+  ext/spl/spl_iterators.c
+  ext/spl/spl_observer.c
+  ext/spl/tests/countable_class_basic1.phpt:
+  - Added missing methods' arginfo (for void params)
+  - Fixed arginfos:
+- MultipleIterator::__construct
+- MultipleIterator::setFlags  (Thanks Philip!)
+- SplFixedArray::__construct
+
 2009-07-03  Felipe Pena  felipe...@gmail.com
 
 * (PHP_5_2)
@@ -50128,7 +50160,7 @@
 
 * sapi/litespeed/lsapi_main.c
   sapi/litespeed/lsapilib.c:
-  - Added missing $Id: ChangeLog,v 1.3454 2009/07/04 01:33:10 changelog 
Exp $ tags and nuked c++ comments
+  - Added missing $Id: ChangeLog,v 1.3455 2009/07/05 01:33:06 changelog 
Exp $ tags and nuked c++ comments
 
 * (PHP_5_3)
   ext/intl/locale/locale.c




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

2009-07-03 Thread changelog
changelog   Sat Jul  4 01:33:12 2009 UTC

  Modified files:  
/php-srcChangeLog 
  Log:
  ChangeLog update
  http://cvs.php.net/viewvc.cgi/php-src/ChangeLog?r1=1.3453r2=1.3454diff_format=u
Index: php-src/ChangeLog
diff -u php-src/ChangeLog:1.3453 php-src/ChangeLog:1.3454
--- php-src/ChangeLog:1.3453Fri Jul  3 01:33:11 2009
+++ php-src/ChangeLog   Sat Jul  4 01:33:10 2009
@@ -1,3 +1,731 @@
+2009-07-03  Felipe Pena  felipe...@gmail.com
+
+* (PHP_5_2)
+  ext/curl/tests/bug48207.phpt
+  ext/curl/tests/bug48207.phpt
+  ext/curl/tests/curl_CURLOPT_READDATA.phpt
+  ext/curl/tests/curl_CURLOPT_READDATA.phpt
+  ext/curl/tests/curl_close_basic.phpt
+  ext/curl/tests/curl_close_basic.phpt
+  ext/curl/tests/curl_copy_handle_basic_001.phpt
+  ext/curl/tests/curl_copy_handle_basic_001.phpt
+  ext/curl/tests/curl_copy_handle_basic_002.phpt
+  ext/curl/tests/curl_copy_handle_basic_002.phpt
+  ext/curl/tests/curl_copy_handle_basic_004.phpt
+  ext/curl/tests/curl_copy_handle_basic_004.phpt
+  ext/curl/tests/curl_copy_handle_basic_005.phpt
+  ext/curl/tests/curl_copy_handle_basic_005.phpt
+  ext/curl/tests/curl_copy_handle_basic_006.phpt
+  ext/curl/tests/curl_copy_handle_basic_006.phpt
+  ext/curl/tests/curl_error_basic.phpt
+  ext/curl/tests/curl_error_basic.phpt
+  ext/curl/tests/curl_multi_close_basic.phpt
+  ext/curl/tests/curl_multi_close_basic.phpt
+  ext/curl/tests/curl_multi_getcontent_basic3.phpt
+  ext/curl/tests/curl_multi_getcontent_basic3.phpt
+  ext/curl/tests/curl_multi_getcontent_error1.phpt
+  ext/curl/tests/curl_multi_getcontent_error1.phpt
+  ext/curl/tests/curl_multi_getcontent_error2.phpt
+  ext/curl/tests/curl_multi_getcontent_error2.phpt
+  ext/curl/tests/curl_multi_getcontent_error3.phpt
+  ext/curl/tests/curl_multi_getcontent_error3.phpt
+  ext/curl/tests/curl_multi_getcontent_error4.phpt
+  ext/curl/tests/curl_multi_getcontent_error4.phpt
+  ext/curl/tests/curl_multi_init_basic.phpt
+  ext/curl/tests/curl_multi_init_basic.phpt
+  ext/curl/tests/curl_multi_select_basic1.phpt
+  ext/curl/tests/curl_multi_select_basic1.phpt
+  ext/curl/tests/curl_setopt_CURLOPT_FOLLOWLOCATION_open_basedir.phpt
+  ext/curl/tests/curl_setopt_CURLOPT_FOLLOWLOCATION_open_basedir.phpt
+  ext/curl/tests/curl_setopt_CURLOPT_READFUNCTION.phpt
+  ext/curl/tests/curl_setopt_CURLOPT_READFUNCTION.phpt
+  ext/curl/tests/curl_setopt_array_basic.phpt
+  ext/curl/tests/curl_setopt_array_basic.phpt
+  ext/curl/tests/curl_setopt_basic001.phpt
+  ext/curl/tests/curl_setopt_basic001.phpt
+  ext/curl/tests/curl_setopt_basic002.phpt
+  ext/curl/tests/curl_setopt_basic002.phpt
+  ext/curl/tests/curl_setopt_basic003.phpt
+  ext/curl/tests/curl_setopt_basic003.phpt
+  ext/curl/tests/curl_setopt_basic004.phpt
+  ext/curl/tests/curl_setopt_basic004.phpt
+  ext/curl/tests/curl_setopt_error.phpt
+  ext/curl/tests/curl_setopt_error.phpt
+  ext/curl/tests/curl_testdata1.txt
+  ext/curl/tests/curl_testdata2.txt
+  ext/curl/tests/curl_write_callback.phpt
+  ext/curl/tests/curl_write_file.phpt
+  ext/curl/tests/curl_write_return.phpt
+  ext/curl/tests/curl_write_stdout.phpt
+  ext/curl/tests/curl_writeheader_callback.phpt
+  ext/curl/tests/responder/get.php:
+  - New tests (DutchUG testfest)
+
+2009-07-03  Antony Dovgal  t...@daylessday.org
+
+* ext/sockets/tests/socket_sentto_recvfrom_unix.phpt
+  ext/sockets/tests/socket_sentto_recvfrom_unix.phpt:
+  merge from 5_3
+
+* (PHP_5_3)
+  ext/sockets/tests/socket_sentto_recvfrom_unix.phpt:
+  stop polluting my /tmp dir
+
+2009-07-03  Ulf Wendel  ulf.wen...@phpdoc.de
+
+* (PHP_5_3)
+  ext/mysqli/tests/mysqli_query_local_infile_large.phpt:
+  MFH. ... to play with large data sets. Currently its only 10MB in size to
+  keep the test runtime short. However, its easy to increase, if you want 
to
+  test large data sets
+
+* ext/mysqli/tests/mysqli_query_local_infile_large.phpt
+  ext/mysqli/tests/mysqli_query_local_infile_large.phpt:
+  
+  ... to play with large data sets. Currently its only 10MB in size to keep
+  the test runtime short. However, its easy to increase, if you want to 
test
+  large data sets
+
+2009-07-03  Jani Taskinen  jani.taski...@sci.fi
+
+* (PHP_5_3)
+  configure.in:
+  Nuke hotfix, fix the real issue..
+
+* configure.in:
+  typo. or something. Who knows, the branches are a mess anyway..
+
+2009-07-03  Patrick Allaert  patrick.alla...@gmail.com
+
+* (PHP_5_2)
+  ext/ldap/tests/README
+  ext/ldap/tests/README
+  ext/ldap/tests/ldap_add_basic.phpt
+  ext/ldap/tests/ldap_add_basic.phpt
+  ext/ldap/tests/ldap_add_error.phpt
+  ext/ldap/tests/ldap_add_error.phpt
+  ext/ldap/tests/ldap_bind_basic.phpt
+ 

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

2009-07-02 Thread changelog
changelog   Fri Jul  3 01:33:12 2009 UTC

  Modified files:  
/php-srcChangeLog 
  Log:
  ChangeLog update
  http://cvs.php.net/viewvc.cgi/php-src/ChangeLog?r1=1.3452r2=1.3453diff_format=u
Index: php-src/ChangeLog
diff -u php-src/ChangeLog:1.3452 php-src/ChangeLog:1.3453
--- php-src/ChangeLog:1.3452Thu Jul  2 01:33:27 2009
+++ php-src/ChangeLog   Fri Jul  3 01:33:11 2009
@@ -1,3 +1,215 @@
+2009-07-02  Stanislav Malyshev  s...@zend.com
+
+* ext/intl/locale/locale_methods.c
+  ext/intl/locale/locale_methods.c:
+  bugfix
+
+2009-07-02  Kalle Sommer Nielsen  kalle@gmail.com
+
+* NEWS:
+  As Jani would say; Fix NEWS
+
+2009-07-02  Ilia Alshanetsky  i...@prohost.org
+
+* (PHP_5_3)
+  NEWS
+  ext/curl/interface.c
+  ext/curl/interface.c:
+  
+  MFB: Fixed bug #48733 (CURLOPT_WRITEHEADER|CURLOPT_FILE|CURLOPT_STDERR
+  warns
+  on files that have been opened with r+).
+
+* (PHP_5_2)
+  NEWS
+  ext/curl/interface.c:
+  
+  Fixed bug #48733 (CURLOPT_WRITEHEADER|CURLOPT_FILE|CURLOPT_STDERR warns 
on
+files that have been opened with r+).
+
+2009-07-02  Lukas Smith  sm...@pooteeweet.org
+
+* (PHP_5_3)
+  php.ini-development
+  php.ini-production:
+  MFH: removed references to track_vars, since this option doesnt exist 
since
+  ages
+
+* php.ini-development
+  php.ini-production:
+  removed references to track_vars, since this option doesnt exist since 
ages
+
+2009-07-02  Ulf Wendel  ulf.wen...@phpdoc.de
+
+* (PHP_5_3)
+  ext/mysql/tests/002.phpt
+  ext/mysql/tests/003.phpt
+  ext/mysql/tests/bug47438.phpt
+  ext/mysql/tests/clean_table.inc
+  ext/mysql/tests/mysql_affected_rows.phpt
+  ext/mysql/tests/mysql_create_db.phpt
+  ext/mysql/tests/mysql_data_seek.phpt
+  ext/mysql/tests/mysql_db_query.phpt
+  ext/mysql/tests/mysql_drop_db.phpt
+  ext/mysql/tests/mysql_errno.phpt
+  ext/mysql/tests/mysql_error.phpt
+  ext/mysql/tests/mysql_fetch_array.phpt
+  ext/mysql/tests/mysql_fetch_assoc.phpt
+  ext/mysql/tests/mysql_fetch_field.phpt
+  ext/mysql/tests/mysql_fetch_lengths.phpt
+  ext/mysql/tests/mysql_fetch_object.phpt
+  ext/mysql/tests/mysql_fetch_row.phpt
+  ext/mysql/tests/mysql_field_flags.phpt
+  ext/mysql/tests/mysql_field_len.phpt
+  ext/mysql/tests/mysql_field_name.phpt
+  ext/mysql/tests/mysql_field_seek.phpt
+  ext/mysql/tests/mysql_field_table.phpt
+  ext/mysql/tests/mysql_field_type.phpt
+  ext/mysql/tests/mysql_free_result.phpt
+  ext/mysql/tests/mysql_get_host_info.phpt
+  ext/mysql/tests/mysql_get_proto_info.phpt
+  ext/mysql/tests/mysql_get_server_info.phpt
+  ext/mysql/tests/mysql_info.phpt
+  ext/mysql/tests/mysql_insert_id.phpt
+  ext/mysql/tests/mysql_list_dbs.phpt
+  ext/mysql/tests/mysql_list_fields.phpt
+  ext/mysql/tests/mysql_list_tables.phpt
+  ext/mysql/tests/mysql_max_persistent.phpt
+  ext/mysql/tests/mysql_num_fields.phpt
+  ext/mysql/tests/mysql_num_rows.phpt
+  ext/mysql/tests/mysql_pconn_disable.phpt
+  ext/mysql/tests/mysql_pconn_kill.phpt
+  ext/mysql/tests/mysql_pconn_max_links.phpt
+  ext/mysql/tests/mysql_ping.phpt
+  ext/mysql/tests/mysql_query.phpt
+  ext/mysql/tests/mysql_result.phpt
+  ext/mysql/tests/mysql_trace_mode.phpt
+  ext/mysql/tests/mysql_unbuffered_query.phpt:
+  MFH. Adding CLEAN sections, fixing some SKIPIF sections. Cool new
+  run-tests.php, Zoe (and other) - its a great help to detect stinky SKIPIF
+  and CLEAN
+
+2009-07-02  Gwynne Raskind  gwy...@darkrainfall.org
+
+* (PHP_5_3)
+  ext/pdo_mysql/tests/pdo_mysql_fetch_both.phpt:
+  call-time pass-by-reference is deprecated in 5.3
+
+2009-07-02  Ulf Wendel  ulf.wen...@phpdoc.de
+
+* ext/mysql/tests/002.phpt
+  ext/mysql/tests/003.phpt
+  ext/mysql/tests/bug47438.phpt
+  ext/mysql/tests/clean_table.inc
+  ext/mysql/tests/clean_table.inc
+  ext/mysql/tests/mysql_affected_rows.phpt
+  ext/mysql/tests/mysql_create_db.phpt
+  ext/mysql/tests/mysql_data_seek.phpt
+  ext/mysql/tests/mysql_db_query.phpt
+  ext/mysql/tests/mysql_drop_db.phpt
+  ext/mysql/tests/mysql_errno.phpt
+  ext/mysql/tests/mysql_error.phpt
+  ext/mysql/tests/mysql_fetch_array.phpt
+  ext/mysql/tests/mysql_fetch_assoc.phpt
+  ext/mysql/tests/mysql_fetch_field.phpt
+  ext/mysql/tests/mysql_fetch_lengths.phpt
+  ext/mysql/tests/mysql_fetch_object.phpt
+  ext/mysql/tests/mysql_fetch_row.phpt
+  ext/mysql/tests/mysql_field_flags.phpt
+  ext/mysql/tests/mysql_field_len.phpt
+  ext/mysql/tests/mysql_field_name.phpt
+  ext/mysql/tests/mysql_field_seek.phpt
+  ext/mysql/tests/mysql_field_table.phpt
+  ext/mysql/tests/mysql_field_type.phpt
+  ext/mysql/tests/mysql_free_result.phpt
+  

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

2009-07-01 Thread changelog
changelog   Thu Jul  2 01:33:29 2009 UTC

  Modified files:  
/php-srcChangeLog 
  Log:
  ChangeLog update
  http://cvs.php.net/viewvc.cgi/php-src/ChangeLog?r1=1.3451r2=1.3452diff_format=u
Index: php-src/ChangeLog
diff -u php-src/ChangeLog:1.3451 php-src/ChangeLog:1.3452
--- php-src/ChangeLog:1.3451Wed Jul  1 01:33:56 2009
+++ php-src/ChangeLog   Thu Jul  2 01:33:27 2009
@@ -1,3 +1,617 @@
+2009-07-01  Stanislav Malyshev  s...@zend.com
+
+* ext/intl/locale/locale_methods.c
+  ext/intl/locale/locale_methods.c:
+  typo
+
+2009-07-01  Kalle Sommer Nielsen  kalle@gmail.com
+
+* ext/standard/tests/misc/time_nanosleep_error4.phpt:
+  Fix test on Windows
+
+2009-07-01  Stanislav Malyshev  s...@zend.com
+
+* ext/intl/doc/collator_api.php
+  ext/intl/doc/collator_api.php
+  ext/intl/doc/common_api.php
+  ext/intl/doc/common_api.php
+  ext/intl/doc/datefmt_api.php
+  ext/intl/doc/datefmt_api.php
+  ext/intl/doc/formatter_api.php
+  ext/intl/doc/formatter_api.php
+  ext/intl/doc/grapheme_api.php
+  ext/intl/doc/locale_api.php
+  ext/intl/doc/locale_api.php:
+  update API files
+
+* ext/intl/locale/locale_methods.c
+  ext/intl/locale/locale_methods.c:
+  fix proto
+
+2009-07-01  Kalle Sommer Nielsen  kalle@gmail.com
+
+* (PHP_5_2)
+  NEWS:
+  BFN #45280
+
+* (PHP_5_2)
+  ext/com_dotnet/tests/bug45280.phpt
+  ext/reflection/php_reflection.c:
+  Fixed #45280 (Reflection of instantiated COM classes causes PHP to crash)
+  (Paul Richards, Kalle)
+
+* (PHP_5_3)
+  ext/com_dotnet/tests/bug45280.phpt
+  ext/reflection/php_reflection.c:
+  MFH: Fixed #45280 (Reflection of instantiated COM classes causes PHP to
+  crash) (Paul Richards, Kalle)
+
+* ext/com_dotnet/tests/bug45280.phpt
+  ext/com_dotnet/tests/bug45280.phpt
+  ext/com_dotnet/tests/bug45280.phpt
+  ext/reflection/php_reflection.c:
+1.1.4;
+  Fixed #45280 (Reflection of instantiated COM classes causes PHP to crash)
+  (Paul Richards, Kalle)
+
+* (PHP_5_3)
+  ext/reflection/php_reflection.c:
+  MFH: Fixed memory leak if zero parameters are passed, Thanks Felipe
+
+* ext/reflection/php_reflection.c:
+  Fixed memory leak if zero parameters are passed, Thanks Felipe
+
+* (PHP_5_3)
+  NEWS:
+  BFN #48757
+
+* (PHP_5_3)
+  ext/reflection/php_reflection.c
+  ext/reflection/tests/bug48757.phpt:
+  MFH: Fixed bug #48757 (ReflectionFunction::invoke() parameter issues)
+
+* ext/reflection/php_reflection.c
+  ext/reflection/tests/bug48757.phpt
+  ext/reflection/tests/bug48757.phpt:
+  Fixed bug #48757 (ReflectionFunction::invoke() parameter issues)
+
+2009-07-01  Ulf Wendel  ulf.wen...@phpdoc.de
+
+* (PHP_5_3)
+  ext/mysql/tests/001.phpt
+  ext/mysql/tests/002.phpt
+  ext/mysql/tests/003.phpt
+  ext/mysql/tests/mysql_connect.phpt
+  ext/mysql/tests/mysql_escape_string.phpt
+  ext/mysql/tests/mysql_fetch_array.phpt
+  ext/mysql/tests/mysql_fetch_assoc.phpt
+  ext/mysql/tests/mysql_fetch_field.phpt
+  ext/mysql/tests/mysql_fetch_object.phpt
+  ext/mysql/tests/mysql_fetch_row.phpt
+  ext/mysql/tests/mysql_field_name.phpt
+  ext/mysql/tests/mysql_field_seek.phpt
+  ext/mysql/tests/mysql_field_table.phpt
+  ext/mysql/tests/mysql_field_type.phpt
+  ext/mysql/tests/mysql_pconn_max_links.phpt
+  ext/mysql/tests/mysql_phpinfo.phpt
+  ext/mysql/tests/mysql_query.phpt
+  ext/mysql/tests/mysql_query_load_data_openbasedir.phpt
+  ext/mysql/tests/mysql_real_escape_string.phpt
+  ext/mysql/tests/mysql_result.phpt
+  ext/mysql/tests/mysql_select_db.phpt
+  ext/mysql/tests/mysql_set_charset.phpt
+  ext/mysql/tests/mysql_tablename.phpt
+  ext/mysql/tests/mysql_trace_mode.phpt
+  ext/mysql/tests/mysql_unbuffered_query.phpt:
+  MFH - Changing tests to run with both PHP 6 and PHP 5.3 to make future 
MFH
+  easier. Basically three changes over all files: a)
+  s/unicode(/%unicode|string% b) s/[u/[%u|b% c)
+  s/unicode.semantics/version_compare
+
+* ext/mysql/tests/001.phpt
+  ext/mysql/tests/002.phpt
+  ext/mysql/tests/003.phpt
+  ext/mysql/tests/mysql_escape_string.phpt
+  ext/mysql/tests/mysql_fetch_array.phpt
+  ext/mysql/tests/mysql_fetch_assoc.phpt
+  ext/mysql/tests/mysql_fetch_field.phpt
+  ext/mysql/tests/mysql_fetch_object.phpt
+  ext/mysql/tests/mysql_fetch_row.phpt
+  ext/mysql/tests/mysql_field_name.phpt
+  ext/mysql/tests/mysql_field_seek.phpt
+  ext/mysql/tests/mysql_field_table.phpt
+  ext/mysql/tests/mysql_field_type.phpt
+  ext/mysql/tests/mysql_pconn_max_links.phpt
+  ext/mysql/tests/mysql_query.phpt
+  ext/mysql/tests/mysql_query_load_data_openbasedir.phpt
+  ext/mysql/tests/mysql_real_escape_string.phpt
+  

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

2009-06-30 Thread changelog
changelog   Wed Jul  1 01:33:57 2009 UTC

  Modified files:  
/php-srcChangeLog 
  Log:
  ChangeLog update
  
http://cvs.php.net/viewvc.cgi/php-src/ChangeLog?r1=1.3450r2=1.3451diff_format=u
Index: php-src/ChangeLog
diff -u php-src/ChangeLog:1.3450 php-src/ChangeLog:1.3451
--- php-src/ChangeLog:1.3450Tue Jun 30 01:33:19 2009
+++ php-src/ChangeLog   Wed Jul  1 01:33:56 2009
@@ -1,3 +1,132 @@
+2009-06-30  Stanislav Malyshev  s...@zend.com
+
+* (PHP_5_3)
+  ext/json/json.c
+  ext/json/php_json.h:
+  fix json shared build on Windows
+
+2009-06-30  Christian Seiler  chris...@gmx.net
+
+* (PHP_5_3)
+  NEWS
+  ext/spl/php_spl.c
+  ext/spl/tests/spl_autoload_013.phpt
+  ext/spl/tests/spl_autoload_014.phpt
+  ext/spl/tests/spl_autoload_bug48541.phpt:
+  MFH: spl_autoload_unregister/spl_autoload_functions and closures
+
+2009-06-30  Derick Rethans  p...@derickrethans.nl
+
+* (PHP_5_2)
+  NEWS
+  NEWS
+  ext/date/php_date.c
+  ext/date/php_date.c:
+  - MFH: Fixed bug #47351 (Memory leak in DateTime).
+
+* ext/date/php_date.c:
+  - Fixed bug #47351 (Memory leak in DateTime).
+
+2009-06-30  Greg Beaver  g...@chiaraquartet.net
+
+* (PHP_5_3)
+  NEWS
+  ext/phar/tar.c
+  ext/phar/tests/tar/tar_openssl_hash.phpt
+  ext/phar/tests/tar/files/P1-1.0.0.tgz
+  ext/phar/tests/tar/files/P1-1.0.0.tgz.pubkey:
+  fixed bug #48681 (openssl signature verification for tar archives broken)
+
+2009-06-30  Lukas Smith  sm...@pooteeweet.org
+
+* (PHP_5_3)
+  README.RELEASE_PROCESS:
+  MFH: expanded the section about how to create the changelog
+
+* README.RELEASE_PROCESS:
+  expanded the section about how to create the changelog
+
+2009-06-30  Scott MacVicar  sc...@macvicar.net
+
+* (PHP_5_3)
+  ext/hash/hash_adler32.c
+  ext/hash/tests/adler32.phpt
+  ext/hash/tests/hash_copy_001.phpt
+  ext/hash/tests/hash_file_basic1.phpt
+  ext/hash/tests/hash_hmac_basic.phpt
+  ext/hash/tests/hash_hmac_file_basic.phpt:
+  MFH   Fix bug #48284 - adler32 is in the wrong order. Changed to match 
what
+  zlib produces.
+
+* ext/hash/tests/adler32.phpt
+  ext/hash/tests/hash_copy_001.phpt
+  ext/hash/tests/hash_file_basic1.phpt
+  ext/hash/tests/hash_hmac_basic.phpt
+  ext/hash/tests/hash_hmac_file_basic.phpt:
+  Fix tests for bug #48284 - adler32 is in the wrong order.
+
+* ext/hash/hash_adler32.c:
+  Fix bug #48284 - adler32 is in the wrong order. Changed to match what 
zlib
+  produces.
+
+2009-06-30  Ilia Alshanetsky  i...@prohost.org
+
+* (PHP_5_3)
+  main/php_open_temporary_file.c:
+  
+  MFB: Fixed bug #48465 (sys_get_temp_dir() possibly inconsistent when 
using
+  TMPDIR).
+
+2009-06-30  Kalle Sommer Nielsen  kalle@gmail.com
+
+* (PHP_5_3)
+  NEWS
+  win32/sendmail.c:
+  MFH: Fixed bug #38091 (Mail() does not use FQDN when sending SMTP helo)
+  
+
+2009-06-30  Felipe Pena  felipe...@gmail.com
+
+* (PHP_5_3)
+  ZendEngine2/tests/bug48693.phpt:
+  - New test
+
+2009-06-30  Lukas Smith  sm...@pooteeweet.org
+
+* (PHP_5_3)
+  README.RELEASE_PROCESS:
+  MFH: formatting fix for the re-releasing section
+
+* README.RELEASE_PROCESS:
+  formatting fix for the re-releasing section
+
+2009-06-30  Kalle Sommer Nielsen  kalle@gmail.com
+
+* win32/sendmail.c:
+  Fixed bug #38091 (Mail() does not use FQDN when sending SMTP helo)
+
+2009-06-30  Felipe Pena  felipe...@gmail.com
+
+* (PHP_5_3)
+  ZendEngine2/zend_builtin_functions.c
+  ext/standard/metaphone.c
+  ext/standard/tests/strings/bug48709.phpt:
+  - MFH: Fixed bug #48709 (metaphone and 'wh')
+
+2009-06-30  Scott MacVicar  sc...@macvicar.net
+
+* (PHP_5_3)
+  ext/sqlite3/libsqlite/sqlite3.c
+  ext/sqlite3/libsqlite/sqlite3.h
+  ext/sqlite3/libsqlite/sqlite3ext.h:
+  MFH Upgrade libsqlite to 3.6.16, fixes a possible error with triggers
+
+2009-06-30  Hannes Magnusson  hannes.magnus...@gmail.com
+
+* php.ini-development
+  php.ini-production:
+  MFB5.3: Add missing ini entries (Mikko)
+
 2009-06-29  Johannes Schlüter  johan...@schlueters.de
 
 * (PHP_5_3)
@@ -48445,7 +48574,7 @@
 
 * sapi/litespeed/lsapi_main.c
   sapi/litespeed/lsapilib.c:
-  - Added missing $Id: ChangeLog,v 1.3450 2009/06/30 01:33:19 changelog 
Exp $ tags and nuked c++ comments
+  - Added missing $Id: ChangeLog,v 1.3451 2009/07/01 01:33:56 changelog 
Exp $ tags and nuked c++ comments
 
 * (PHP_5_3)
   ext/intl/locale/locale.c




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

2009-06-26 Thread changelog
changelog   Sat Jun 27 01:35:44 2009 UTC

  Modified files:  
/php-srcChangeLog 
  Log:
  ChangeLog update
  
http://cvs.php.net/viewvc.cgi/php-src/ChangeLog?r1=1.3446r2=1.3447diff_format=u
Index: php-src/ChangeLog
diff -u php-src/ChangeLog:1.3446 php-src/ChangeLog:1.3447
--- php-src/ChangeLog:1.3446Fri Jun 26 01:33:10 2009
+++ php-src/ChangeLog   Sat Jun 27 01:35:41 2009
@@ -1,3 +1,104 @@
+2009-06-26  Jani Taskinen  jani.taski...@sci.fi
+
+* (PHP_5_3)
+  NEWS:
+  - clean
+
+2009-06-26  Kalle Sommer Nielsen  kalle@gmail.com
+
+* (PHP_5_3)
+  NEWS:
+  Seems like this wasn't merged, re-add credit for Pierre here
+
+2009-06-26  Rob Richards  rricha...@ctindustries.net
+
+* (PHP_5_2)
+  ext/libxml/libxml.c:
+  MFH: add libxml_disable_entity_loader function
+
+2009-06-26  Johannes Schlüter  johan...@schlueters.de
+
+* (PHP_5_3)
+  configure.in
+  ZendEngine2/zend_extensions.h
+  ZendEngine2/zend_modules.h
+  main/php.h
+  main/php_version.h:
+  Bump version to 5.3.0 and API Nos. up
+
+* (PHP_5_3)
+  configure.in:
+  Fix trouble with memory alignment on Sparch, see #48668 (David)
+
+2009-06-26  Christopher Jones  christopher.jo...@oracle.com
+
+* (PHP_5_3)
+  UPGRADING:
+  Clarifications for oci8 changes
+
+2009-06-26  Matt Wilmas  php_li...@realplain.com
+
+* (PHP_5_3)
+  NEWS:
+  Typo, capitalization, wording
+
+2009-06-26  Gwynne Raskind  gwy...@darkrainfall.org
+
+* (PHP_5_3)
+  UPGRADING:
+  more grammar and spelling, consistent usage, suggestions for replacements
+
+2009-06-26  Hannes Magnusson  hannes.magnus...@gmail.com
+
+* (PHP_5_3)
+  UPGRADING:
+  Add deprecated functions
+
+2009-06-26  Pierre-Alain Joye  pierre@gmail.com
+
+* (PHP_5_3)
+  UPGRADING:
+  - update the windows section
+
+2009-06-26  Johannes Schlüter  johan...@schlueters.de
+
+* (PHP_5_3)
+  NEWS:
+  Fix the version number there
+
+2009-06-26  Pierre-Alain Joye  pierre@gmail.com
+
+* (PHP_5_3)
+  NEWS:
+  - some updates, typos, missing entries
+
+2009-06-26  Johannes Schlüter  johan...@schlueters.de
+
+* (PHP_5_3)
+  NEWS:
+  Merge 5.3.0 NEWS
+
+2009-06-26  Pierre-Alain Joye  pierre@gmail.com
+
+* TSRM/tsrm_virtual_cwd.c
+  TSRM/tsrm_virtual_cwd.h
+  TSRM/tsrm_win32.c:
+  - MF53:
+   - Windows ACL cache support, update existing tests and add a new one
+   - #48535,  file_exists returns false when impersonate is used
+
+* (PHP_5_3)
+  TSRM/tsrm_virtual_cwd.c:
+  - WS
+
+* ext/fileinfo/libmagic/LICENSE:
+  - add license
+
+* ext/fileinfo/libmagic/LICENSE
+  ext/fileinfo/libmagic/LICENSE:
+  
+  file LICENSE was initially added on branch PHP_5_3.
+
 2009-06-25  Johannes Schlüter  johan...@schlueters.de
 
 * (PHP_5_3)
@@ -48082,7 +48183,7 @@
 
 * sapi/litespeed/lsapi_main.c
   sapi/litespeed/lsapilib.c:
-  - Added missing $Id: ChangeLog,v 1.3446 2009/06/26 01:33:10 changelog 
Exp $ tags and nuked c++ comments
+  - Added missing $Id: ChangeLog,v 1.3447 2009/06/27 01:35:41 changelog 
Exp $ tags and nuked c++ comments
 
 * (PHP_5_3)
   ext/intl/locale/locale.c




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

2009-06-25 Thread changelog
changelog   Fri Jun 26 01:33:11 2009 UTC

  Modified files:  
/php-srcChangeLog 
  Log:
  ChangeLog update
  
http://cvs.php.net/viewvc.cgi/php-src/ChangeLog?r1=1.3445r2=1.3446diff_format=u
Index: php-src/ChangeLog
diff -u php-src/ChangeLog:1.3445 php-src/ChangeLog:1.3446
--- php-src/ChangeLog:1.3445Thu Jun 25 01:33:13 2009
+++ php-src/ChangeLog   Fri Jun 26 01:33:10 2009
@@ -1,3 +1,143 @@
+2009-06-25  Johannes Schlüter  johan...@schlueters.de
+
+* (PHP_5_3)
+  ext/mysqlnd/mysqlnd.h
+  ext/mysqlnd/mysqlnd_block_alloc.c
+  ext/mysqlnd/mysqlnd_block_alloc.h
+  ext/mysqlnd/mysqlnd_debug.c
+  ext/mysqlnd/mysqlnd_enum_n_def.h
+  ext/mysqlnd/mysqlnd_palloc.c
+  ext/mysqlnd/mysqlnd_ps.c
+  ext/mysqlnd/mysqlnd_result.c
+  ext/mysqlnd/mysqlnd_statistics.c
+  ext/mysqlnd/mysqlnd_structs.h
+  ext/mysqlnd/mysqlnd_wireprotocol.c
+  ext/mysqlnd/php_mysqlnd.c:
+  Revert mysqlnd to RC3 state after issues with pconnects
+
+2009-06-25  Kalle Sommer Nielsen  kalle@gmail.com
+
+* (PHP_5_3)
+  UPGRADING:
+  Persistent connections with mysqli missing
+
+2009-06-25  Hannes Magnusson  hannes.magnus...@gmail.com
+
+* (PHP_5_3)
+  UPGRADING:
+  reduntant
+
+* (PHP_5_3)
+  UPGRADING:
+  More missing stuff
+
+2009-06-25  Gwynne Raskind  gwy...@darkrainfall.org
+
+* ext/standard/tests/http/.cvsignore
+  ext/standard/tests/http/.cvsignore:
+  
+  file .cvsignore was initially added on branch PHP_5_3.
+
+2009-06-25  Felipe Pena  felipe...@gmail.com
+
+* (PHP_5_3)
+  NEWS:
+  - BFN #48696
+
+2009-06-25  Johannes Schlüter  johan...@schlueters.de
+
+* (PHP_5_3)
+  ext/ldap/ldap.c
+  ext/ldap/tests/bug48696.phpt:
+  MFH: Fixed bug #48696 (ldap_read() segfaults with invalid parameters)
+  (Felipe)
+
+* (PHP_5_3)
+  ext/date/php_date.c
+  ext/date/tests/bug48678.phpt:
+  MFH: Fixed bug #48678 (DateInterval segfaults when unserialising (Ilia)
+
+* ext/date/tests/bug48678.phpt
+  ext/date/tests/bug48678.phpt:
+  
+  Add test
+
+2009-06-25  Felipe Pena  felipe...@gmail.com
+
+* (PHP_5_3)
+  UPGRADING:
+  - Added note about deprecation of  # comment-style in .INI files
+
+* ext/ldap/ldap.c
+  ext/ldap/tests/bug48696.phpt:
+  - Fixed bug #48696 (ldap_read() segfaults with invalid parameters)
+
+2009-06-25  Zoe Slattery  zoe.slatt...@googlemail.com
+
+* (PHP_5_3)
+  ext/date/tests/gmstrftime_variation22.phpt
+  ext/date/tests/gmstrftime_variation22.phpt
+  ext/date/tests/strftime_variation22.phpt
+  ext/date/tests/strftime_variation22.phpt
+  ext/standard/tests/strings/moneyformat.phpt:
+  fix skipif
+
+2009-06-25  Matt Wilmas  php_li...@realplain.com
+
+* (PHP_5_3)
+  UPGRADING:
+  Fix example - it means what it says
+
+2009-06-25  Ilia Alshanetsky  i...@prohost.org
+
+* ext/date/php_date.c:
+  
+  Fixed bug #48678 (DateInterval segfaults when unserialising)
+
+2009-06-25  Gwynne Raskind  gwy...@darkrainfall.org
+
+* (PHP_5_3)
+  UPGRADING:
+  fix a little typo I made, bug #48685
+
+2009-06-25  Johannes Schlüter  johan...@schlueters.de
+
+* (PHP_5_3)
+  ext/sqlite/sqlite.c
+  ext/sqlite/tests/bug48679.phpt:
+  MFH Fix bug #48679 - Crash in SQLite with count on an unbuffered query 
set
+  (Scott)
+
+2009-06-25  Gwynne Raskind  gwy...@darkrainfall.org
+
+* (PHP_5_3)
+  UPGRADING:
+  Whitespace fixes, reformatting to bring all lines to 80 cols, grammatical
+  fixes, removed redundant information
+
+2009-06-25  Ilia Alshanetsky  i...@prohost.org
+
+* main/php_open_temporary_file.c:
+  
+  MFB: Handle instances where TMPDIR = 
+
+* (PHP_5_2)
+  main/php_open_temporary_file.c:
+  
+  Handle instances where TMPDIR = 
+
+2009-06-25  Scott MacVicar  sc...@macvicar.net
+
+* (PHP_5_2)
+  ext/sqlite/sqlite.c
+  ext/sqlite/tests/bug48679.phpt:
+  MFH Fix bug #48679 - Crash in SQLite with count on an unbuffered query 
set
+
+* ext/sqlite/sqlite.c
+  ext/sqlite/tests/bug48679.phpt
+  ext/sqlite/tests/bug48679.phpt:
+  Fix bug #48679 - Crash in SQLite with count on an unbuffered query set
+
 2009-06-24  Johannes Schlüter  johan...@schlueters.de
 
 * (PHP_5_3)
@@ -47942,7 +48082,7 @@
 
 * sapi/litespeed/lsapi_main.c
   sapi/litespeed/lsapilib.c:
-  - Added missing $Id: ChangeLog,v 1.3445 2009/06/25 01:33:13 changelog 
Exp $ tags and nuked c++ comments
+  - Added missing $Id: ChangeLog,v 1.3446 2009/06/26 01:33:10 changelog 
Exp $ tags and nuked c++ comments
 
 * (PHP_5_3)
   ext/intl/locale/locale.c




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

2009-06-24 Thread changelog
changelog   Thu Jun 25 01:33:15 2009 UTC

  Modified files:  
/php-srcChangeLog 
  Log:
  ChangeLog update
  
http://cvs.php.net/viewvc.cgi/php-src/ChangeLog?r1=1.3444r2=1.3445diff_format=u
Index: php-src/ChangeLog
diff -u php-src/ChangeLog:1.3444 php-src/ChangeLog:1.3445
--- php-src/ChangeLog:1.3444Wed Jun 24 01:33:04 2009
+++ php-src/ChangeLog   Thu Jun 25 01:33:13 2009
@@ -1,3 +1,112 @@
+2009-06-24  Johannes Schlüter  johan...@schlueters.de
+
+* (PHP_5_3)
+  UPGRADING:
+  Make clearer that thesse are internal functions
+
+2009-06-24  Greg Beaver  g...@chiaraquartet.net
+
+* ext/phar/tar.c
+  ext/phar/phar/pharcommand.inc
+  ext/phar/tests/tar/tar_openssl_hash.phpt
+  ext/phar/tests/tar/files/P1-1.0.0.tgz
+  ext/phar/tests/tar/files/P1-1.0.0.tgz.pubkey:
+  fix Bug #48681: openssl signature verification for tar archives broken in
+  ext/phar, merge small fixes to phar.phar generation from PHP_5_3
+
+* (PHP_5_3)
+  NEWS
+  ext/phar/phar/pharcommand.inc:
+  fix slightly unclear error message in generation of phar.phar
+
+2009-06-24  Hannes Magnusson  hannes.magnus...@gmail.com
+
+* (PHP_5_3)
+  UPGRADING:
+  Missing enhancements
+
+2009-06-24  Ilia Alshanetsky  i...@prohost.org
+
+* (PHP_5_3)
+  main/php_open_temporary_file.c:
+  Revert patch
+
+2009-06-24  Felipe Pena  felipe...@gmail.com
+
+* (PHP_5_3)
+  NEWS:
+  BFN
+
+* (PHP_5_3)
+  ext/json/json.c:
+  - MFH: Fixed memleak when depth arg is less than zero
+
+* ext/json/json.c:
+  - Fixed memleak when depth arg is less than zero
+
+2009-06-24  Ilia Alshanetsky  i...@prohost.org
+
+* (PHP_5_3)
+  main/php_open_temporary_file.c:
+  
+  MFB: Fixed bug #48465 (sys_get_temp_dir() possibly inconsistent when 
using
+  TMPDIR).
+
+* main/php_open_temporary_file.c:
+  
+  MFB: Fixed bug #48465 (sys_get_temp_dir() possibly inconsistent when 
using
+TMPDIR).
+
+* (PHP_5_2)
+  NEWS
+  main/php_open_temporary_file.c:
+  
+  Fixed bug #48465 (sys_get_temp_dir() possibly inconsistent when using
+  TMPDIR).
+
+2009-06-24  Pierre-Alain Joye  pierre@gmail.com
+
+* win32/build/mkdist.php
+  win32/build/mkdist.php:
+  - add readme.redist.bins as .txt
+
+* README.REDIST.BINS:
+  - MF53: add licenses info for bundled libs, codes merged from other
+  projects, etc., information for binary distributions (windows, linux,
+  etc.)
+
+* ext/gd/libgd/COPYING:
+  - MF53: license for libgd
+
+* README.REDIST.BINS
+  README.REDIST.BINS:
+  
+  file README.REDIST.BINS was initially added on branch PHP_5_3.
+
+* ext/gd/libgd/COPYING
+  ext/gd/libgd/COPYING:
+  
+  file COPYING was initially added on branch PHP_5_3.
+
+2009-06-24  Dmitry Stogov  dmi...@zend.com
+
+* (PHP_5_3)
+  NEWS
+  ext/spl/spl_directory.c
+  ext/spl/spl_directory.c:
+  Fixed bug #48643 (String functions memory issue)
+
+2009-06-24  Jani Taskinen  jani.taski...@sci.fi
+
+* (PHP_5_2)
+  NEWS
+  scripts/phpize.in
+  scripts/phpize.in:
+  MFH:- Fixed bug #48661 (phpize broken with non-bash shells)
+
+* scripts/phpize.in:
+  - Fixed bug #48661 (phpize broken with non-bash shells)
+
 2009-06-23  andy wharmby  whar...@uk.ibm.com
 
 * ext/pcre/tests/preg_match_all_error3.phpt
@@ -47833,7 +47942,7 @@
 
 * sapi/litespeed/lsapi_main.c
   sapi/litespeed/lsapilib.c:
-  - Added missing $Id: ChangeLog,v 1.3444 2009/06/24 01:33:04 changelog 
Exp $ tags and nuked c++ comments
+  - Added missing $Id: ChangeLog,v 1.3445 2009/06/25 01:33:13 changelog 
Exp $ tags and nuked c++ comments
 
 * (PHP_5_3)
   ext/intl/locale/locale.c




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

2009-06-23 Thread changelog
changelog   Wed Jun 24 01:33:06 2009 UTC

  Modified files:  
/php-srcChangeLog 
  Log:
  ChangeLog update
  
http://cvs.php.net/viewvc.cgi/php-src/ChangeLog?r1=1.3443r2=1.3444diff_format=u
Index: php-src/ChangeLog
diff -u php-src/ChangeLog:1.3443 php-src/ChangeLog:1.3444
--- php-src/ChangeLog:1.3443Tue Jun 23 01:33:10 2009
+++ php-src/ChangeLog   Wed Jun 24 01:33:04 2009
@@ -1,3 +1,182 @@
+2009-06-23  andy wharmby  whar...@uk.ibm.com
+
+* ext/pcre/tests/preg_match_all_error3.phpt
+  ext/pcre/tests/preg_match_all_error3.phpt
+  ext/pcre/tests/preg_match_all_error3.phpt:
+  Fix test
+
+* ext/standard/tests/strings/htmlentities09.phpt
+  ext/standard/tests/strings/htmlentities09.phpt
+  ext/standard/tests/strings/htmlentities09.phpt
+  ext/standard/tests/strings/htmlentities16.phpt
+  ext/standard/tests/strings/htmlentities16.phpt
+  ext/standard/tests/strings/htmlentities16.phpt
+  ext/standard/tests/strings/htmlspecialchars_basic.phpt
+  ext/standard/tests/strings/htmlspecialchars_basic.phpt
+  ext/standard/tests/strings/htmlspecialchars_basic.phpt
+  ext/standard/tests/strings/htmlspecialchars_basic.phpt
+  ext/standard/tests/strings/htmlspecialchars_basic.phpt
+  ext/standard/tests/strings/htmlspecialchars_decode_variation1.phpt
+  ext/standard/tests/strings/htmlspecialchars_decode_variation1.phpt
+  ext/standard/tests/strings/htmlspecialchars_decode_variation1.phpt
+  ext/standard/tests/strings/htmlspecialchars_decode_variation6.phpt
+  ext/standard/tests/strings/htmlspecialchars_decode_variation6.phpt
+  ext/standard/tests/strings/htmlspecialchars_decode_variation6.phpt:
+  New and fixed html tests. Tested in Windows, Linux and Linux 64.
+
+* (PHP_5_2)
+  ext/standard/tests/strings/parse_str_basic1.phpt
+  ext/standard/tests/strings/parse_str_basic1.phpt
+  ext/standard/tests/strings/parse_str_basic2.phpt
+  ext/standard/tests/strings/parse_str_basic2.phpt
+  ext/standard/tests/strings/parse_str_basic3.phpt
+  ext/standard/tests/strings/parse_str_basic3.phpt
+  ext/standard/tests/strings/parse_str_basic4.phpt
+  ext/standard/tests/strings/parse_str_basic4.phpt
+  ext/standard/tests/strings/parse_str_error1.phpt
+  ext/standard/tests/strings/parse_str_error1.phpt:
+  New basic parse_str() tests. Tested on Windows,Linux and Lnux 64 bit. 
Some
+  tests fail on PHP 6 (tagged with XFAIL) due to bug 48658
+
+* ext/standard/tests/strings/parse_str_basic1.phpt
+  ext/standard/tests/strings/parse_str_basic1.phpt
+  ext/standard/tests/strings/parse_str_basic1.phpt
+  ext/standard/tests/strings/parse_str_basic2.phpt
+  ext/standard/tests/strings/parse_str_basic2.phpt
+  ext/standard/tests/strings/parse_str_basic2.phpt
+  ext/standard/tests/strings/parse_str_basic3.phpt
+  ext/standard/tests/strings/parse_str_basic3.phpt
+  ext/standard/tests/strings/parse_str_basic3.phpt
+  ext/standard/tests/strings/parse_str_basic4.phpt
+  ext/standard/tests/strings/parse_str_basic4.phpt
+  ext/standard/tests/strings/parse_str_basic4.phpt
+  ext/standard/tests/strings/parse_str_error1.phpt
+  ext/standard/tests/strings/parse_str_error1.phpt
+  ext/standard/tests/strings/parse_str_error1.phpt:
+1.1.4;
+  New basic parse_str() tests. Tested on Windows,Linux and Lnux 64 bit. 
Some
+  tests fail on PHP 6 (tagged with XFAIL) due to bug 48658
+
+2009-06-23  Gwynne Raskind  gwy...@darkrainfall.org
+
+* ext/posix/posix.c:
+  add S_IRWXU and friends as defined POSIX constants
+
+2009-06-23  Hannes Magnusson  hannes.magnus...@gmail.com
+
+* (PHP_5_3)
+  UPGRADING:
+  Missing items
+
+2009-06-23  Johannes Schlüter  johan...@schlueters.de
+
+* ext/spl/php_spl.h:
+  Fix build problem (Kalle)
+
+2009-06-23  David Soria Parra  dso...@gmx.net
+
+* (PHP_5_3)
+  ext/mysqlnd/mysqlnd_result.c:
+  MFH: Fix bug #48644 mysqlnd does not compile with
+  '--enable-mysqlnd-threading'
+
+* ext/mysqlnd/mysqlnd_result.c:
+  Fix bug #48644 mysqlnd does not compile with '--enable-mysqlnd-threading'
+
+2009-06-23  Hannes Magnusson  hannes.magnus...@gmail.com
+
+* (PHP_5_3)
+  ext/libxml/libxml.c:
+  MFH: Fix arginfo for libxml_disable_entity_loader() and
+  libxml_use_internal_errors()
+
+* (PHP_5_3)
+  UPGRADING:
+  better place for it
+
+* (PHP_5_3)
+  UPGRADING:
+  TZ is no longer used to guess the timezone
+
+2009-06-23  Johannes Schlüter  johan...@schlueters.de
+
+* (PHP_5_3)
+  ext/mysqlnd/config9.m4:
+  MFH The experimental warning sohuld be in the configure output...
+
+* ext/mysqlnd/config9.m4:
+  The experimental warning sohuld be in the configure output...
+
+* ext/json/config.m4
+  ext/json/config.m4:
+  The json header should be installed so other exts can use it
+

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

2009-06-22 Thread changelog
changelog   Tue Jun 23 01:33:12 2009 UTC

  Modified files:  
/php-srcChangeLog 
  Log:
  ChangeLog update
  
http://cvs.php.net/viewvc.cgi/php-src/ChangeLog?r1=1.3442r2=1.3443diff_format=u
Index: php-src/ChangeLog
diff -u php-src/ChangeLog:1.3442 php-src/ChangeLog:1.3443
--- php-src/ChangeLog:1.3442Mon Jun 22 01:33:38 2009
+++ php-src/ChangeLog   Tue Jun 23 01:33:10 2009
@@ -1,3 +1,125 @@
+2009-06-22  Pierre-Alain Joye  pierre@gmail.com
+
+* (PHP_5_3)
+  NEWS:
+  - gd compat mode news
+
+* (PHP_5_3)
+  NEWS:
+  - #48624
+
+* (PHP_5_2)
+  NEWS:
+  - news for #48619
+
+* ext/imap/php_imap.c
+  ext/imap/php_imap.c:
+  - MF53: #48619, imap_search ALL segfaults
+
+* sapi/cgi/cgi_main.c:
+  - MF53: [PHP-CVS] cvs: php-src(PHP_5_3) /sapi/cgi cgi_main.c
+
+2009-06-22  Stanislav Malyshev  s...@zend.com
+
+* (PHP_5_2)
+  ext/json/json.c
+  ext/json/php_json.h:
+  fix shared build on Windows
+
+2009-06-22  Christian Seiler  chris...@gmx.net
+
+* ext/spl/php_spl.c
+  ext/spl/tests/spl_autoload_013.phpt
+  ext/spl/tests/spl_autoload_014.phpt
+  ext/spl/tests/spl_autoload_bug48541.phpt:
+  - Fixed spl_autoload_functions/spl_autoload_unregister wrt. closures and
+invokables.
+
+2009-06-22  Kalle Sommer Nielsen  kalle@gmail.com
+
+* (PHP_5_2)
+  ext/gd/libgd/gd.c:
+  Should have been in previous commit
+
+2009-06-22  Takeshi Abe  t...@fixedpoint.jp
+
+* (PHP_5_3)
+  NEWS:
+  moved to PHP_5_2
+
+2009-06-22  Kalle Sommer Nielsen  kalle@gmail.com
+
+* (PHP_5_2)
+  ext/gd/libgd/gd.c:
+  MFH: Use correct data types here, and gdImageSaveAlpha for the alpha flag
+
+2009-06-22  Takeshi Abe  t...@fixedpoint.jp
+
+* (PHP_5_2)
+  NEWS
+  ext/gd/libgd/gdft.c
+  ext/gd/tests/Tuffy.ttf
+  ext/gd/tests/bug48555.phpt:
+  MFH: fixed bug #48555 (ImageFTBBox() differs from previous versions for
+  texts with new lines)
+
+2009-06-22  Ilia Alshanetsky  i...@prohost.org
+
+* (PHP_5_3)
+  ext/date/php_date.c:
+  Revert unrelated bits to the previous commit
+
+2009-06-22  Pierre-Alain Joye  pierre@gmail.com
+
+* (PHP_5_3)
+  sapi/cgi/cgi_main.c:
+  - #48624 .user.ini never gets parsed
+
+* (PHP_5_3)
+  ext/imap/php_imap.c:
+  - #48619, imap_search ALL segfaults
+
+2009-06-22  Ilia Alshanetsky  i...@prohost.org
+
+* (PHP_5_3)
+  ext/date/php_date.c:
+  MFB: Fixed bug #48636 (Error compiling of ext/date on netware).
+
+* ext/date/php_date.c:
+  
+  MFB: Fixed bug #48636 (Error compiling of ext/date on netware).
+
+* (PHP_5_2)
+  NEWS
+  ext/date/php_date.c:
+  
+  Fixed bug #48636 (Error compiling of ext/date on netware).
+
+2009-06-22  Felipe Pena  felipe...@gmail.com
+
+* (PHP_5_3)
+  NEWS:
+  - BFN #48641 (I missed to add in the previous commit: patch by 
crrodriguez
+  at opensuse dot org) :P
+
+* (PHP_5_3)
+  ext/standard/file.c:
+  - Fixed bug #48641 (tmpfile() uses old parameter parsing)
+
+2009-06-22  Hannes Magnusson  hannes.magnus...@gmail.com
+
+* (PHP_5_3)
+  UPGRADING:
+  Sync with docs
+
+2009-06-22  Felipe Pena  felipe...@gmail.com
+
+* (PHP_5_2)
+  NEWS
+  ZendEngine2/zend_builtin_functions.c
+  ZendEngine2/tests/017.phpt:
+  - Fixed bug #48629 (get_defined_constants() ignores categorize parameter)
+
 2009-06-21  Scott MacVicar  sc...@macvicar.net
 
 * (PHP_5_3)
@@ -47532,7 +47654,7 @@
 
 * sapi/litespeed/lsapi_main.c
   sapi/litespeed/lsapilib.c:
-  - Added missing $Id: ChangeLog,v 1.3442 2009/06/22 01:33:38 changelog 
Exp $ tags and nuked c++ comments
+  - Added missing $Id: ChangeLog,v 1.3443 2009/06/23 01:33:10 changelog 
Exp $ tags and nuked c++ comments
 
 * (PHP_5_3)
   ext/intl/locale/locale.c




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

2009-06-21 Thread changelog
changelog   Mon Jun 22 01:33:40 2009 UTC

  Modified files:  
/php-srcChangeLog 
  Log:
  ChangeLog update
  
http://cvs.php.net/viewvc.cgi/php-src/ChangeLog?r1=1.3441r2=1.3442diff_format=u
Index: php-src/ChangeLog
diff -u php-src/ChangeLog:1.3441 php-src/ChangeLog:1.3442
--- php-src/ChangeLog:1.3441Sun Jun 21 01:33:40 2009
+++ php-src/ChangeLog   Mon Jun 22 01:33:38 2009
@@ -1,3 +1,130 @@
+2009-06-21  Scott MacVicar  sc...@macvicar.net
+
+* (PHP_5_3)
+  NEWS:
+  BFN - Partially fixed in RC4, fixed properly in the next release.
+
+* (PHP_5_2)
+  NEWS:
+  BFN
+
+* ext/date/tests/bug48276.phpt
+  ext/date/tests/bug48276.phpt
+  ext/date/tests/bug48276.phpt:
+1.1.4;
+  Specific test for bug #48276
+
+* (PHP_5_2)
+  ext/date/php_date.c
+  ext/date/php_date.c:
+  MFH Fix bug #48276 - year is a long long so we need %lld so big endian
+  systems print the correct value.
+
+* ext/date/php_date.c:
+  Fix bug #48276 - year is a long long so we need %lld so big endian 
systems
+  print the correct value.
+
+2009-06-21  Hannes Magnusson  hannes.magnus...@gmail.com
+
+* ext/date/php_date.c:
+  MFB: Fix proto and arginfo
+
+* (PHP_5_3)
+  ext/date/php_date.c:
+  Fix proto and arginfo
+
+* (PHP_5_3)
+  UPGRADING:
+  Fixed bug#48485 (Error in documentation and upgrade guide)
+
+2009-06-21  andy wharmby  whar...@uk.ibm.com
+
+* (PHP_5_2)
+  tests/lang/passByReference_012.phpt
+  tests/lang/passByReference_012.phpt
+  tests/lang/string_decimals_001.phpt
+  tests/lang/string_decimals_001.phpt
+  tests/lang/this_assignment.phpt
+  tests/lang/this_assignment.phpt:
+  New lang tests.
+
+* tests/lang/passByReference_012.phpt
+  tests/lang/passByReference_012.phpt
+  tests/lang/passByReference_012.phpt
+  tests/lang/string_decimals_001.phpt
+  tests/lang/string_decimals_001.phpt
+  tests/lang/string_decimals_001.phpt
+  tests/lang/this_assignment.phpt
+  tests/lang/this_assignment.phpt
+  tests/lang/this_assignment.phpt:
+1.1.4;
+  New lang tests.
+
+2009-06-21  Johannes Schlüter  johan...@schlueters.de
+
+* sapi/cli/php.1.in:
+  It's 2009
+
+2009-06-21  Ilia Alshanetsky  i...@prohost.org
+
+* (PHP_5_3)
+  NEWS:
+  
+  BFN
+
+* ext/standard/mail.c:
+  
+  MFB: Fixed bug #48620 (X-PHP-Originating-Script assumes no trailing CRLF
+  in
+  existing headers)
+
+* (PHP_5_3)
+  ext/standard/mail.c:
+  
+  Fixed bug #48620 (X-PHP-Originating-Script assumes no trailing CRLF in
+  existing headers)
+
+2009-06-21  Johannes Schlüter  johan...@schlueters.de
+
+* (PHP_5_3)
+  NEWS:
+  Merge in NEWS from 5.2
+
+2009-06-21  Takeshi Abe  t...@fixedpoint.jp
+
+* (PHP_5_3)
+  NEWS:
+  entry for bug #48555
+
+* (PHP_5_3)
+  ext/gd/libgd/gdft.c
+  ext/gd/tests/Tuffy.ttf
+  ext/gd/tests/bug48555.phpt:
+  MFH: fixed bug #48555 (ImageFTBBox() differs from previous versions for
+  texts with new lines)
+
+* ext/gd/libgd/gdft.c
+  ext/gd/tests/Tuffy.ttf
+  ext/gd/tests/Tuffy.ttf
+  ext/gd/tests/bug48555.phpt
+  ext/gd/tests/bug48555.phpt:
+  fixed bug #48555 (ImageFTBBox() differs from previous versions for texts
+  with new lines)
+
+2009-06-21  Kalle Sommer Nielsen  kalle@gmail.com
+
+* (PHP_5_3)
+  UPGRADING:
+  Fixed typo, its fdf, not fPdf
+
+* (PHP_5_3)
+  UPGRADING:
+  Missing Windows constants
+
+* (PHP_5_3)
+  UPGRADING:
+  get_extension_funcs have been in PHP since php4
+
 2009-06-20  Kalle Sommer Nielsen  kalle@gmail.com
 
 * (PHP_5_2)
@@ -47405,7 +47532,7 @@
 
 * sapi/litespeed/lsapi_main.c
   sapi/litespeed/lsapilib.c:
-  - Added missing $Id: ChangeLog,v 1.3441 2009/06/21 01:33:40 changelog 
Exp $ tags and nuked c++ comments
+  - Added missing $Id: ChangeLog,v 1.3442 2009/06/22 01:33:38 changelog 
Exp $ tags and nuked c++ comments
 
 * (PHP_5_3)
   ext/intl/locale/locale.c




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

2009-06-20 Thread changelog
changelog   Sun Jun 21 01:33:42 2009 UTC

  Modified files:  
/php-srcChangeLog 
  Log:
  ChangeLog update
  
http://cvs.php.net/viewvc.cgi/php-src/ChangeLog?r1=1.3440r2=1.3441diff_format=u
Index: php-src/ChangeLog
diff -u php-src/ChangeLog:1.3440 php-src/ChangeLog:1.3441
--- php-src/ChangeLog:1.3440Sat Jun 20 01:33:03 2009
+++ php-src/ChangeLog   Sun Jun 21 01:33:40 2009
@@ -1,3 +1,15 @@
+2009-06-20  Kalle Sommer Nielsen  kalle@gmail.com
+
+* (PHP_5_2)
+  ext/standard/basic_functions.c
+  ext/standard/basic_functions.c:
+  MFH: Fixed arginfo for array_map, patch by Matthew Fonda
+  matthewfo...@gmail.com
+
+* ext/standard/basic_functions.c:
+  Fixed arginfo for array_map, patch by Matthew Fonda
+  matthewfo...@gmail.com
+
 2009-06-19  Kalle Sommer Nielsen  kalle@gmail.com
 
 * ext/gd/gd.c:
@@ -47393,7 +47405,7 @@
 
 * sapi/litespeed/lsapi_main.c
   sapi/litespeed/lsapilib.c:
-  - Added missing $Id: ChangeLog,v 1.3440 2009/06/20 01:33:03 changelog 
Exp $ tags and nuked c++ comments
+  - Added missing $Id: ChangeLog,v 1.3441 2009/06/21 01:33:40 changelog 
Exp $ tags and nuked c++ comments
 
 * (PHP_5_3)
   ext/intl/locale/locale.c




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

2009-06-19 Thread changelog
changelog   Sat Jun 20 01:33:04 2009 UTC

  Modified files:  
/php-srcChangeLog 
  Log:
  ChangeLog update
  
http://cvs.php.net/viewvc.cgi/php-src/ChangeLog?r1=1.3439r2=1.3440diff_format=u
Index: php-src/ChangeLog
diff -u php-src/ChangeLog:1.3439 php-src/ChangeLog:1.3440
--- php-src/ChangeLog:1.3439Fri Jun 19 01:33:12 2009
+++ php-src/ChangeLog   Sat Jun 20 01:33:03 2009
@@ -1,3 +1,23 @@
+2009-06-19  Kalle Sommer Nielsen  kalle@gmail.com
+
+* ext/gd/gd.c:
+  Fix memleak
+
+2009-06-19  Scott MacVicar  sc...@macvicar.net
+
+* (PHP_5_3)
+  ZendEngine2/zend_object_handlers.c
+  ZendEngine2/tests/bug48215_2.phpt
+  ZendEngine2/tests/bug48215_2.phpt:
+  Make the check case sensitive, and since we can only have a constructor
+  that matches the class name or is __construct
+  its probably safe to just check for __. This means we can skip lowering
+  the function_name, which is hard to be binary
+  safe sine we don't store the length.
+  
+  If we just did a zend_hash_exists lookup we'd be fine since its stored
+  lowercased already :)
+
 2009-06-18  andy wharmby  whar...@uk.ibm.com
 
 * ext/standard/tests/dir/readdir_variation7.phpt
@@ -47373,7 +47393,7 @@
 
 * sapi/litespeed/lsapi_main.c
   sapi/litespeed/lsapilib.c:
-  - Added missing $Id: ChangeLog,v 1.3439 2009/06/19 01:33:12 changelog 
Exp $ tags and nuked c++ comments
+  - Added missing $Id: ChangeLog,v 1.3440 2009/06/20 01:33:03 changelog 
Exp $ tags and nuked c++ comments
 
 * (PHP_5_3)
   ext/intl/locale/locale.c




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

2009-06-18 Thread changelog
changelog   Fri Jun 19 01:33:13 2009 UTC

  Modified files:  
/php-srcChangeLog 
  Log:
  ChangeLog update
  http://cvs.php.net/viewvc.cgi/php-src/ChangeLog?r1=1.3438r2=1.3439diff_format=u
Index: php-src/ChangeLog
diff -u php-src/ChangeLog:1.3438 php-src/ChangeLog:1.3439
--- php-src/ChangeLog:1.3438Thu Jun 18 01:33:07 2009
+++ php-src/ChangeLog   Fri Jun 19 01:33:12 2009
@@ -1,3 +1,282 @@
+2009-06-18  andy wharmby  whar...@uk.ibm.com
+
+* ext/standard/tests/dir/readdir_variation7.phpt
+  ext/standard/tests/dir/readdir_variation7.phpt
+  ext/standard/tests/dir/readdir_variation7.phpt:
+  Fix test; remove spurious code
+
+* (PHP_5_2)
+  ext/standard/tests/time/strptime_basic.phpt
+  ext/standard/tests/time/strptime_basic.phpt
+  ext/standard/tests/time/strptime_error.phpt
+  ext/standard/tests/time/strptime_error.phpt:
+  Basic tests for strftime(). Tested on Windows (all tests skip), Linux and
+  Liinux 64 bit
+
+* ext/standard/tests/time/strptime_basic.phpt
+  ext/standard/tests/time/strptime_basic.phpt
+  ext/standard/tests/time/strptime_basic.phpt
+  ext/standard/tests/time/strptime_error.phpt
+  ext/standard/tests/time/strptime_error.phpt
+  ext/standard/tests/time/strptime_error.phpt:
+1.1.4;
+  Basic tests for strftime(). Tested on Windows (all tests skip), Linux and
+  Liinux 64 bit
+
+2009-06-18  Johannes Schlüter  johan...@schlueters.de
+
+* (PHP_5_3)
+  NEWS
+  configure.in
+  main/php_version.h:
+  Back to dev
+
+2009-06-18  andy wharmby  whar...@uk.ibm.com
+
+* (PHP_5_2)
+  tests/output/ob_011.phpt
+  tests/output/ob_011.phpt
+  tests/output/ob_012.phpt
+  tests/output/ob_012.phpt
+  tests/output/ob_013.phpt
+  tests/output/ob_013.phpt
+  tests/output/ob_014.phpt
+  tests/output/ob_014.phpt
+  tests/output/ob_015.phpt
+  tests/output/ob_015.phpt
+  tests/output/ob_017.phpt
+  tests/output/ob_017.phpt
+  tests/output/ob_018.phpt
+  tests/output/ob_018.phpt
+  tests/output/ob_020.phpt
+  tests/output/ob_020.phpt:
+  Backport ob test to php 5.2 and 53.
+
+2009-06-18  Johannes Schlüter  johan...@schlueters.de
+
+* (PHP_5_3)
+  NEWS
+  configure.in
+  main/php_version.h:
+  5.3.0 RC 4
+
+2009-06-18  Greg Beaver  g...@chiaraquartet.net
+
+* ext/phar/tests/phar_oo_010.phpt
+  ext/phar/tests/phar_oo_010.phpt:
+  fix EXPECT section of test
+
+2009-06-18  Johannes Schlüter  johan...@schlueters.de
+
+* (PHP_5_3)
+  ext/mysqlnd/mysqlnd_result.c:
+  Temporarily disable this optimization causing too much trouble, kept in
+  HEAD
+
+2009-06-18  Scott MacVicar  sc...@macvicar.net
+
+* (PHP_5_3)
+  ZendEngine2/zend_object_handlers.c
+  ZendEngine2/tests/bug48215.phpt
+  ZendEngine2/tests/bug48215.phpt:
+  Fix bug #48215 - Calling a method with the same name as the parent class
+  calls the constructor instead.
+
+2009-06-18  Derick Rethans  p...@derickrethans.nl
+
+* ext/date/lib/timezonedb.h
+  ext/date/lib/timezonedb.h
+  ext/date/lib/timezonedb.h:
+  - Updated to version 2009.10 (2009j)
+
+2009-06-18  Zoe Slattery  zoe.slatt...@googlemail.com
+
+* (PHP_5_2)
+  ext/gettext/tests/gettext_basic-enus.phpt
+  ext/gettext/tests/gettext_basic-enus.phpt
+  ext/gettext/tests/gettext_bind_textdomain_codeset-retval.phpt
+  ext/gettext/tests/gettext_bind_textdomain_codeset-retval.phpt
+  ext/gettext/tests/gettext_bind_textdomain_codeset-wrongparams.phpt
+  ext/gettext/tests/gettext_bind_textdomain_codeset-wrongparams.phpt
+  ext/gettext/tests/gettext_bindtextdomain-cwd.phpt
+  ext/gettext/tests/gettext_bindtextdomain-cwd.phpt
+  ext/gettext/tests/gettext_bindtextdomain-emptydomain.phpt
+  ext/gettext/tests/gettext_bindtextdomain-emptydomain.phpt
+  ext/gettext/tests/gettext_bindtextdomain-path.phpt
+  ext/gettext/tests/gettext_bindtextdomain-path.phpt
+  ext/gettext/tests/gettext_bindtextdomain-wrongparams.phpt
+  ext/gettext/tests/gettext_bindtextdomain-wrongparams.phpt
+  ext/gettext/tests/gettext_dcgettext-wrongparams.phpt
+  ext/gettext/tests/gettext_dcgettext-wrongparams.phpt
+  ext/gettext/tests/gettext_dcgettext.phpt
+  ext/gettext/tests/gettext_dcgettext.phpt
+  ext/gettext/tests/gettext_dgettext.phpt
+  ext/gettext/tests/gettext_dgettext.phpt
+  ext/gettext/tests/gettext_dgettext_error_wrongparams.phpt
+  ext/gettext/tests/gettext_dgettext_error_wrongparams.phpt
+  ext/gettext/tests/gettext_dngettext-plural.phpt
+  ext/gettext/tests/gettext_dngettext-plural.phpt
+  ext/gettext/tests/gettext_dngettext-wrongparams.phpt
+  ext/gettext/tests/gettext_dngettext-wrongparams.phpt
+  ext/gettext/tests/gettext_gettext_error_wrongparams.phpt
+  ext/gettext/tests/gettext_gettext_error_wrongparams.phpt
+  

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

2009-06-17 Thread changelog
changelog   Thu Jun 18 01:33:09 2009 UTC

  Modified files:  
/php-srcChangeLog 
  Log:
  ChangeLog update
  http://cvs.php.net/viewvc.cgi/php-src/ChangeLog?r1=1.3437r2=1.3438diff_format=u
Index: php-src/ChangeLog
diff -u php-src/ChangeLog:1.3437 php-src/ChangeLog:1.3438
--- php-src/ChangeLog:1.3437Wed Jun 17 01:33:06 2009
+++ php-src/ChangeLog   Thu Jun 18 01:33:07 2009
@@ -1,3 +1,278 @@
+2009-06-17  Jani Taskinen  jani.taski...@sci.fi
+
+* (PHP_5_3)
+  NEWS:
+  Pierre, this can not be so hard
+
+* (PHP_5_3)
+  NEWS:
+  unfuck the file, fucked up by Pierre as usual
+
+2009-06-17  Felipe Pena  felipe...@gmail.com
+
+* (PHP_5_3)
+  NEWS:
+  - Reorder
+
+2009-06-17  Pierre-Alain Joye  pierre@gmail.com
+
+* (PHP_5_3)
+  NEWS:
+  - fix NEWS (thx Felipe!)
+
+* (PHP_5_3)
+  NEWS:
+  - update with latest bits
+
+* sapi/cgi/cgi_main.c:
+  - MF53: #47318, UMR when trying to activate user config
+
+* (PHP_5_3)
+  sapi/cgi/cgi_main.c:
+  - kill unused var
+
+* (PHP_5_3)
+  sapi/cgi/cgi_main.c:
+  - #47318, UMR when trying to activate user config
+
+2009-06-17  andy wharmby  whar...@uk.ibm.com
+
+* (PHP_5_2)
+  tests/lang/compare_objects_basic1.phpt
+  tests/lang/compare_objects_basic1.phpt
+  tests/lang/compare_objects_basic2.phpt
+  tests/lang/compare_objects_basic2.phpt:
+  New test for standard object compare handler. Tested on Windows, Linux 
and
+  Linux 64
+
+* tests/lang/compare_objects_basic1.phpt
+  tests/lang/compare_objects_basic1.phpt
+  tests/lang/compare_objects_basic1.phpt
+  tests/lang/compare_objects_basic2.phpt
+  tests/lang/compare_objects_basic2.phpt
+  tests/lang/compare_objects_basic2.phpt:
+1.1.4;
+  New test for standard object compare handler. Tested on Windows, Linux 
and
+  Linux 64
+
+* (PHP_5_2)
+  tests/lang/foreachLoopIterator.001.phpt
+  tests/lang/foreachLoopIterator.001.phpt
+  tests/lang/foreachLoopIterator.002.phpt
+  tests/lang/foreachLoopIterator.002.phpt
+  tests/lang/foreachLoopIteratorAggregate.001.phpt
+  tests/lang/foreachLoopIteratorAggregate.001.phpt
+  tests/lang/foreachLoopIteratorAggregate.002.phpt
+  tests/lang/foreachLoopIteratorAggregate.002.phpt
+  tests/lang/foreachLoopIteratorAggregate.003.phpt
+  tests/lang/foreachLoopIteratorAggregate.003.phpt
+  tests/lang/foreachLoopIteratorAggregate.004.phpt
+  tests/lang/foreachLoopIteratorAggregate.004.phpt:
+  New foreach tests. Tested on Windows, Linux and Linux 64 bit.
+
+* tests/lang/foreachLoopIterator.001.phpt
+  tests/lang/foreachLoopIterator.001.phpt
+  tests/lang/foreachLoopIterator.001.phpt
+  tests/lang/foreachLoopIterator.002.phpt
+  tests/lang/foreachLoopIterator.002.phpt
+  tests/lang/foreachLoopIterator.002.phpt
+  tests/lang/foreachLoopIteratorAggregate.001.phpt
+  tests/lang/foreachLoopIteratorAggregate.001.phpt
+  tests/lang/foreachLoopIteratorAggregate.001.phpt
+  tests/lang/foreachLoopIteratorAggregate.002.phpt
+  tests/lang/foreachLoopIteratorAggregate.002.phpt
+  tests/lang/foreachLoopIteratorAggregate.002.phpt
+  tests/lang/foreachLoopIteratorAggregate.003.phpt
+  tests/lang/foreachLoopIteratorAggregate.003.phpt
+  tests/lang/foreachLoopIteratorAggregate.003.phpt
+  tests/lang/foreachLoopIteratorAggregate.004.phpt
+  tests/lang/foreachLoopIteratorAggregate.004.phpt
+  tests/lang/foreachLoopIteratorAggregate.004.phpt:
+1.1.4;
+  New foreach tests. Tested on Windows, Linux and Linux 64 bit.
+
+2009-06-17  Hannes Magnusson  hannes.magnus...@gmail.com
+
+* (PHP_5_3)
+  ext/date/php_date.c:
+  MFB5.2: Make this happy on gcc2
+
+2009-06-17  Felipe Pena  felipe...@gmail.com
+
+* (PHP_5_3)
+  NEWS:
+  BFN #48578
+
+2009-06-17  Andrey Hristov  p...@hristov.com
+
+* (PHP_5_3)
+  ext/mysqlnd/mysqlnd.h
+  ext/mysqlnd/mysqlnd_block_alloc.c:
+  MFH:
+  Fix two problems:
+  - The value of mysqli_get_client_info() has been changed recently and did
+  not include mysqlnd anymore thus the test suite was thinking the build
+  is always libmysql. This did not kept the suite from running pconn tests
+  - Going back to the libc allocator because the memory arena could be on a
+persistent connections. If the build is not debug there will be no 
error
+but the memory will be freed and in the second use of this pconn freed
+memory will be used - not good! For now the arena doesn't take an
+  argument
+whether it should allocate persistently or not, thus persistent is safe
+for now.
+  
+  Johannes gave his +1 to commit this.
+
+* ext/mysqlnd/mysqlnd.h
+  ext/mysqlnd/mysqlnd_block_alloc.c:
+  Fix two problems:
+  - The value of mysqli_get_client_info() has been 

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

2009-06-15 Thread changelog
changelog   Tue Jun 16 01:33:16 2009 UTC

  Modified files:  
/php-srcChangeLog 
  Log:
  ChangeLog update
  http://cvs.php.net/viewvc.cgi/php-src/ChangeLog?r1=1.3435r2=1.3436diff_format=u
Index: php-src/ChangeLog
diff -u php-src/ChangeLog:1.3435 php-src/ChangeLog:1.3436
--- php-src/ChangeLog:1.3435Mon Jun 15 01:32:57 2009
+++ php-src/ChangeLog   Tue Jun 16 01:33:13 2009
@@ -1,3 +1,297 @@
+2009-06-15  Pierre-Alain Joye  pierre@gmail.com
+
+* (PHP_5_2)
+  NEWS:
+  - #48441 and encoding
+
+2009-06-15  Felipe Pena  felipe...@gmail.com
+
+* ext/soap/tests/bug48557.phpt
+  ext/soap/tests/bug48557.phpt
+  ext/soap/tests/bug48557.phpt:
+  - Drop unused code
+
+2009-06-15  andy wharmby  whar...@uk.ibm.com
+
+* tests/lang/operators/add_basiclong_64bit.phpt
+  tests/lang/operators/bitwiseAnd_basiclong_64bit.phpt
+  tests/lang/operators/bitwiseAnd_basiclong_64bit.phpt
+  tests/lang/operators/bitwiseAnd_basiclong_64bit.phpt
+  tests/lang/operators/bitwiseNot_basiclong_64bit.phpt
+  tests/lang/operators/bitwiseNot_basiclong_64bit.phpt
+  tests/lang/operators/bitwiseNot_basiclong_64bit.phpt
+  tests/lang/operators/bitwiseOr_basiclong_64bit.phpt
+  tests/lang/operators/bitwiseOr_basiclong_64bit.phpt
+  tests/lang/operators/bitwiseOr_basiclong_64bit.phpt
+  tests/lang/operators/bitwiseShiftLeft_basiclong_64bit.phpt
+  tests/lang/operators/bitwiseShiftLeft_basiclong_64bit.phpt
+  tests/lang/operators/bitwiseShiftLeft_basiclong_64bit.phpt
+  tests/lang/operators/bitwiseShiftRight_basiclong_64bit.phpt
+  tests/lang/operators/bitwiseShiftRight_basiclong_64bit.phpt
+  tests/lang/operators/bitwiseShiftRight_basiclong_64bit.phpt
+  tests/lang/operators/bitwiseXor_basiclong_64bit.phpt
+  tests/lang/operators/bitwiseXor_basiclong_64bit.phpt
+  tests/lang/operators/bitwiseXor_basiclong_64bit.phpt
+  tests/lang/operators/modulus_basiclong_64bit.phpt
+  tests/lang/operators/modulus_basiclong_64bit.phpt
+  tests/lang/operators/modulus_basiclong_64bit.phpt:
+  New test for bitwise operators. Tested on Linux 64 bit
+
+* tests/lang/operators/bitwiseAnd_basiclong_64bit.phpt
+  tests/lang/operators/bitwiseAnd_basiclong_64bit.phpt
+  tests/lang/operators/bitwiseNot_basiclong_64bit.phpt
+  tests/lang/operators/bitwiseNot_basiclong_64bit.phpt
+  tests/lang/operators/bitwiseOr_basiclong_64bit.phpt
+  tests/lang/operators/bitwiseOr_basiclong_64bit.phpt
+  tests/lang/operators/bitwiseShiftLeft_basiclong_64bit.phpt
+  tests/lang/operators/bitwiseShiftLeft_basiclong_64bit.phpt
+  tests/lang/operators/bitwiseShiftRight_basiclong_64bit.phpt
+  tests/lang/operators/bitwiseShiftRight_basiclong_64bit.phpt
+  tests/lang/operators/bitwiseXor_basiclong_64bit.phpt
+  tests/lang/operators/bitwiseXor_basiclong_64bit.phpt
+  tests/lang/operators/modulus_basiclong_64bit.phpt
+  tests/lang/operators/modulus_basiclong_64bit.phpt:
+  
+  file bitwiseAnd_basiclong_64bit.phpt was initially added on branch
+  PHP_5_3.
+
+2009-06-15  Felipe Pena  felipe...@gmail.com
+
+* (PHP_5_2)
+  NEWS
+  ext/soap/php_encoding.c
+  ext/soap/php_encoding.c
+  ext/soap/tests/bug48557.phpt
+  ext/soap/tests/bug48557.phpt
+  ext/soap/tests/bug48557.wsdl
+  ext/soap/tests/bug48557.wsdl:
+  - MFH: Fixed bug #48557 (Numeric string keys in Apache Hashmaps are not
+  cast to integers) patch by David Zülke david.zuelke at bitextender.com
+
+2009-06-15  andy wharmby  whar...@uk.ibm.com
+
+* (PHP_5_3)
+  tests/func/foreachLoopObjects.001.phpt
+  tests/func/foreachLoopObjects.002.phpt
+  tests/func/foreachLoopObjects.003.phpt
+  tests/func/foreachLoopObjects.004.phpt
+  tests/func/foreachLoopObjects.005.phpt
+  tests/func/foreachLoopObjects.006.phpt
+  tests/lang/foreachLoopObjects.001.phpt
+  tests/lang/foreachLoopObjects.002.phpt
+  tests/lang/foreachLoopObjects.003.phpt
+  tests/lang/foreachLoopObjects.004.phpt
+  tests/lang/foreachLoopObjects.005.phpt
+  tests/lang/foreachLoopObjects.006.phpt:
+  Move tests to correct directory
+
+2009-06-15  Felipe Pena  felipe...@gmail.com
+
+* ext/soap/php_encoding.c
+  ext/soap/tests/bug48557.phpt
+  ext/soap/tests/bug48557.phpt
+  ext/soap/tests/bug48557.phpt
+  ext/soap/tests/bug48557.wsdl
+  ext/soap/tests/bug48557.wsdl
+  ext/soap/tests/bug48557.wsdl:
+  - Fixed bug #48557 (Numeric string keys in Apache Hashmaps are not cast 
to
+  integers) patch by David Zülke david.zuelke at bitextender.com
+
+2009-06-15  Patrick Allaert  patrick.alla...@gmail.com
+
+* (PHP_5_2)
+  ext/ldap/ldap.c
+  ext/ldap/ldap.c
+  ext/ldap/tests/bug48441.phpt
+  ext/ldap/tests/bug48441.phpt
+  ext/ldap/tests/connect.inc
+  ext/ldap/tests/connect.inc
+  

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

2009-06-10 Thread changelog
changelog   Thu Jun 11 01:33:18 2009 UTC

  Modified files:  
/php-srcChangeLog 
  Log:
  ChangeLog update
  
http://cvs.php.net/viewvc.cgi/php-src/ChangeLog?r1=1.3430r2=1.3431diff_format=u
Index: php-src/ChangeLog
diff -u php-src/ChangeLog:1.3430 php-src/ChangeLog:1.3431
--- php-src/ChangeLog:1.3430Wed Jun 10 01:32:46 2009
+++ php-src/ChangeLog   Thu Jun 11 01:33:17 2009
@@ -1,3 +1,85 @@
+2009-06-10  Felipe Pena  felipe...@gmail.com
+
+* (PHP_5_2)
+  ext/filter/logical_filters.c
+  ext/filter/logical_filters.c
+  ext/filter/tests/bug46973.phpt
+  ext/filter/tests/bug46973.phpt:
+  - MFH: Fix the fix (Bug #46973 - IPv6 address filter rejects valid 
address)
+
+* ext/filter/logical_filters.c
+  ext/filter/tests/bug46973.phpt:
+  - Fix the fix (Bug #46973 - IPv6 address filter rejects valid address)
+
+2009-06-10  Johannes Schlüter  johan...@schlueters.de
+
+* (PHP_5_3)
+  NEWS
+  configure.in
+  main/php_version.h:
+  back to -dev
+
+* (PHP_5_3)
+  NEWS
+  configure.in
+  main/php_version.h:
+  5.3.0RC3
+
+* (PHP_5_3)
+  README.RELEASE_PROCESS:
+  MFH Hannes said this shall not be run for RCs
+
+* README.RELEASE_PROCESS:
+  Hannes said this shall not be run for RCs
+
+2009-06-10  Pierre-Alain Joye  pierre@gmail.com
+
+* ext/bz2/config.w32:
+  - look for static lib too
+
+* (PHP_5_3)
+  ext/bz2/config.w32:
+  - check for static lib as well
+
+2009-06-10  Hannes Magnusson  hannes.magnus...@gmail.com
+
+* ext/simplexml/simplexml.c:
+  Fix extension loading order
+
+* ext/spl/spl_observer.c:
+  Fix exception message
+
+2009-06-10  Ilia Alshanetsky  i...@prohost.org
+
+* ext/dom/document.c:
+  
+  Fixed bug #48512 (DOMDocument::validate() fails with both a E_NOTICE and
+  E_WARN if no DTD)
+  
+
+2009-06-10  Antony Dovgal  t...@daylessday.org
+
+* (PHP_5_3)
+  ext/curl/interface.c:
+  revert the fix for a while
+
+* (PHP_5_2)
+  ext/curl/interface.c
+  ext/curl/interface.c:
+  MFH: fix arginfo for curl_multi_info_read()
+
+* ext/curl/interface.c:
+  fix arginfo for curl_multi_info_read()
+
+2009-06-10  Pierre-Alain Joye  pierre@gmail.com
+
+* ext/gmp/config.w32:
+  - MFB: put mpir headers in their own directory
+
+* (PHP_5_3)
+  ext/gmp/config.w32:
+  - put mpir headers in their own directory
+
 2009-06-09  andy wharmby  whar...@uk.ibm.com
 
 * ext/mbstring/tests/mb_substitute_character_variation1.phpt
@@ -45188,7 +45270,7 @@
 
 * sapi/litespeed/lsapi_main.c
   sapi/litespeed/lsapilib.c:
-  - Added missing $Id: ChangeLog,v 1.3430 2009/06/10 01:32:46 changelog 
Exp $ tags and nuked c++ comments
+  - Added missing $Id: ChangeLog,v 1.3431 2009/06/11 01:33:17 changelog 
Exp $ tags and nuked c++ comments
 
 * (PHP_5_3)
   ext/intl/locale/locale.c




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

2009-06-09 Thread changelog
changelog   Wed Jun 10 01:32:47 2009 UTC

  Modified files:  
/php-srcChangeLog 
  Log:
  ChangeLog update
  
http://cvs.php.net/viewvc.cgi/php-src/ChangeLog?r1=1.3429r2=1.3430diff_format=u
Index: php-src/ChangeLog
diff -u php-src/ChangeLog:1.3429 php-src/ChangeLog:1.3430
--- php-src/ChangeLog:1.3429Tue Jun  9 01:32:45 2009
+++ php-src/ChangeLog   Wed Jun 10 01:32:46 2009
@@ -1,3 +1,129 @@
+2009-06-09  andy wharmby  whar...@uk.ibm.com
+
+* ext/mbstring/tests/mb_substitute_character_variation1.phpt
+  ext/mbstring/tests/mb_substitute_character_variation1.phpt
+  ext/mbstring/tests/mb_substitute_character_variation1.phpt:
+  Fix test - remove bogus variation
+
+2009-06-09  Pierre-Alain Joye  pierre@gmail.com
+
+* (PHP_5_3)
+  NEWS:
+  - missing ACL entry
+
+* (PHP_5_3)
+  NEWS:
+  - #41874
+
+* ext/standard/proc_open.c
+  ext/standard/tests/file/bug41874.phpt
+  ext/standard/tests/file/bug41874_1.phpt
+  ext/standard/tests/file/bug41874_2.phpt
+  ext/standard/tests/file/bug41874_3.phpt:
+  - MFB: #41874, separate STDOUT and STDERR in exec functions
+
+* TSRM/tsrm_win32.c:
+  -   #41874, separate STDOUT and STDERR in exec functions
+
+* (PHP_5_2)
+  NEWS:
+  - fix NEWS
+
+2009-06-09  David Soria Parra  dso...@gmx.net
+
+* (PHP_5_3)
+  sapi/cgi/cgi_main.c:
+  MFH: Fix bug #47042 (cgi sapi is incorrectly removing the SCRIPT_FILENAME
+  for non apache).
+  The fix was provided by Sriram Natarajan.
+
+* (PHP_5_2)
+  NEWS
+  sapi/cgi/cgi_main.c
+  sapi/cgi/cgi_main.c:
+  Fix bug #47042 (cgi sapi is incorrectly removing the SCRIPT_FILENAME for
+  non apache).
+  The fix was provided by Sriram Natarajan.
+
+2009-06-09  Ilia Alshanetsky  i...@prohost.org
+
+* (PHP_5_2)
+  NEWS:
+  TZ update news
+
+2009-06-09  Pierre-Alain Joye  pierre@gmail.com
+
+* sapi/apache/mod_php.c:
+  - fix build (test before commit maybe?)
+
+* ext/mysqlnd/php_mysqlnd.c:
+  - fix TS build
+
+* ext/mysqlnd/php_mysqlnd.c:
+  - ws
+
+* (PHP_5_3)
+  ZendEngine2/zend_execute.h:
+  - fix build (void alarm)
+
+* (PHP_5_3)
+  TSRM/tsrm_win32.c:
+  - missing include
+
+2009-06-09  Scott MacVicar  sc...@macvicar.net
+
+* (PHP_5_3)
+  ext/spl/php_spl.c
+  ext/spl/tests/bug48493.phpt:
+  MFH Fix bug #48493 - spl_autoload_register can leave the HT in an
+  inconsistent way.
+  Need to point the second elements previous item to head so we can 
traverse
+  upwards.
+
+* ext/spl/php_spl.c
+  ext/spl/tests/bug48493.phpt
+  ext/spl/tests/bug48493.phpt:
+  Fix bug #48493 - spl_autoload_register can leave the HT in an 
inconsistent
+  way.
+  Need to point the second elements previous item to head so we can 
traverse
+  upwards.
+
+* (PHP_5_2)
+  NEWS
+  NEWS
+  NEWS:
+  BFN
+
+* (PHP_5_2)
+  ext/mysqli/tests/bug46109.phpt:
+  Add test
+
+* (PHP_5_2)
+  ext/mysqli/mysqli_api.c:
+  MFH #46019 - Memory leak when Mysqli::init() is called multiple times.
+
+* (PHP_5_3)
+  NEWS:
+  Move entry to 5.2
+
+2009-06-09  Pierre-Alain Joye  pierre@gmail.com
+
+* ext/standard/tests/file/bug41874.phpt
+  ext/standard/tests/file/bug41874.phpt
+  ext/standard/tests/file/bug41874_1.phpt
+  ext/standard/tests/file/bug41874_1.phpt
+  ext/standard/tests/file/bug41874_2.phpt
+  ext/standard/tests/file/bug41874_2.phpt
+  ext/standard/tests/file/bug41874_3.phpt
+  ext/standard/tests/file/bug41874_3.phpt:
+  
+  file bug41874.phpt was initially added on branch PHP_5_3.
+
+* (PHP_5_3)
+  TSRM/tsrm_win32.c
+  ext/standard/proc_open.c:
+  
+
 2009-06-08  Scott MacVicar  sc...@macvicar.net
 
 * (PHP_5_2)
@@ -45062,7 +45188,7 @@
 
 * sapi/litespeed/lsapi_main.c
   sapi/litespeed/lsapilib.c:
-  - Added missing $Id: ChangeLog,v 1.3429 2009/06/09 01:32:45 changelog 
Exp $ tags and nuked c++ comments
+  - Added missing $Id: ChangeLog,v 1.3430 2009/06/10 01:32:46 changelog 
Exp $ tags and nuked c++ comments
 
 * (PHP_5_3)
   ext/intl/locale/locale.c




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

2009-06-08 Thread changelog
changelog   Tue Jun  9 01:32:46 2009 UTC

  Modified files:  
/php-srcChangeLog 
  Log:
  ChangeLog update
  http://cvs.php.net/viewvc.cgi/php-src/ChangeLog?r1=1.3428r2=1.3429diff_format=u
Index: php-src/ChangeLog
diff -u php-src/ChangeLog:1.3428 php-src/ChangeLog:1.3429
--- php-src/ChangeLog:1.3428Mon Jun  8 01:33:01 2009
+++ php-src/ChangeLog   Tue Jun  9 01:32:45 2009
@@ -1,3 +1,380 @@
+2009-06-08  Scott MacVicar  sc...@macvicar.net
+
+* (PHP_5_2)
+  ext/pcre/php_pcre.c:
+  MFH fix bug #44214: crash with preg_replace_callback and global variables
+
+2009-06-08  Pierre-Alain Joye  pierre@gmail.com
+
+* (PHP_5_2)
+  ZendEngine2/zend_builtin_functions.c
+  ZendEngine2/zend_builtin_functions.c:
+  - typo
+
+2009-06-08  Derick Rethans  p...@derickrethans.nl
+
+* ext/date/lib/timezonedb.h
+  ext/date/lib/timezonedb.h
+  ext/date/lib/timezonedb.h:
+  - Updated to version 2009.9 (2009i)
+
+2009-06-08  Ilia Alshanetsky  i...@prohost.org
+
+* (PHP_5_2)
+  ZendEngine2/zend_builtin_functions.c:
+  Re-apply patch with fixed build
+
+2009-06-08  Antony Dovgal  t...@daylessday.org
+
+* (PHP_5_2)
+  ZendEngine2/zend_builtin_functions.c:
+  fix build, revert faulty patch
+
+2009-06-08  Ilia Alshanetsky  i...@prohost.org
+
+* (PHP_5_3)
+  ext/exif/tests/exif006.phpt:
+  
+  Fixed test
+
+2009-06-08  Robert Nicholson  rob_nichol...@uk.ibm.com
+
+* (PHP_5_2)
+  tests/lang/operators/add_basiclong_64bit.phpt
+  tests/lang/operators/add_variationStr.phpt
+  tests/lang/operators/bitwiseAnd_variationStr.phpt
+  tests/lang/operators/bitwiseNot_variationStr.phpt
+  tests/lang/operators/bitwiseOr_variationStr.phpt
+  tests/lang/operators/bitwiseShiftLeft_variationStr.phpt
+  tests/lang/operators/bitwiseShiftLeft_variationStr_64bit.phpt
+  tests/lang/operators/bitwiseShiftRight_variationStr.phpt
+  tests/lang/operators/bitwiseXor_variationStr.phpt
+  tests/lang/operators/divide_basiclong_64bit.phpt
+  tests/lang/operators/divide_variationStr.phpt
+  tests/lang/operators/modulus_variationStr.phpt
+  tests/lang/operators/multiply_basiclong_64bit.phpt
+  tests/lang/operators/multiply_variationStr.phpt
+  tests/lang/operators/negate_basiclong_64bit.phpt
+  tests/lang/operators/negate_variationStr.phpt
+  tests/lang/operators/operator_equals_basic.phpt
+  tests/lang/operators/operator_equals_variation.phpt
+  tests/lang/operators/operator_equals_variation_64bit.phpt
+  tests/lang/operators/operator_gt_basic.phpt
+  tests/lang/operators/operator_gt_or_equal_basic.phpt
+  tests/lang/operators/operator_gt_or_equal_variation.phpt
+  tests/lang/operators/operator_gt_or_equal_variation_64bit.phpt
+  tests/lang/operators/operator_gt_variation.phpt
+  tests/lang/operators/operator_gt_variation_64bit.phpt
+  tests/lang/operators/operator_identical_basic.phpt
+  tests/lang/operators/operator_identical_variation.phpt
+  tests/lang/operators/operator_identical_variation_64bit.phpt
+  tests/lang/operators/operator_lt_basic.phpt
+  tests/lang/operators/operator_lt_or_equal_basic.phpt
+  tests/lang/operators/operator_lt_or_equal_variation.phpt
+  tests/lang/operators/operator_lt_or_equal_variation_64bit.phpt
+  tests/lang/operators/operator_lt_variation.phpt
+  tests/lang/operators/operator_lt_variation_64bit.phpt
+  tests/lang/operators/operator_notequals_basic.phpt
+  tests/lang/operators/operator_notequals_variation.phpt
+  tests/lang/operators/operator_notequals_variation_64bit.phpt
+  tests/lang/operators/operator_notidentical_basic.phpt
+  tests/lang/operators/operator_notidentical_variation.phpt
+  tests/lang/operators/operator_notidentical_variation_64bit.phpt
+  tests/lang/operators/postdec_basiclong_64bit.phpt
+  tests/lang/operators/postdec_variationStr.phpt
+  tests/lang/operators/postinc_basiclong_64bit.phpt
+  tests/lang/operators/postinc_variationStr.phpt
+  tests/lang/operators/predec_basiclong_64bit.phpt
+  tests/lang/operators/predec_variationStr.phpt
+  tests/lang/operators/preinc_basiclong_64bit.phpt
+  tests/lang/operators/preinc_variationStr.phpt
+  tests/lang/operators/subtract_basiclong_64bit.phpt
+  tests/lang/operators/subtract_variationStr.phpt:
+  New tests for operators. These tests were auto generated to verify
+  correctness for a number of significant values.  The work was done by 
Dave
+  Kelsey.
+
+* tests/lang/operators/add_basiclong_64bit.phpt
+  tests/lang/operators/add_basiclong_64bit.phpt
+  tests/lang/operators/add_basiclong_64bit.phpt
+  tests/lang/operators/add_variationStr.phpt
+  tests/lang/operators/bitwiseAnd_variationStr.phpt
+  tests/lang/operators/bitwiseNot_variationStr.phpt
+  tests/lang/operators/bitwiseOr_variationStr.phpt
+  

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

2009-06-07 Thread changelog
changelog   Mon Jun  8 01:33:02 2009 UTC

  Modified files:  
/php-srcChangeLog 
  Log:
  ChangeLog update
  
http://cvs.php.net/viewvc.cgi/php-src/ChangeLog?r1=1.3427r2=1.3428diff_format=u
Index: php-src/ChangeLog
diff -u php-src/ChangeLog:1.3427 php-src/ChangeLog:1.3428
--- php-src/ChangeLog:1.3427Sun Jun  7 01:33:05 2009
+++ php-src/ChangeLog   Mon Jun  8 01:33:01 2009
@@ -1,3 +1,176 @@
+2009-06-07  Patrick Allaert  patrick.alla...@gmail.com
+
+* ext/ldap/ldap.c:
+  Removed credit
+
+2009-06-07  Robert Nicholson  rob_nichol...@uk.ibm.com
+
+* (PHP_5_2)
+  tests/lang/foreachLoop.001.phpt
+  tests/lang/foreachLoop.001.phpt
+  tests/lang/foreachLoop.002.phpt
+  tests/lang/foreachLoop.002.phpt
+  tests/lang/foreachLoop.003.phpt
+  tests/lang/foreachLoop.003.phpt
+  tests/lang/foreachLoop.004.phpt
+  tests/lang/foreachLoop.004.phpt
+  tests/lang/foreachLoop.005.phpt
+  tests/lang/foreachLoop.005.phpt
+  tests/lang/foreachLoop.006.phpt
+  tests/lang/foreachLoop.006.phpt
+  tests/lang/foreachLoop.007.phpt
+  tests/lang/foreachLoop.007.phpt
+  tests/lang/foreachLoop.008.phpt
+  tests/lang/foreachLoop.008.phpt
+  tests/lang/foreachLoop.009.phpt
+  tests/lang/foreachLoop.009.phpt
+  tests/lang/foreachLoop.010.phpt
+  tests/lang/foreachLoop.010.phpt
+  tests/lang/foreachLoop.011.phpt
+  tests/lang/foreachLoop.011.phpt
+  tests/lang/foreachLoop.012.phpt
+  tests/lang/foreachLoop.012.phpt
+  tests/lang/foreachLoop.013.phpt
+  tests/lang/foreachLoop.013.phpt
+  tests/lang/foreachLoop.014.phpt
+  tests/lang/foreachLoop.014.phpt
+  tests/lang/foreachLoop.015.phpt
+  tests/lang/foreachLoop.015.phpt
+  tests/lang/foreachLoop.016.phpt
+  tests/lang/foreachLoop.016.phpt
+  tests/lang/foreachLoop.017.phpt
+  tests/lang/foreachLoop.017.phpt:
+  New tests for foreach loops. These were written by another member of the
+  Projectzero team.
+
+* tests/lang/foreachLoop.001.phpt
+  tests/lang/foreachLoop.001.phpt
+  tests/lang/foreachLoop.001.phpt
+  tests/lang/foreachLoop.002.phpt
+  tests/lang/foreachLoop.002.phpt
+  tests/lang/foreachLoop.002.phpt
+  tests/lang/foreachLoop.003.phpt
+  tests/lang/foreachLoop.003.phpt
+  tests/lang/foreachLoop.003.phpt
+  tests/lang/foreachLoop.004.phpt
+  tests/lang/foreachLoop.004.phpt
+  tests/lang/foreachLoop.004.phpt
+  tests/lang/foreachLoop.005.phpt
+  tests/lang/foreachLoop.005.phpt
+  tests/lang/foreachLoop.005.phpt
+  tests/lang/foreachLoop.006.phpt
+  tests/lang/foreachLoop.006.phpt
+  tests/lang/foreachLoop.006.phpt
+  tests/lang/foreachLoop.007.phpt
+  tests/lang/foreachLoop.007.phpt
+  tests/lang/foreachLoop.007.phpt
+  tests/lang/foreachLoop.008.phpt
+  tests/lang/foreachLoop.008.phpt
+  tests/lang/foreachLoop.008.phpt
+  tests/lang/foreachLoop.009.phpt
+  tests/lang/foreachLoop.009.phpt
+  tests/lang/foreachLoop.009.phpt
+  tests/lang/foreachLoop.010.phpt
+  tests/lang/foreachLoop.010.phpt
+  tests/lang/foreachLoop.010.phpt
+  tests/lang/foreachLoop.011.phpt
+  tests/lang/foreachLoop.011.phpt
+  tests/lang/foreachLoop.011.phpt
+  tests/lang/foreachLoop.012.phpt
+  tests/lang/foreachLoop.012.phpt
+  tests/lang/foreachLoop.012.phpt
+  tests/lang/foreachLoop.013.phpt
+  tests/lang/foreachLoop.013.phpt
+  tests/lang/foreachLoop.013.phpt
+  tests/lang/foreachLoop.014.phpt
+  tests/lang/foreachLoop.014.phpt
+  tests/lang/foreachLoop.014.phpt
+  tests/lang/foreachLoop.015.phpt
+  tests/lang/foreachLoop.015.phpt
+  tests/lang/foreachLoop.015.phpt
+  tests/lang/foreachLoop.016.phpt
+  tests/lang/foreachLoop.016.phpt
+  tests/lang/foreachLoop.016.phpt
+  tests/lang/foreachLoop.017.phpt
+  tests/lang/foreachLoop.017.phpt
+  tests/lang/foreachLoop.017.phpt:
+1.1.4;
+  New tests for foreach loops. These were written by another member of the
+  Projectzero team.
+
+2009-06-07  Patrick Allaert  patrick.alla...@gmail.com
+
+* ext/ldap/ldap.c:
+  Fixed ldap_(first|next)_attribute() function producing 2 warning messages
+  in case wrong parameters given
+
+2009-06-07  Matt Wilmas  php_li...@realplain.com
+
+* (PHP_5_2)
+  NEWS
+  ZendEngine2/zend_hash.c
+  ZendEngine2/zend_hash.c
+  ZendEngine2/tests/bug47836.phpt
+  ZendEngine2/tests/bug47836.phpt
+  ext/standard/tests/array/array_push_error2.phpt
+  ext/standard/tests/array/array_push_error2.phpt:
+  MFH: Fixed bug #47836 (array operator [] inconsistency when the array has
+  PHP_INT_MAX index value)
+  Also simplified related array_push() test
+
+* ZendEngine2/zend_hash.c
+  ZendEngine2/tests/bug47836.phpt
+  ZendEngine2/tests/bug47836.phpt
+  

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

2009-06-06 Thread changelog
changelog   Sun Jun  7 01:33:06 2009 UTC

  Modified files:  
/php-srcChangeLog 
  Log:
  ChangeLog update
  
http://cvs.php.net/viewvc.cgi/php-src/ChangeLog?r1=1.3426r2=1.3427diff_format=u
Index: php-src/ChangeLog
diff -u php-src/ChangeLog:1.3426 php-src/ChangeLog:1.3427
--- php-src/ChangeLog:1.3426Sat Jun  6 01:32:55 2009
+++ php-src/ChangeLog   Sun Jun  7 01:33:05 2009
@@ -1,3 +1,48 @@
+2009-06-06  Matt Wilmas  php_li...@realplain.com
+
+* (PHP_5_3)
+  ext/dom/xpath.c
+  ext/imap/php_imap.c
+  ext/mcrypt/mcrypt.c
+  ext/odbc/birdstep.c
+  ext/posix/posix.c
+  ext/shmop/shmop.c
+  ext/standard/basic_functions.c
+  ext/standard/browscap.c
+  ext/standard/head.c
+  ext/standard/tests/file/parse_ini_file_variation4.phpt
+  ext/sysvshm/sysvshm.c
+  ext/sysvshm/tests/002.phpt
+  ext/xsl/xsltprocessor.c
+  ext/xsl/tests/xslt011.phpt:
+  MFH: Fixed error message grammar:
+   - cannot instead of can not (meaning also can)
+   - than instead of then (Hint: then should hardly be needed;
+   you're not telling the order in which to do something)
+  
+  ... plus removed a couple ending. dots
+
+* ext/dom/xpath.c
+  ext/imap/php_imap.c
+  ext/mcrypt/mcrypt.c
+  ext/odbc/birdstep.c
+  ext/posix/posix.c
+  ext/shmop/shmop.c
+  ext/standard/basic_functions.c
+  ext/standard/browscap.c
+  ext/standard/head.c
+  ext/standard/tests/file/parse_ini_file_variation4.phpt
+  ext/sysvshm/sysvshm.c
+  ext/sysvshm/tests/002.phpt
+  ext/xsl/xsltprocessor.c
+  ext/xsl/tests/xslt011.phpt:
+  Fixed error message grammar:
+   - cannot instead of can not (meaning also can)
+   - than instead of then (Hint: then should hardly be needed;
+   you're not telling the order in which to do something)
+  
+  ... plus removed a couple ending. dots
+
 2009-06-05  Brian Shire  sh...@tekrat.com
 
 * (PHP_5_3)
@@ -44467,7 +44512,7 @@
 
 * sapi/litespeed/lsapi_main.c
   sapi/litespeed/lsapilib.c:
-  - Added missing $Id: ChangeLog,v 1.3426 2009/06/06 01:32:55 changelog 
Exp $ tags and nuked c++ comments
+  - Added missing $Id: ChangeLog,v 1.3427 2009/06/07 01:33:05 changelog 
Exp $ tags and nuked c++ comments
 
 * (PHP_5_3)
   ext/intl/locale/locale.c




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

2009-06-05 Thread changelog
changelog   Sat Jun  6 01:32:57 2009 UTC

  Modified files:  
/php-srcChangeLog 
  Log:
  ChangeLog update
  
http://cvs.php.net/viewvc.cgi/php-src/ChangeLog?r1=1.3425r2=1.3426diff_format=u
Index: php-src/ChangeLog
diff -u php-src/ChangeLog:1.3425 php-src/ChangeLog:1.3426
--- php-src/ChangeLog:1.3425Fri Jun  5 01:32:52 2009
+++ php-src/ChangeLog   Sat Jun  6 01:32:55 2009
@@ -1,3 +1,109 @@
+2009-06-05  Brian Shire  sh...@tekrat.com
+
+* (PHP_5_3)
+  ZendEngine2/zend_compile.h
+  ZendEngine2/zend_opcode.c:
+  MFH: Make pass_two visible to extensions with ZEND_API (required for
+  optimizer).
+
+* ZendEngine2/zend_compile.h
+  ZendEngine2/zend_opcode.c:
+  Make pass_two visible to extensions with ZEND_API (required for 
optimizer).
+
+2009-06-05  Rasmus Lerdorf  ras...@lerdorf.com
+
+* (PHP_5_2)
+  ext/date/php_date.c:
+  Make this happy on gcc2
+
+* (PHP_5_2)
+  ZendEngine2/zend.h:
+  We don't have these in gcc2
+
+* ZendEngine2/zend.h:
+  No always_inline attribute in gcc2
+
+* (PHP_5_3)
+  ZendEngine2/zend.h:
+  There is no always_inline attribute in gcc2
+
+2009-06-05  Matt Wilmas  php_li...@realplain.com
+
+* (PHP_5_3)
+  ZendEngine2/zend_builtin_functions.c
+  ZendEngine2/zend_execute.h
+  ZendEngine2/zend_execute_API.c
+  ext/interbase/php_ibase_udf.c
+  ext/mbstring/php_mbregex.c
+  ext/pcre/php_pcre.c
+  ext/standard/assert.c
+  sapi/cli/php_cli.c:
+  MFH: Added zend_eval_stringl and made create_function(), etc. binary-safe
+
+* ZendEngine2/zend_builtin_functions.c
+  ZendEngine2/zend_execute.h
+  ZendEngine2/zend_execute_API.c
+  ext/interbase/php_ibase_udf.c
+  ext/mbstring/php_mbregex.c
+  ext/pcre/php_pcre.c
+  ext/standard/assert.c
+  sapi/cli/php_cli.c:
+  Added zend_eval_stringl and made create_function(), etc. binary-safe
+
+* (PHP_5_3)
+  ext/standard/tests/array/array_slice_variation2.phpt
+  ext/standard/tests/array/array_slice_variation3.phpt
+  ext/standard/tests/math/decbin_variation1_64bit.phpt
+  ext/standard/tests/math/dechex_variation1_64bit.phpt
+  ext/standard/tests/math/decoct_variation1_64bit.phpt:
+  MFH: Fixed tests again after double-long conversion change (to match 
5.2)
+
+* ext/standard/tests/array/array_slice_variation2.phpt
+  ext/standard/tests/array/array_slice_variation3.phpt
+  ext/standard/tests/math/decbin_variation1_64bit.phpt
+  ext/standard/tests/math/dechex_variation1_64bit.phpt
+  ext/standard/tests/math/decoct_variation1_64bit.phpt:
+  Fixed tests again after double-long conversion change (to match 5.2)
+
+2009-06-05  Arnaud Le Blanc  arnaud...@gmail.com
+
+* (PHP_5_2)
+  ZendEngine2/zend_execute.h
+  ZendEngine2/zend_ptr_stack.h
+  ZendEngine2/zend_types.h
+  ZendEngine2/zend_vm_def.h
+  ZendEngine2/zend_vm_execute.h:
+  better fix for #48409 , #48428 , #48228
+
+* (PHP_5_3)
+  ZendEngine2/zend_execute.h
+  ZendEngine2/zend_ptr_stack.h
+  ZendEngine2/zend_types.h
+  ZendEngine2/zend_vm_def.h
+  ZendEngine2/zend_vm_execute.h:
+  MFH: better fix for #48409 , #48428 , #48228
+
+* ZendEngine2/zend_execute.h
+  ZendEngine2/zend_ptr_stack.h
+  ZendEngine2/zend_types.h
+  ZendEngine2/zend_vm_def.h
+  ZendEngine2/zend_vm_execute.h:
+  better fix for #48409 , #48428 , #48228
+
+2009-06-05  Greg Beaver  g...@chiaraquartet.net
+
+* (PHP_5_3)
+  NEWS
+  ext/phar/phar_object.c
+  ext/phar/tests/phar_oo_011.phpt:
+  MFH: fixed isset() on sub-directories (isset(blah) if file 
blah/foo.php
+  exists)
+
+* ext/phar/phar_object.c
+  ext/phar/tests/phar_oo_011.phpt:
+  fixed isset() on sub-directories (isset('blah') if file 'blah/foo.php'
+  exists)
+
 2009-06-04  Greg Beaver  g...@chiaraquartet.net
 
 * (PHP_5_3)
@@ -44361,7 +44467,7 @@
 
 * sapi/litespeed/lsapi_main.c
   sapi/litespeed/lsapilib.c:
-  - Added missing $Id: ChangeLog,v 1.3425 2009/06/05 01:32:52 changelog 
Exp $ tags and nuked c++ comments
+  - Added missing $Id: ChangeLog,v 1.3426 2009/06/06 01:32:55 changelog 
Exp $ tags and nuked c++ comments
 
 * (PHP_5_3)
   ext/intl/locale/locale.c




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

2009-06-03 Thread changelog
changelog   Thu Jun  4 01:33:03 2009 UTC

  Modified files:  
/php-srcChangeLog 
  Log:
  ChangeLog update
  
http://cvs.php.net/viewvc.cgi/php-src/ChangeLog?r1=1.3423r2=1.3424diff_format=u
Index: php-src/ChangeLog
diff -u php-src/ChangeLog:1.3423 php-src/ChangeLog:1.3424
--- php-src/ChangeLog:1.3423Wed Jun  3 01:32:48 2009
+++ php-src/ChangeLog   Thu Jun  4 01:33:02 2009
@@ -1,3 +1,157 @@
+2009-06-03  Brian Shire  sh...@tekrat.com
+
+* (PHP_5_3)
+  ext/standard/tests/general_functions/bug47859.phpt:
+  MFH: Add test for Bug #47859 parse_ini_file() does not like asterisk (*) 
in
+  key in the beginning
+
+* ext/standard/tests/general_functions/bug47859.phpt
+  ext/standard/tests/general_functions/bug47859.phpt:
+  
+  Add test for Bug #47859 parse_ini_file() does not like asterisk (*) in 
key
+  in the beginning
+
+2009-06-03  Ilia Alshanetsky  i...@prohost.org
+
+* (PHP_5_2)
+  NEWS
+  ext/soap/php_http.c
+  ext/soap/php_http.c:
+  
+  MFB: Fixed bug #46386 (Digest authentication with SOAP module fails
+  against
+  MSSQL SOAP services)
+
+* (PHP_5_3)
+  ext/soap/php_http.c:
+  
+  Fixed bug #46386 (Digest authentication with SOAP module fails against
+  MSSQL
+  SOAP services)
+  
+
+2009-06-03  Zoe Slattery  zoe.slatt...@googlemail.com
+
+* (PHP_5_2)
+  ext/spl/tests/SplFileObject_fflush_basic_001.phpt
+  ext/spl/tests/SplFileObject_fflush_basic_001.phpt
+  ext/spl/tests/SplFileObject_fpassthru_basic.phpt
+  ext/spl/tests/SplFileObject_fpassthru_basic.phpt
+  ext/spl/tests/SplFileObject_fscanf_basic.phpt
+  ext/spl/tests/SplFileObject_fscanf_basic.phpt
+  ext/spl/tests/SplFileObject_fseek_error_001.phpt
+  ext/spl/tests/SplFileObject_fseek_error_001.phpt
+  ext/spl/tests/SplFileObject_ftruncate_error_001.phpt
+  ext/spl/tests/SplFileObject_ftruncate_error_001.phpt
+  ext/spl/tests/SplFileObject_fwrite_error_001.phpt
+  ext/spl/tests/SplFileObject_fwrite_error_001.phpt
+  ext/spl/tests/SplFileObject_fwrite_variation_001.phpt
+  ext/spl/tests/SplFileObject_fwrite_variation_001.phpt
+  ext/spl/tests/SplFileObject_fwrite_variation_002.phpt
+  ext/spl/tests/SplFileObject_fwrite_variation_002.phpt
+  ext/spl/tests/SplFileObject_fwrite_variation_003.phpt
+  ext/spl/tests/SplFileObject_getCsvControl_basic_001.phpt
+  ext/spl/tests/SplFileObject_seek_error_001.phpt
+  ext/spl/tests/SplFileObject_testinput.csv:
+  Commiting testfest tests from tek
+
+* ext/spl/tests/SplFileObject_fwrite_variation_003.phpt
+  ext/spl/tests/SplFileObject_fwrite_variation_003.phpt
+  ext/spl/tests/SplFileObject_fwrite_variation_003.phpt
+  ext/spl/tests/SplFileObject_getCsvControl_basic_001.phpt
+  ext/spl/tests/SplFileObject_seek_error_001.phpt
+  ext/spl/tests/SplFileObject_testinput.csv:
+1.1.4;
+  file SplFileObject_fwrite_variation_003.phpt was initially added on 
branch
+  PHP_5_3.
+
+* ext/spl/tests/SplFileObject_fflush_basic_001.phpt
+  ext/spl/tests/SplFileObject_fflush_basic_001.phpt
+  ext/spl/tests/SplFileObject_fflush_basic_001.phpt
+  ext/spl/tests/SplFileObject_fpassthru_basic.phpt
+  ext/spl/tests/SplFileObject_fpassthru_basic.phpt
+  ext/spl/tests/SplFileObject_fpassthru_basic.phpt
+  ext/spl/tests/SplFileObject_fscanf_basic.phpt
+  ext/spl/tests/SplFileObject_fscanf_basic.phpt
+  ext/spl/tests/SplFileObject_fscanf_basic.phpt
+  ext/spl/tests/SplFileObject_fseek_error_001.phpt
+  ext/spl/tests/SplFileObject_fseek_error_001.phpt
+  ext/spl/tests/SplFileObject_fseek_error_001.phpt
+  ext/spl/tests/SplFileObject_ftruncate_error_001.phpt
+  ext/spl/tests/SplFileObject_ftruncate_error_001.phpt
+  ext/spl/tests/SplFileObject_ftruncate_error_001.phpt
+  ext/spl/tests/SplFileObject_fwrite_error_001.phpt
+  ext/spl/tests/SplFileObject_fwrite_error_001.phpt
+  ext/spl/tests/SplFileObject_fwrite_error_001.phpt
+  ext/spl/tests/SplFileObject_fwrite_variation_001.phpt
+  ext/spl/tests/SplFileObject_fwrite_variation_001.phpt
+  ext/spl/tests/SplFileObject_fwrite_variation_001.phpt
+  ext/spl/tests/SplFileObject_fwrite_variation_002.phpt
+  ext/spl/tests/SplFileObject_fwrite_variation_002.phpt
+  ext/spl/tests/SplFileObject_fwrite_variation_002.phpt
+  ext/spl/tests/SplFileObject_getCsvControl_basic_001.phpt
+  ext/spl/tests/SplFileObject_getCsvControl_basic_001.phpt
+  ext/spl/tests/SplFileObject_getCsvControl_basic_001.phpt
+  ext/spl/tests/SplFileObject_seek_error_001.phpt
+  ext/spl/tests/SplFileObject_seek_error_001.phpt
+  ext/spl/tests/SplFileObject_seek_error_001.phpt
+  ext/spl/tests/SplFileObject_testinput.csv
+  ext/spl/tests/SplFileObject_testinput.csv
+  ext/spl/tests/SplFileObject_testinput.csv:
+1.1.4;
+  Commiting 

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

2009-06-02 Thread changelog
changelog   Wed Jun  3 01:32:49 2009 UTC

  Modified files:  
/php-srcChangeLog 
  Log:
  ChangeLog update
  
http://cvs.php.net/viewvc.cgi/php-src/ChangeLog?r1=1.3422r2=1.3423diff_format=u
Index: php-src/ChangeLog
diff -u php-src/ChangeLog:1.3422 php-src/ChangeLog:1.3423
--- php-src/ChangeLog:1.3422Tue Jun  2 01:33:43 2009
+++ php-src/ChangeLog   Wed Jun  3 01:32:48 2009
@@ -1,3 +1,36 @@
+2009-06-02  Jani Taskinen  jani.taski...@sci.fi
+
+* (PHP_5_2)
+  NEWS:
+  bfn
+
+* (PHP_5_2)
+  scripts/phpize.m4
+  scripts/phpize.m4:
+  MFH:- Fixed bug #48456 (CPPFLAGS not restored properly in phpize.m4)
+
+* scripts/phpize.m4:
+  - Fixed bug #48456 (CPPFLAGS not restored properly in phpize.m4)
+
+2009-06-02  Ilia Alshanetsky  i...@prohost.org
+
+* ext/standard/tests/strings/str_getcsv_001.phpt:
+  
+  --
+  Fixed test
+
+* (PHP_5_3)
+  ext/standard/tests/strings/str_getcsv_001.phpt:
+  
+  Fixed test
+
+2009-06-02  Jani Taskinen  jani.taski...@sci.fi
+
+* ZendEngine2/tests/bug48228.phpt
+  ZendEngine2/tests/bug48228.phpt
+  ZendEngine2/tests/bug48228.phpt:
+  fix test
+
 2009-06-01  Nuno Lopes  nunoplo...@sapo.pt
 
 * ZendEngine2/zend.h:
@@ -43880,7 +43913,7 @@
 
 * sapi/litespeed/lsapi_main.c
   sapi/litespeed/lsapilib.c:
-  - Added missing $Id: ChangeLog,v 1.3422 2009/06/02 01:33:43 changelog 
Exp $ tags and nuked c++ comments
+  - Added missing $Id: ChangeLog,v 1.3423 2009/06/03 01:32:48 changelog 
Exp $ tags and nuked c++ comments
 
 * (PHP_5_3)
   ext/intl/locale/locale.c




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

2009-06-01 Thread changelog
changelog   Tue Jun  2 01:33:45 2009 UTC

  Modified files:  
/php-srcChangeLog 
  Log:
  ChangeLog update
  
http://cvs.php.net/viewvc.cgi/php-src/ChangeLog?r1=1.3421r2=1.3422diff_format=u
Index: php-src/ChangeLog
diff -u php-src/ChangeLog:1.3421 php-src/ChangeLog:1.3422
--- php-src/ChangeLog:1.3421Mon Jun  1 01:33:46 2009
+++ php-src/ChangeLog   Tue Jun  2 01:33:43 2009
@@ -1,3 +1,115 @@
+2009-06-01  Nuno Lopes  nunoplo...@sapo.pt
+
+* ZendEngine2/zend.h:
+  MFB: fix compiler warnings by moving all std includes after include of
+  zend_config.h
+
+* (PHP_5_3)
+  ZendEngine2/zend.h:
+  fix compiler warnings by moving all std includes after include of
+  zend_config.h.
+  this also fixes the build with stricter compilers than gcc (like clang)
+
+2009-06-01  Arnaud Le Blanc  arnaud...@gmail.com
+
+* (PHP_5_2)
+  ZendEngine2/tests/bug48228.phpt
+  ZendEngine2/tests/bug48228.phpt
+  ZendEngine2/tests/bug48408.phpt
+  ZendEngine2/tests/bug48408.phpt
+  ZendEngine2/tests/bug48409.phpt
+  ZendEngine2/tests/bug48409.phpt
+  ZendEngine2/tests/bug48428.phpt
+  ZendEngine2/tests/bug48428.phpt:
+  MFH: New tests
+
+* ZendEngine2/tests/bug48228.phpt
+  ZendEngine2/tests/bug48228.phpt
+  ZendEngine2/tests/bug48228.phpt
+  ZendEngine2/tests/bug48408.phpt
+  ZendEngine2/tests/bug48408.phpt
+  ZendEngine2/tests/bug48408.phpt
+  ZendEngine2/tests/bug48409.phpt
+  ZendEngine2/tests/bug48409.phpt
+  ZendEngine2/tests/bug48409.phpt
+  ZendEngine2/tests/bug48428.phpt
+  ZendEngine2/tests/bug48428.phpt
+  ZendEngine2/tests/bug48428.phpt:
+1.1.4;
+  New tests
+
+* (PHP_5_2)
+  ZendEngine2/zend.h
+  ZendEngine2/zend.h
+  ZendEngine2/zend_ptr_stack.h
+  ZendEngine2/zend_ptr_stack.h
+  ZendEngine2/zend_types.h
+  ZendEngine2/zend_types.h
+  ZendEngine2/zend_vm_def.h
+  ZendEngine2/zend_vm_def.h
+  ZendEngine2/zend_vm_execute.h
+  ZendEngine2/zend_vm_execute.h:
+  MFH: better fix for #48409 , #48428 , #48228
+
+* ZendEngine2/zend.h
+  ZendEngine2/zend_ptr_stack.h
+  ZendEngine2/zend_types.h
+  ZendEngine2/zend_vm_def.h
+  ZendEngine2/zend_vm_execute.h:
+  better fix for #48409 , #48428 , #48228
+
+2009-06-01  Antony Dovgal  t...@daylessday.org
+
+* (PHP_5_2)
+  ext/json/json.c
+  ext/json/php_json.h:
+  fix ZTS build
+
+2009-06-01  Ilia Alshanetsky  i...@prohost.org
+
+* ext/snmp/snmp.c:
+  
+  MFB: Fixed bug #48273 (snmp*_real_walk() returns SNMP errors as values).
+
+* (PHP_5_2)
+  NEWS
+  ext/snmp/snmp.c:
+  
+  Fixed bug #48273 (snmp*_real_walk() returns SNMP errors as values).
+
+* (PHP_5_3)
+  ext/snmp/snmp.c:
+  Fixed bug #48273 (snmp*_real_walk() returns SNMP errors as values)
+
+2009-06-01  Zoe Slattery  zoe.slatt...@googlemail.com
+
+* (PHP_5_2)
+  tests/lang/execution_order.phpt
+  tests/lang/execution_order.phpt:
+  Engine execution order tests
+
+* tests/lang/execution_order.phpt
+  tests/lang/execution_order.phpt
+  tests/lang/execution_order.phpt:
+1.1.4;
+  Engine execution order tests
+
+2009-06-01  Jani Taskinen  jani.taski...@sci.fi
+
+* (PHP_5_2)
+  NEWS:
+  fix news
+
+2009-06-01  Zoe Slattery  zoe.slatt...@googlemail.com
+
+* ext/curl/tests/curl_basic_008.phpt
+  ext/curl/tests/curl_basic_008.phpt
+  ext/curl/tests/curl_basic_008.phpt
+  ext/curl/tests/curl_basic_010.phpt
+  ext/curl/tests/curl_basic_010.phpt
+  ext/curl/tests/curl_basic_010.phpt:
+  Fixes to work on Windows as well as Linux
+
 2009-05-31  Etienne Kneuss  p...@colder.ch
 
 * (PHP_5_3)
@@ -43768,7 +43880,7 @@
 
 * sapi/litespeed/lsapi_main.c
   sapi/litespeed/lsapilib.c:
-  - Added missing $Id: ChangeLog,v 1.3421 2009/06/01 01:33:46 changelog 
Exp $ tags and nuked c++ comments
+  - Added missing $Id: ChangeLog,v 1.3422 2009/06/02 01:33:43 changelog 
Exp $ tags and nuked c++ comments
 
 * (PHP_5_3)
   ext/intl/locale/locale.c




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

2009-05-29 Thread changelog
changelog   Sat May 30 01:33:10 2009 UTC

  Modified files:  
/php-srcChangeLog 
  Log:
  ChangeLog update
  http://cvs.php.net/viewvc.cgi/php-src/ChangeLog?r1=1.3418r2=1.3419diff_format=u
Index: php-src/ChangeLog
diff -u php-src/ChangeLog:1.3418 php-src/ChangeLog:1.3419
--- php-src/ChangeLog:1.3418Fri May 29 01:32:44 2009
+++ php-src/ChangeLog   Sat May 30 01:33:09 2009
@@ -1,3 +1,304 @@
+2009-05-29  Ulf Wendel  ulf.wen...@phpdoc.de
+
+* (PHP_5_3)
+  ext/mysqli/tests/local_infile_tools.inc
+  ext/mysqli/tests/mysqli_set_local_infile_handler.phpt:
+  MFH - Fixing tests - messages/warnings can vary by version
+
+* ext/mysqli/tests/local_infile_tools.inc
+  ext/mysqli/tests/mysqli_set_local_infile_handler.phpt:
+  Fixing tests - messages/warnings can vary by version
+
+* (PHP_5_3)
+  ext/mysqli/tests/mysqli_constants.phpt:
+  MFH - Updating test to reflect API changes.
+
+* ext/mysqli/tests/mysqli_constants.phpt:
+  Updating test to reflect API changes.
+
+* (PHP_5_3)
+  ext/mysqli/tests/bug44897.phpt:
+  MFH - Skip test for libmysql. The MySQL C-API does not support it, 
mysqlnd
+  does...
+
+* ext/mysqli/tests/bug44897.phpt:
+  Skip test for libmysql. The MySQL C-API does not support it, mysqlnd
+  does...
+
+2009-05-29  Andrey Hristov  p...@hristov.com
+
+* (PHP_5_3)
+  NEWS:
+  NEWS
+
+* (PHP_5_3)
+  ext/mysqli/config.m4
+  ext/mysqli/mysqli_api.c
+  ext/mysqli/mysqli_mysqlnd.h
+  ext/mysqlnd/mysqlnd_libmysql_compat.h:
+  MFH:Add support for mysql_stmt_store_result() from libmysql 6.0.8+ and
+  5.4.x
+
+* ext/mysqli/config.m4
+  ext/mysqli/mysqli_api.c
+  ext/mysqli/mysqli_mysqlnd.h
+  ext/mysqlnd/mysqlnd_libmysql_compat.h:
+  Add support for mysql_stmt_store_result() from libmysql 6.0.8+ and 5.4.x
+
+2009-05-29  Ulf Wendel  ulf.wen...@phpdoc.de
+
+* (PHP_5_3)
+  ext/mysqli/tests/057.phpt
+  ext/mysqli/tests/bug34810.phpt:
+  MFH - 1) The wording of a message can differ by version and by libmysql 
vs.
+  mysqlnd. 2) %i is better than %s
+
+* ext/mysqli/tests/057.phpt
+  ext/mysqli/tests/bug34810.phpt:
+  1) The wording of a message can differ by version and by libmysql vs.
+  mysqlnd. 2) %i is better than %s
+
+* (PHP_5_3)
+  ext/mysqli/tests/057.phpt:
+  MFH - Behaviour is undefined with libmysql, accept whatever libmysql may
+  return. With mysqlnd you get the defined value of -1 to indicate 'no
+  value'.
+
+* ext/mysqli/tests/057.phpt:
+  Behaviour is undefined with libmysql, accept whatever libmysql may 
return.
+  With mysqlnd you get the defined value of -1 to indicate 'no value'.
+
+2009-05-29  Andrey Hristov  p...@hristov.com
+
+* (PHP_5_3)
+  ext/mysqlnd/mysqlnd_ps.c:
+  MFH:Fix for the failing mysql_stmt_execute() test. Data was cleaned after
+  stmt_reset() but it should stay and be freed as later as next
+  stmt_execute()
+
+* ext/mysqlnd/mysqlnd_ps.c:
+  Fix for the failing mysql_stmt_execute() test. Data was cleaned after
+  stmt_reset() but it should stay and be freed as later as next
+  stmt_execute()
+
+2009-05-29  Ulf Wendel  ulf.wen...@phpdoc.de
+
+* (PHP_5_3)
+  ext/mysqli/tests/mysqli_stmt_affected_rows.phpt:
+  MFH - 'Fixing' test to reflect a libmysql vs. mysqlnd difference. With
+  libmysql it is not defined what mysql_stmt_store_result() shall return
+  when one tries to store the (non-existing) result set of a failed SQL
+  statement,
+  http://dev.mysql.com/doc/refman/6.0/en/mysql-stmt-store-result.html .
+  mysqlnd will detect the SQL failure and return false. libmysql will 
return
+  true. If you want libmysql to change, file a bug report at MySQL... I
+  don't think there is a good way to work around this in the extension
+  itself.
+
+* ext/mysqli/tests/mysqli_stmt_affected_rows.phpt:
+  'Fixing' test to reflect a libmysql vs. mysqlnd difference. With libmysql
+  it is not defined what mysql_stmt_store_result() shall return when one
+  tries to store the (non-existing) result set of a failed SQL statement,
+  http://dev.mysql.com/doc/refman/6.0/en/mysql-stmt-store-result.html .
+  mysqlnd will detect the SQL failure and return false. libmysql will 
return
+  true. If you want libmysql to change, file a bug report at MySQL... I
+  don't think there is a good way to work around this in the extension
+  itself.
+
+2009-05-29  Zoe Slattery  zoe.slatt...@googlemail.com
+
+* ext/curl/tests/curl_basic_007.phpt
+  ext/curl/tests/curl_basic_007.phpt
+  ext/curl/tests/curl_basic_007.phpt:
+  better fix
+
+2009-05-29  Ulf Wendel  ulf.wen...@phpdoc.de
+
+* (PHP_5_3)
+  ext/mysqli/tests/mysqli_kill.phpt:
+  MFH - Another detail where mysqlnd is superior than libmysql. The
+  mysql_info() from libmysql 

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

2009-05-27 Thread changelog
changelog   Thu May 28 01:32:54 2009 UTC

  Modified files:  
/php-srcChangeLog 
  Log:
  ChangeLog update
  http://cvs.php.net/viewvc.cgi/php-src/ChangeLog?r1=1.3416r2=1.3417diff_format=u
Index: php-src/ChangeLog
diff -u php-src/ChangeLog:1.3416 php-src/ChangeLog:1.3417
--- php-src/ChangeLog:1.3416Wed May 27 01:32:41 2009
+++ php-src/ChangeLog   Thu May 28 01:32:53 2009
@@ -1,3 +1,300 @@
+2009-05-27  Pierre-Alain Joye  pierre@gmail.com
+
+* (PHP_5_2)
+  ext/curl/interface.c
+  ext/curl/php_curl.h:
+  - mf53: fix build, stderr cannot be used as var or struct member
+
+2009-05-27  Robert Nicholson  rob_nichol...@uk.ibm.com
+
+* (PHP_5_2)
+  tests/lang/returnByReference.001.phpt
+  tests/lang/returnByReference.001.phpt
+  tests/lang/returnByReference.002.phpt
+  tests/lang/returnByReference.002.phpt
+  tests/lang/returnByReference.003.phpt
+  tests/lang/returnByReference.003.phpt
+  tests/lang/returnByReference.004.phpt
+  tests/lang/returnByReference.004.phpt
+  tests/lang/returnByReference.005.phpt
+  tests/lang/returnByReference.005.phpt
+  tests/lang/returnByReference.006.phpt
+  tests/lang/returnByReference.006.phpt
+  tests/lang/returnByReference.007.phpt
+  tests/lang/returnByReference.007.phpt
+  tests/lang/returnByReference.008.phpt
+  tests/lang/returnByReference.008.phpt
+  tests/lang/returnByReference.009.phpt
+  tests/lang/returnByReference.009.phpt:
+  Language Tests: returnByReference
+
+2009-05-27  Pierre-Alain Joye  pierre@gmail.com
+
+* (PHP_5_3)
+  ext/curl/interface.c
+  ext/curl/php_curl.h:
+  - fix build, stderr cannot be used as var or struct member
+
+2009-05-27  Robert Nicholson  rob_nichol...@uk.ibm.com
+
+* tests/lang/returnByReference.001.phpt
+  tests/lang/returnByReference.001.phpt
+  tests/lang/returnByReference.001.phpt
+  tests/lang/returnByReference.002.phpt
+  tests/lang/returnByReference.002.phpt
+  tests/lang/returnByReference.002.phpt
+  tests/lang/returnByReference.003.phpt
+  tests/lang/returnByReference.003.phpt
+  tests/lang/returnByReference.003.phpt
+  tests/lang/returnByReference.004.phpt
+  tests/lang/returnByReference.004.phpt
+  tests/lang/returnByReference.004.phpt
+  tests/lang/returnByReference.005.phpt
+  tests/lang/returnByReference.005.phpt
+  tests/lang/returnByReference.005.phpt
+  tests/lang/returnByReference.006.phpt
+  tests/lang/returnByReference.006.phpt
+  tests/lang/returnByReference.006.phpt
+  tests/lang/returnByReference.007.phpt
+  tests/lang/returnByReference.007.phpt
+  tests/lang/returnByReference.007.phpt
+  tests/lang/returnByReference.008.phpt
+  tests/lang/returnByReference.008.phpt
+  tests/lang/returnByReference.008.phpt
+  tests/lang/returnByReference.009.phpt
+  tests/lang/returnByReference.009.phpt
+  tests/lang/returnByReference.009.phpt:
+1.1.4;
+  Language Tests: returnByReference
+
+2009-05-27  Andrey Hristov  p...@hristov.com
+
+* (PHP_5_3)
+  ext/mysqli/php_mysqli_structs.h:
+  MFH:
+  Less warnings by usage of proper modifier
+
+* ext/mysqli/php_mysqli_structs.h:
+  Less warnings by usage of proper modifier
+
+* (PHP_5_3)
+  ext/mysqli/php_mysqli_structs.h:
+  MFH:because we use int64_t we need corresponding printf modifiers. the 
type
+  can be different on 32 and 64 bit, thus we can't use ld and lld but
+  C helps us with inttypes.h and PRId64 and PRIu64 modifiers (without the 
%)
+
+* ext/mysqli/php_mysqli_structs.h:
+  because we use int64_t we need corresponding printf modifiers. the type
+  can be different on 32 and 64 bit, thus we can't use ld and lld but
+  C helps us with inttypes.h and PRId64 and PRIu64 modifiers (without the 
%)
+
+* (PHP_5_3)
+  ext/mysqli/tests/mysqli_affected_rows.phpt
+  ext/mysqli/tests/mysqli_affected_rows_oo.phpt
+  ext/mysqli/tests/mysqli_change_user_insert_id.phpt
+  ext/mysqli/tests/mysqli_change_user_prepared_statements.phpt
+  ext/mysqli/tests/mysqli_change_user_set_names.phpt
+  ext/mysqli/tests/mysqli_fetch_field_types.phpt
+  ext/mysqli/tests/mysqli_field_count.phpt
+  ext/mysqli/tests/mysqli_get_charset.phpt
+  ext/mysqli/tests/mysqli_info.phpt
+  ext/mysqli/tests/mysqli_pconn_disabled.phpt
+  ext/mysqli/tests/mysqli_pconn_limits.phpt
+  ext/mysqli/tests/mysqli_pconn_reuse.phpt
+  ext/mysqli/tests/mysqli_poll_mixing_insert_select.phpt
+  ext/mysqli/tests/mysqli_prepare.phpt
+  ext/mysqli/tests/mysqli_query.phpt
+  ext/mysqli/tests/mysqli_query_stored_proc.phpt
+  ext/mysqli/tests/mysqli_query_unicode.phpt
+  ext/mysqli/tests/mysqli_real_query.phpt
+  ext/mysqli/tests/mysqli_report.phpt
+  ext/mysqli/tests/mysqli_stmt_affected_rows.phpt
+  

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

2009-05-26 Thread changelog
changelog   Wed May 27 01:32:42 2009 UTC

  Modified files:  
/php-srcChangeLog 
  Log:
  ChangeLog update
  http://cvs.php.net/viewvc.cgi/php-src/ChangeLog?r1=1.3415r2=1.3416diff_format=u
Index: php-src/ChangeLog
diff -u php-src/ChangeLog:1.3415 php-src/ChangeLog:1.3416
--- php-src/ChangeLog:1.3415Tue May 26 01:32:51 2009
+++ php-src/ChangeLog   Wed May 27 01:32:41 2009
@@ -1,3 +1,349 @@
+2009-05-26  Pierre-Alain Joye  pierre@gmail.com
+
+* (PHP_5_3)
+  ext/gd/config.m4
+  ext/gd/config.w32
+  ext/gd/gd.c
+  ext/gd/libgd/gd.c
+  ext/gd/libgd/gd_arc.c
+  ext/gd/libgd/gd_compat.h:
+  - MFH: [DOC]  - add image(filled)ellipse to the compat layer (work 
around a
+  bug in debian too, function is declared but not present in the lib...)
+
+* ext/gd/libgd/gd.c:
+   - silent warnings
+
+* ext/gd/libgd/gd.c:
+  - remove filters function in the main file (see gd_filter.c)
+
+* ext/gd/config.w32:
+  - gd_filter.c
+
+* ext/gd/config.w32:
+  - add gd_arc to w32 script
+
+* ext/gd/libgd/gd_arc.c
+  ext/gd/libgd/gd_arc.c
+  ext/gd/libgd/gd_compat.h:
+  
+  - add image(filled)ellipse to the compat layer (work around a bug in
+  debian too, function is declared but not present in the lib...)
+
+* ext/gd/config.m4
+  ext/gd/gd.c
+  ext/gd/libgd/gd.c:
+  - add image(filled)ellipse to the compat layer (work around a bug in 
debian
+  too, function is declared but not present in the lib...)
+
+2009-05-26  Jani Taskinen  jani.taski...@sci.fi
+
+* (PHP_5_2)
+  ext/curl/tests/bug48203.phpt
+  ext/curl/tests/bug48203.phpt:
+  - Test for bug #48203
+
+* ext/curl/tests/bug48203.phpt
+  ext/curl/tests/bug48203.phpt
+  ext/curl/tests/bug48203.phpt:
+1.1.4;
+  - Test for bug #48203
+
+* (PHP_5_2)
+  NEWS
+  ext/curl/interface.c
+  ext/curl/php_curl.h:
+  MFH:- Fixed bug #48203 (Crash when CURLOPT_STDERR is set to regular file)
+
+* (PHP_5_3)
+  ext/curl/interface.c
+  ext/curl/php_curl.h:
+  MFH: Fixed bug #48203 (crash when CURLOPT_STDERR is set to regular file)
+
+* ext/curl/interface.c
+  ext/curl/php_curl.h:
+  - Fixed bug #48203 (crash when CURLOPT_STDERR is set to regular file)
+
+2009-05-26  Pierre-Alain Joye  pierre@gmail.com
+
+* ext/gd/php_gd.h:
+  - missed this part
+
+2009-05-26  Ilia Alshanetsky  i...@prohost.org
+
+* (PHP_5_2)
+  NEWS:
+  
+  timezone update news
+
+2009-05-26  Derick Rethans  p...@derickrethans.nl
+
+* ext/date/lib/timezonedb.h
+  ext/date/lib/timezonedb.h
+  ext/date/lib/timezonedb.h:
+  - Updated to version 2009.8 (2009h)
+
+2009-05-26  Pierre-Alain Joye  pierre@gmail.com
+
+* ext/gd/config.m4
+  ext/gd/gd.c
+  ext/gd/libgd/gd.h
+  ext/gd/libgd/gd_compat.h
+  ext/gd/libgd/gd_filter.c
+  ext/gd/libgd/gd_intern.h:
+  - MFB: [DOC] always enable imagefilter and imageconvolution, even when
+  built against system's gd
+
+2009-05-26  Andrey Hristov  p...@hristov.com
+
+* ext/mysql/php_mysql.c:
+  WS
+
+2009-05-26  Arnaud Le Blanc  arnaud...@gmail.com
+
+* (PHP_5_2)
+  NEWS
+  ext/pcntl/pcntl.c
+  ext/pcntl/pcntl.c
+  ext/pcntl/tests/001.phpt
+  ext/pcntl/tests/001.phpt
+  ext/pcntl/tests/bug47566.phpt
+  ext/pcntl/tests/bug47566.phpt:
+  MFH: Fix return value of pcntl_wexitstatus() (fixes #47566,
+  patch by james at jamesreno dot com)
+
+* ext/pcntl/pcntl.c
+  ext/pcntl/tests/001.phpt
+  ext/pcntl/tests/bug47566.phpt
+  ext/pcntl/tests/bug47566.phpt
+  ext/pcntl/tests/bug47566.phpt:
+  Fix return value of pcntl_wextistatus() (fixes #47566,
+  patch by james at jamesreno dot com)
+
+2009-05-26  Pierre-Alain Joye  pierre@gmail.com
+
+* (PHP_5_3)
+  ext/gd/gd.c:
+  - ws
+
+2009-05-26  Felipe Pena  felipe...@gmail.com
+
+* (PHP_5_2)
+  ext/mbstring/tests/mb_stripos_variation5_Bug45923.phpt
+  ext/mbstring/tests/mb_strripos_variation3_Bug45923.phpt
+  ext/mbstring/tests/mb_strripos_variation5_Bug45923.phpt:
+  - Removed XFAIL section
+
+2009-05-26  Andrey Hristov  p...@hristov.com
+
+* ext/mysqlnd/php_mysqlnd.c:
+  ws
+
+* ext/mysqlnd/mysqlnd_charset.c
+  ext/mysqlnd/mysqlnd_charset.c:
+  Fix a typo, utf8 is 3 byte max, for us, for now
+  Add a another cset
+
+2009-05-26  Pierre-Alain Joye  pierre@gmail.com
+
+* (PHP_5_3)
+  ext/gd/gd.c:
+  - enable filter constants
+
+* (PHP_5_3)
+  ext/gd/libgd/gd.h
+  ext/gd/libgd/gd_filter.c:
+  - expose gdImageGetTrueColorPixel in bundled lib
+  - fix bundled lib build
+
+* (PHP_5_3)
+  ext/gd/config.m4
+  ext/gd/config.w32
+  ext/gd/gd.c
+  ext/gd/php_gd.h
+  ext/gd/libgd/gd.c
+  ext/gd/libgd/gd_compat.h
+  ext/gd/libgd/gd_filter.c
+  

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

2009-05-24 Thread changelog
changelog   Mon May 25 01:32:42 2009 UTC

  Modified files:  
/php-srcChangeLog 
  Log:
  ChangeLog update
  
http://cvs.php.net/viewvc.cgi/php-src/ChangeLog?r1=1.3413r2=1.3414diff_format=u
Index: php-src/ChangeLog
diff -u php-src/ChangeLog:1.3413 php-src/ChangeLog:1.3414
--- php-src/ChangeLog:1.3413Sun May 24 01:32:43 2009
+++ php-src/ChangeLog   Mon May 25 01:32:41 2009
@@ -1,3 +1,38 @@
+2009-05-24  Greg Beaver  g...@chiaraquartet.net
+
+* (PHP_5_3)
+  NEWS
+  ext/phar/phar_object.c
+  ext/phar/tests/tar/phar_convert_phar4.phpt:
+  MFH: fix potential segfault when converting phars with metadata to other
+  formats, add test
+
+* ext/phar/phar_object.c
+  ext/phar/tests/tar/phar_convert_phar4.phpt
+  ext/phar/tests/tar/phar_convert_phar4.phpt:
+  fix potential segfault when converting phars with metadata to other
+  formats, add test
+
+* ext/phar/tests/tar/tar_nohash.phpt:
+  add missing test
+
+2009-05-24  Ilia Alshanetsky  i...@prohost.org
+
+* (PHP_5_2)
+  ext/standard/file.c
+  ext/standard/http_fopen_wrapper.c
+  ext/standard/tests/file/fgetcsv_variation14.phpt
+  ext/standard/tests/file/fgetcsv_variation21.phpt:
+  
+  Improve fix for bug #48313
+
+* (PHP_5_3)
+  ext/standard/file.c
+  ext/standard/tests/file/fgetcsv_variation14.phpt
+  ext/standard/tests/file/fgetcsv_variation21.phpt:
+  
+  MFB: Improve fix for bug #48313
+
 2009-05-23  Jani Taskinen  jani.taski...@sci.fi
 
 * main/php_variables.c
@@ -41867,7 +41902,7 @@
 
 * sapi/litespeed/lsapi_main.c
   sapi/litespeed/lsapilib.c:
-  - Added missing $Id: ChangeLog,v 1.3413 2009/05/24 01:32:43 changelog 
Exp $ tags and nuked c++ comments
+  - Added missing $Id: ChangeLog,v 1.3414 2009/05/25 01:32:41 changelog 
Exp $ tags and nuked c++ comments
 
 * (PHP_5_3)
   ext/intl/locale/locale.c




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

2009-05-23 Thread changelog
changelog   Sun May 24 01:32:45 2009 UTC

  Modified files:  
/php-srcChangeLog 
  Log:
  ChangeLog update
  http://cvs.php.net/viewvc.cgi/php-src/ChangeLog?r1=1.3412r2=1.3413diff_format=u
Index: php-src/ChangeLog
diff -u php-src/ChangeLog:1.3412 php-src/ChangeLog:1.3413
--- php-src/ChangeLog:1.3412Sat May 23 01:33:13 2009
+++ php-src/ChangeLog   Sun May 24 01:32:43 2009
@@ -1,3 +1,572 @@
+2009-05-23  Jani Taskinen  jani.taski...@sci.fi
+
+* main/php_variables.c
+  main/rfc1867.c:
+  ws
+
+2009-05-23  Pierre-Alain Joye  pierre@gmail.com
+
+* main/php_variables.c:
+  - fix build, fix TS build
+
+2009-05-23  Jani Taskinen  jani.taski...@sci.fi
+
+* main/rfc1867.c:
+  fix build
+
+* main/SAPI.c
+  sapi/cgi/cgi_main.c:
+  ws + cs
+
+* main/SAPI.c:
+  - Fix typo
+
+2009-05-23  Andrei Zmievski  and...@gravitonic.com
+
+* unicode-todo.txt
+  ZendEngine2/zend.c
+  ZendEngine2/zend_compile.c
+  ZendEngine2/zend_compile.h
+  ZendEngine2/zend_globals.h
+  ext/filter/filter.c
+  ext/mbstring/mb_gpc.c
+  ext/pcre/php_pcre.c
+  ext/standard/basic_functions.c
+  ext/standard/basic_functions.h
+  ext/standard/php_string.h
+  ext/standard/string.c
+  main/SAPI.c
+  main/SAPI.h
+  main/php_globals.h
+  main/php_variables.c
+  main/php_variables.h
+  main/rfc1867.c
+  sapi/apache/mod_php.c
+  sapi/apache2filter/sapi_apache2.c
+  sapi/apache2handler/sapi_apache2.c
+  sapi/cgi/cgi_main.c:
+  Implement JIT request decoding support for $_GET and $_POST.
+
+2009-05-23  Felipe Pena  felipe...@gmail.com
+
+* (PHP_5_3)
+  ext/spl/tests/DirectoryIterator_getBasename_basic_test.phpt
+  ext/spl/tests/DirectoryIterator_getBasename_pass_array.phpt
+  ext/spl/tests/SplArray_fromArray.phpt
+  ext/spl/tests/SplDoublyLinkedList_bottom_pass_array.phpt
+  ext/spl/tests/SplDoublyLinkedList_bottom_pass_float.phpt
+  ext/spl/tests/SplDoublyLinkedList_bottom_pass_integer.phpt
+  ext/spl/tests/SplDoublyLinkedList_bottom_pass_null.phpt
+  ext/spl/tests/SplDoublyLinkedList_count.phpt
+  ext/spl/tests/SplDoublyLinkedList_count_param_SplDoublyLinkedList.phpt
+  ext/spl/tests/SplDoublyLinkedList_current.phpt
+  ext/spl/tests/SplDoublyLinkedList_current_empty.phpt
+  ext/spl/tests/SplDoublyLinkedList_debug-info.phpt
+  ext/spl/tests/SplDoublyLinkedList_getIteratorMode.phpt
+  ext/spl/tests/SplDoublyLinkedList_getIteratorMode_error.phpt
+  ext/spl/tests/SplDoublyLinkedList_isEmpty_empty-with-parameter.phpt
+  ext/spl/tests/SplDoublyLinkedList_isEmpty_empty.phpt
+  ext/spl/tests/SplDoublyLinkedList_isEmpty_not-empty-with-parameter.phpt
+  ext/spl/tests/SplDoublyLinkedList_isEmpty_not-empty.phpt
+  ext/spl/tests/SplDoublyLinkedList_lifoMode.phpt
+  ext/spl/tests/SplDoublyLinkedList_offsetExists_invalid_parameter.phpt
+  ext/spl/tests/SplDoublyLinkedList_offsetExists_success.phpt
+  ext/spl/tests/SplDoublyLinkedList_offsetGet_empty.phpt
+  ext/spl/tests/SplDoublyLinkedList_offsetGet_missing_param.phpt
+  ext/spl/tests/SplDoublyLinkedList_offsetGet_param_array.phpt
+  ext/spl/tests/SplDoublyLinkedList_offsetGet_param_string.phpt
+  ext/spl/tests/SplDoublyLinkedList_offsetSet_invalid_parameter.phpt
+  ext/spl/tests/SplDoublyLinkedList_offsetSet_one_invalid_parameter.phpt
+  ext/spl/tests/SplDoublyLinkedList_offsetUnset_greater_than_elements.phpt
+  ext/spl/tests/SplDoublyLinkedList_offsetUnset_negative-parameter.phpt
+  
ext/spl/tests/SplDoublyLinkedList_offsetUnset_parameter-larger-num-elements.phpt
+  ext/spl/tests/SplDoublyLinkedList_pop_noParams.phpt
+  ext/spl/tests/SplDoublyLinkedList_pop_params.phpt
+  ext/spl/tests/SplDoublyLinkedList_push_missing_parameter.phpt
+  
ext/spl/tests/SplDoublyLinkedList_setIteratorMode_param_SplDoublyLinkedList.phpt
+  ext/spl/tests/SplDoublyLinkedList_shift_noParams.phpt
+  ext/spl/tests/SplDoublyLinkedList_top_pass_array.phpt
+  ext/spl/tests/SplDoublyLinkedList_top_pass_float.phpt
+  ext/spl/tests/SplDoublyLinkedList_top_pass_integer.phpt
+  ext/spl/tests/SplDoublyLinkedList_top_pass_null.phpt
+  ext/spl/tests/SplDoublyLinkedList_unshift_missing_parameter.phpt
+  ext/spl/tests/SplDoublylinkedlist_offsetunset_first.phpt
+  ext/spl/tests/SplDoublylinkedlist_offsetunset_first002.phpt
+  ext/spl/tests/SplDoublylinkedlist_offsetunset_last.phpt
+  ext/spl/tests/SplFixedArray__construct_param_array.phpt
+  ext/spl/tests/SplFixedArray__construct_param_float.phpt
+  ext/spl/tests/SplFixedArray__construct_param_null.phpt
+  ext/spl/tests/SplFixedArray__construct_param_string.phpt
+  ext/spl/tests/SplFixedArray_construct_param_SplFixedArray.phpt
+  ext/spl/tests/SplFixedArray_count_checkParams.phpt
+  ext/spl/tests/SplFixedArray_count_param_int.phpt
+   

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

2009-05-20 Thread changelog
changelog   Thu May 21 01:32:46 2009 UTC

  Modified files:  
/php-srcChangeLog 
  Log:
  ChangeLog update
  
http://cvs.php.net/viewvc.cgi/php-src/ChangeLog?r1=1.3409r2=1.3410diff_format=u
Index: php-src/ChangeLog
diff -u php-src/ChangeLog:1.3409 php-src/ChangeLog:1.3410
--- php-src/ChangeLog:1.3409Wed May 20 01:32:40 2009
+++ php-src/ChangeLog   Thu May 21 01:32:45 2009
@@ -1,3 +1,113 @@
+2009-05-20  Ilia Alshanetsky  i...@prohost.org
+
+* ext/pdo_sqlite/sqlite_statement.c
+  ext/pdo_sqlite/sqlite_statement.c:
+  
+  MFB: Re-introduce the Matteo's patch and combine default  text handling
+  since they appear to be the same irregardless on notes inside sqlite3.h
+
+* (PHP_5_2)
+  ext/pdo_sqlite/sqlite_statement.c:
+  Re-introduce the Matteo's patch and combine default  text handling since
+  they appear to be the same irregardless on notes inside sqlite3.h
+
+* (PHP_5_3)
+  ext/mysqli/mysqli_api.c:
+  Fixed build
+
+2009-05-20  Jani Taskinen  jani.taski...@sci.fi
+
+* (PHP_5_3)
+  ext/standard/dns.c:
+  - Sync with HEAD (thanks Hannes :)
+
+* ext/standard/dns.c:
+  - Fix non-windows builds too
+
+* (PHP_5_2)
+  ext/standard/basic_functions.c
+  ext/standard/dns.c
+  ext/standard/dns.h:
+  - Fix win32 build
+
+2009-05-20  Kalle Sommer Nielsen  kalle@gmail.com
+
+* ext/pdo_dblib/pdo_dblib.c:
+  Fixed shared build
+
+2009-05-20  Arnaud Le Blanc  arnaud...@gmail.com
+
+* ext/soap/tests/interop/Round2/Base/r2_base_005p.phpt
+  ext/soap/tests/interop/Round2/Base/r2_base_005s.phpt
+  ext/soap/tests/interop/Round2/Base/r2_base_005w.phpt
+  sapi/cli/tests/006.phpt:
+  Fix skipif
+
+2009-05-20  Antony Dovgal  t...@daylessday.org
+
+* (PHP_5_2)
+  ext/curl/interface.c
+  ext/curl/interface.c:
+  sync with HEAD
+
+* ext/curl/interface.c:
+  fix segfault
+
+2009-05-20  Arnaud Le Blanc  arnaud...@gmail.com
+
+* (PHP_5_2)
+  run-tests.php
+  run-tests.php:
+  MFH: set default value of precision ini setting,
+  many tests depend on this
+
+* run-tests.php:
+  set default value of precision ini setting,
+  many tests depend on this
+
+* ext/sockets/tests/ipv6_skipif.inc
+  ext/sockets/tests/ipv6_skipif.inc
+  ext/sockets/tests/ipv6_skipif.inc
+  ext/sockets/tests/ipv6loop.phpt
+  ext/sockets/tests/socket_sentto_recvfrom_ipv6_udp.phpt:
+1.1.4;
+  Fix skipif
+
+* (PHP_5_2)
+  NEWS
+  ext/sockets/sockets.c
+  ext/sockets/sockets.c:
+  MFH: Fixed bug #48326 (constant MSG_DONTWAIT not defined)
+
+2009-05-20  Kalle Sommer Nielsen  kalle@gmail.com
+
+* (PHP_5_3)
+  ext/mysql/php_mysql.c
+  ext/mysqli/mysqli_api.c
+  ext/mysqli/mysqli_prop.c
+  ext/pdo_mysql/mysql_statement.c:
+  MFH: Fix compiler warnings in ext/mysql, ext/mysqli and ext/pdo_mysql
+
+* ext/mysql/php_mysql.c
+  ext/mysqli/mysqli_api.c
+  ext/mysqli/mysqli_driver.c
+  ext/mysqli/mysqli_prop.c
+  ext/pdo_mysql/mysql_statement.c:
+  Fix compiler warnings in ext/mysql, ext/mysqli and ext/pdo_mysql
+
+* ext/imap/php_imap.c:
+  Nuke warnings (only in HEAD)
+
+* (PHP_5_3)
+  ext/standard/dns.c:
+  MFH: Fix Windows build, dns_get_record is defined in dns_win32.c, not 
here
+
+* ext/date/php_date.c:
+  Nuke newly introduced warning
+
+* ext/standard/dns.c:
+  Fix Windows build, dns_get_record is defined in dns_win32.c, not here
+
 2009-05-19  Derick Rethans  p...@derickrethans.nl
 
 * ext/date/php_date.c:
@@ -41055,7 +41165,7 @@
 
 * sapi/litespeed/lsapi_main.c
   sapi/litespeed/lsapilib.c:
-  - Added missing $Id: ChangeLog,v 1.3409 2009/05/20 01:32:40 changelog 
Exp $ tags and nuked c++ comments
+  - Added missing $Id: ChangeLog,v 1.3410 2009/05/21 01:32:45 changelog 
Exp $ tags and nuked c++ comments
 
 * (PHP_5_3)
   ext/intl/locale/locale.c




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

2009-05-17 Thread changelog
changelog   Mon May 18 01:32:46 2009 UTC

  Modified files:  
/php-srcChangeLog 
  Log:
  ChangeLog update
  http://cvs.php.net/viewvc.cgi/php-src/ChangeLog?r1=1.3406r2=1.3407diff_format=u
Index: php-src/ChangeLog
diff -u php-src/ChangeLog:1.3406 php-src/ChangeLog:1.3407
--- php-src/ChangeLog:1.3406Sun May 17 01:33:09 2009
+++ php-src/ChangeLog   Mon May 18 01:32:44 2009
@@ -1,3 +1,575 @@
+2009-05-17  Pierre-Alain Joye  pierre@gmail.com
+
+* TSRM/tsrm_win32.c
+  TSRM/tsrm_win32.h
+  ext/standard/tests/file/windows_acls/bug44859.phpt
+  ext/standard/tests/file/windows_acls/bug44859_2.phpt
+  ext/standard/tests/file/windows_acls/bug44859_3.phpt
+  ext/standard/tests/file/windows_acls/common.inc
+  ext/standard/tests/file/windows_acls/tiny.bat
+  ext/standard/tests/file/windows_acls/tiny.exe:
+  - MFB: #44859, fixed support for windows ACL, drop win9x code
+
+* ext/standard/tests/file/windows_acls/common.inc
+  ext/standard/tests/file/windows_acls/common.inc:
+  
+  file common.inc was initially added on branch PHP_5_3.
+
+* ext/standard/tests/file/windows_acls/bug44859.phpt
+  ext/standard/tests/file/windows_acls/bug44859.phpt
+  ext/standard/tests/file/windows_acls/bug44859_2.phpt
+  ext/standard/tests/file/windows_acls/bug44859_2.phpt
+  ext/standard/tests/file/windows_acls/bug44859_3.phpt
+  ext/standard/tests/file/windows_acls/bug44859_3.phpt
+  ext/standard/tests/file/windows_acls/tiny.bat
+  ext/standard/tests/file/windows_acls/tiny.bat
+  ext/standard/tests/file/windows_acls/tiny.exe
+  ext/standard/tests/file/windows_acls/tiny.exe:
+  
+  file bug44859.phpt was initially added on branch PHP_5_3.
+
+* (PHP_5_3)
+  TSRM/tsrm_win32.c
+  TSRM/tsrm_win32.h:
+  - #44859, fixed support for windows ACL, drop win9x code
+
+2009-05-17  Felipe Pena  felipe...@gmail.com
+
+* (PHP_5_2)
+  ext/sockets/tests/socket_accept-wrongparams.phpt
+  ext/sockets/tests/socket_accept-wrongparams.phpt
+  ext/sockets/tests/socket_create_listen-nobind.phpt
+  ext/sockets/tests/socket_create_listen-nobind.phpt
+  ext/sockets/tests/socket_create_listen-wrongparams.phpt
+  ext/sockets/tests/socket_create_listen-wrongparams.phpt
+  ext/sockets/tests/socket_create_listen.phpt
+  ext/sockets/tests/socket_create_listen.phpt
+  ext/sockets/tests/socket_create_pair-wrongparams.phpt
+  ext/sockets/tests/socket_create_pair-wrongparams.phpt
+  ext/sockets/tests/socket_create_pair.phpt
+  ext/sockets/tests/socket_create_pair.phpt
+  ext/sockets/tests/socket_listen-wrongparams.phpt
+  ext/sockets/tests/socket_listen-wrongparams.phpt
+  ext/sockets/tests/socket_select-wrongparams-1.phpt
+  ext/sockets/tests/socket_select-wrongparams-1.phpt
+  ext/sockets/tests/socket_select-wrongparams-2.phpt
+  ext/sockets/tests/socket_select-wrongparams-2.phpt
+  ext/sockets/tests/socket_select-wrongparams-3.phpt
+  ext/sockets/tests/socket_select-wrongparams-3.phpt
+  ext/sockets/tests/socket_select-wrongparams-4.phpt
+  ext/sockets/tests/socket_select-wrongparams-4.phpt
+  ext/sockets/tests/socket_select.phpt
+  ext/sockets/tests/socket_select.phpt
+  ext/sockets/tests/socket_sentto_recvfrom_ipv4_udp.phpt
+  ext/sockets/tests/socket_sentto_recvfrom_ipv4_udp.phpt
+  ext/sockets/tests/socket_sentto_recvfrom_ipv6_udp.phpt
+  ext/sockets/tests/socket_sentto_recvfrom_ipv6_udp.phpt
+  ext/sockets/tests/socket_sentto_recvfrom_unix.phpt
+  ext/sockets/tests/socket_sentto_recvfrom_unix.phpt
+  ext/sockets/tests/socket_set_block-retval.phpt
+  ext/sockets/tests/socket_set_block-retval.phpt
+  ext/sockets/tests/socket_set_block-wrongparams.phpt
+  ext/sockets/tests/socket_set_block-wrongparams.phpt
+  ext/sockets/tests/socket_set_nonblock-retval.phpt
+  ext/sockets/tests/socket_set_nonblock-retval.phpt
+  ext/sockets/tests/socket_set_nonblock-wrongparams.phpt
+  ext/sockets/tests/socket_set_nonblock-wrongparams.phpt
+  ext/sockets/tests/socket_set_option_error_socket_option.phpt
+  ext/sockets/tests/socket_set_option_error_socket_option.phpt
+  ext/sockets/tests/socket_set_option_rcvtimeo.phpt
+  ext/sockets/tests/socket_set_option_rcvtimeo.phpt
+  ext/sockets/tests/socket_set_option_seolinger.phpt
+  ext/sockets/tests/socket_set_option_seolinger.phpt
+  ext/sockets/tests/socket_set_option_sndtimeo.phpt
+  ext/sockets/tests/socket_set_option_sndtimeo.phpt:
+  - New tests (testfest BerlinUG)
+
+* ext/sockets/tests/socket_accept-wrongparams.phpt
+  ext/sockets/tests/socket_accept-wrongparams.phpt
+  ext/sockets/tests/socket_accept-wrongparams.phpt
+  ext/sockets/tests/socket_create_listen-nobind.phpt
+  ext/sockets/tests/socket_create_listen-nobind.phpt
+  

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

2009-05-16 Thread changelog
changelog   Sun May 17 01:33:11 2009 UTC

  Modified files:  
/php-srcChangeLog 
  Log:
  ChangeLog update
  http://cvs.php.net/viewvc.cgi/php-src/ChangeLog?r1=1.3405r2=1.3406diff_format=u
Index: php-src/ChangeLog
diff -u php-src/ChangeLog:1.3405 php-src/ChangeLog:1.3406
--- php-src/ChangeLog:1.3405Sat May 16 01:32:41 2009
+++ php-src/ChangeLog   Sun May 17 01:33:09 2009
@@ -1,3 +1,357 @@
+2009-05-16  Felipe Pena  felipe...@gmail.com
+
+* (PHP_5_2)
+  ext/imap/tests/imap_body.phpt
+  ext/imap/tests/imap_body.phpt
+  ext/imap/tests/imap_expunge_error.phpt
+  ext/imap/tests/imap_expunge_error.phpt
+  ext/imap/tests/imap_gc_error.phpt
+  ext/imap/tests/imap_headers.phpt
+  ext/imap/tests/imap_headers.phpt
+  ext/imap/tests/imap_num_msg_error.phpt
+  ext/imap/tests/imap_num_msg_error.phpt
+  ext/imap/tests/imap_num_recent_error.phpt
+  ext/imap/tests/imap_num_recent_error.phpt
+  ext/imap/tests/imap_open_error.phpt
+  ext/imap/tests/imap_open_error.phpt
+  ext/imap/tests/imap_ping_error.phpt
+  ext/imap/tests/imap_ping_error.phpt
+  ext/xmlwriter/tests/bug48204.phpt
+  ext/xmlwriter/tests/bug48204.phpt
+  ext/xmlwriter/tests/xmlwriter_open_uri_error_001.phpt
+  ext/xmlwriter/tests/xmlwriter_open_uri_error_001.phpt
+  ext/xmlwriter/tests/xmlwriter_open_uri_error_002.phpt
+  ext/xmlwriter/tests/xmlwriter_open_uri_error_002.phpt
+  ext/xmlwriter/tests/xmlwriter_open_uri_error_003.phpt
+  ext/xmlwriter/tests/xmlwriter_open_uri_error_003.phpt
+  ext/xmlwriter/tests/xmlwriter_open_uri_error_004.phpt
+  ext/xmlwriter/tests/xmlwriter_open_uri_error_004.phpt
+  ext/xmlwriter/tests/xmlwriter_open_uri_error_005.phpt
+  ext/xmlwriter/tests/xmlwriter_open_uri_error_005.phpt
+  ext/xmlwriter/tests/xmlwriter_set_indent_string_basic_001.phpt
+  ext/xmlwriter/tests/xmlwriter_set_indent_string_basic_001.phpt
+  ext/xmlwriter/tests/xmlwriter_set_indent_string_error_001.phpt
+  ext/xmlwriter/tests/xmlwriter_set_indent_string_error_001.phpt
+  ext/xmlwriter/tests/xmlwriter_write_attribute_ns_basic_001.phpt
+  ext/xmlwriter/tests/xmlwriter_write_attribute_ns_basic_001.phpt
+  ext/xmlwriter/tests/xmlwriter_write_attribute_ns_error_001.phpt
+  ext/xmlwriter/tests/xmlwriter_write_attribute_ns_error_001.phpt
+  ext/xmlwriter/tests/xmlwriter_write_dtd_basic_001.phpt
+  ext/xmlwriter/tests/xmlwriter_write_dtd_basic_001.phpt
+  ext/xmlwriter/tests/xmlwriter_write_dtd_error_001.phpt
+  ext/xmlwriter/tests/xmlwriter_write_dtd_error_001.phpt:
+  - New tests (testfest DutchUG)
+
+* ext/imap/tests/imap_body.phpt
+  ext/imap/tests/imap_body.phpt
+  ext/imap/tests/imap_body.phpt
+  ext/imap/tests/imap_expunge_error.phpt
+  ext/imap/tests/imap_expunge_error.phpt
+  ext/imap/tests/imap_expunge_error.phpt
+  ext/imap/tests/imap_gc_error.phpt
+  ext/imap/tests/imap_gc_error.phpt
+  ext/imap/tests/imap_headers.phpt
+  ext/imap/tests/imap_headers.phpt
+  ext/imap/tests/imap_headers.phpt
+  ext/imap/tests/imap_num_msg_error.phpt
+  ext/imap/tests/imap_num_msg_error.phpt
+  ext/imap/tests/imap_num_msg_error.phpt
+  ext/imap/tests/imap_num_recent_error.phpt
+  ext/imap/tests/imap_num_recent_error.phpt
+  ext/imap/tests/imap_num_recent_error.phpt
+  ext/imap/tests/imap_open_error.phpt
+  ext/imap/tests/imap_open_error.phpt
+  ext/imap/tests/imap_open_error.phpt
+  ext/imap/tests/imap_ping_error.phpt
+  ext/imap/tests/imap_ping_error.phpt
+  ext/imap/tests/imap_ping_error.phpt
+  ext/xmlwriter/tests/bug48204.phpt:
+1.1.4;
+  - New tests (testfest DutchUG)
+
+2009-05-16  Arnaud Le Blanc  arnaud...@gmail.com
+
+* (PHP_5_3)
+  NEWS
+  ext/standard/http_fopen_wrapper.c
+  ext/standard/http_fopen_wrapper.c:
+  Fixed bug #38802 (max_redirects and ignore_errors)
+  (patch by datib...@php.net)
+
+* (PHP_5_2)
+  main/streams/memory.c:
+  MFH: Fix warning when inner stream of a temp:// stream is closed before
+  the stream ifself
+
+* main/streams/memory.c
+  main/streams/memory.c:
+  Fix warning when inner stream of a temp:// stream is closed before
+  the stream ifself
+
+* (PHP_5_2)
+  NEWS
+  ext/standard/tests/streams/stream_copy_to_stream_socket.phpt
+  ext/standard/tests/streams/stream_copy_to_stream_socket.phpt
+  main/streams/streams.c
+  main/streams/streams.c:
+  MFH: Fixed bug #48307 (stream_copy_to_stream() copies 0 bytes when 
$source
+  is a socket)
+
+* main/streams/streams.c:
+  Fixed bug #48307 (stream_copy_to_stream() copies 0 bytes when $source
+  is a socket)
+
+* ext/standard/tests/streams/stream_copy_to_stream_socket.phpt
+  ext/standard/tests/streams/stream_copy_to_stream_socket.phpt
+  

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

2009-05-13 Thread changelog
changelog   Thu May 14 01:32:47 2009 UTC

  Modified files:  
/php-srcChangeLog 
  Log:
  ChangeLog update
  
http://cvs.php.net/viewvc.cgi/php-src/ChangeLog?r1=1.3402r2=1.3403diff_format=u
Index: php-src/ChangeLog
diff -u php-src/ChangeLog:1.3402 php-src/ChangeLog:1.3403
--- php-src/ChangeLog:1.3402Wed May 13 01:32:42 2009
+++ php-src/ChangeLog   Thu May 14 01:32:45 2009
@@ -1,3 +1,93 @@
+2009-05-13  Greg Beaver  g...@chiaraquartet.net
+
+* ext/phar/phar.c
+  ext/phar/phar_internal.h
+  ext/phar/tar.c
+  ext/phar/tests/tar/require_hash.phpt
+  ext/phar/tests/tar/files/Net_URL-1.0.15.tgz:
+  MFB: fix Bug #48257: PharData throws exception with non-phar tar
+
+* (PHP_5_3)
+  NEWS
+  ext/phar/phar.c
+  ext/phar/phar_internal.h
+  ext/phar/tar.c
+  ext/phar/tests/tar/require_hash.phpt
+  ext/phar/tests/tar/tar_nohash.phpt
+  ext/phar/tests/tar/tar_nohash.phpt
+  ext/phar/tests/tar/files/Net_URL-1.0.15.tgz
+  ext/phar/tests/tar/files/Net_URL-1.0.15.tgz:
+  fix Bug #48257: PharData throws exception with non-phar tar
+
+2009-05-13  Jani Taskinen  jani.taski...@sci.fi
+
+* (PHP_5_3)
+  ZendEngine2/zend.c
+  build/order_by_dep.awk
+  ext/date/config.m4
+  ext/date/config0.m4
+  ext/date/php_date.c:
+  MFH: Fixed module loading order and made request shutdown functions also 
to
+   be loaded in reverse like all other shutdowns are.
+
+2009-05-13  Kalle Sommer Nielsen  kalle@gmail.com
+
+* (PHP_5_3)
+  ext/standard/uuencode.c:
+  MFH: Fix compiler warnings, safe_emalloc expects size_t, not double as 
ceil
+  returns
+
+* ext/standard/uuencode.c:
+  Fix compiler warnings, safe_emalloc expects size_t, not double as ceil
+  returns
+
+* ext/phar/func_interceptors.c:
+  Nuke compiler warning
+
+2009-05-13  Ilia Alshanetsky  i...@prohost.org
+
+* (PHP_5_2)
+  NEWS
+  ext/xmlrpc/xmlrpc-epi-php.c:
+  
+  MFB: Fixed bug #44996 (xmlrpc_decode() ignores time zone on
+  iso8601.datetime).
+
+* ext/xmlrpc/xmlrpc-epi-php.c:
+  
+  MFB: Fixed bug #44996 (xmlrpc_decode() ignores time zone on
+  iso8601.datetime)
+
+* (PHP_5_3)
+  ext/xmlrpc/xmlrpc-epi-php.c:
+  Fixed bug #44996 (xmlrpc_decode() ignores time zone on iso8601.datetime)
+
+2009-05-13  Felipe Pena  felipe...@gmail.com
+
+* (PHP_5_2)
+  NEWS
+  ext/dba/dba_db4.c
+  ext/dba/dba_db4.c
+  ext/dba/tests/bug48240.phpt
+  ext/dba/tests/bug48240.phpt:
+  - MFH: Fixed bug #48240 (DBA Segmentation fault dba_nextkey)
+
+* ext/dba/dba_db4.c
+  ext/dba/tests/bug48240.phpt
+  ext/dba/tests/bug48240.phpt
+  ext/dba/tests/bug48240.phpt:
+  - Fixed bug #48240 (DBA Segmentation fault dba_nextkey)
+
+2009-05-13  Jani Taskinen  jani.taski...@sci.fi
+
+* ZendEngine2/zend.c
+  build/order_by_dep.awk
+  ext/date/config.m4
+  ext/date/config0.m4
+  ext/date/config0.m4
+  ext/date/php_date.c:
+  - Fixed bug #48247 (PHP crashes on errors during startup)
+
 2009-05-12  Matteo Beccati  mat...@beccati.com
 
 * (PHP_5_3)
@@ -39365,7 +39455,7 @@
 
 * sapi/litespeed/lsapi_main.c
   sapi/litespeed/lsapilib.c:
-  - Added missing $Id: ChangeLog,v 1.3402 2009/05/13 01:32:42 changelog 
Exp $ tags and nuked c++ comments
+  - Added missing $Id: ChangeLog,v 1.3403 2009/05/14 01:32:45 changelog 
Exp $ tags and nuked c++ comments
 
 * (PHP_5_3)
   ext/intl/locale/locale.c




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

2009-05-12 Thread changelog
changelog   Wed May 13 01:32:43 2009 UTC

  Modified files:  
/php-srcChangeLog 
  Log:
  ChangeLog update
  
http://cvs.php.net/viewvc.cgi/php-src/ChangeLog?r1=1.3401r2=1.3402diff_format=u
Index: php-src/ChangeLog
diff -u php-src/ChangeLog:1.3401 php-src/ChangeLog:1.3402
--- php-src/ChangeLog:1.3401Tue May 12 01:32:51 2009
+++ php-src/ChangeLog   Wed May 13 01:32:42 2009
@@ -1,3 +1,128 @@
+2009-05-12  Matteo Beccati  mat...@beccati.com
+
+* (PHP_5_3)
+  ext/pdo/tests/bug_44861.phpt
+  ext/pdo_pgsql/tests/bug44861.phpt:
+  MFH
+  - Moved test for bug #44861 to PDO commons and added support for pdo_oci
+
+* ext/pdo/tests/bug_44861.phpt
+  ext/pdo/tests/bug_44861.phpt
+  ext/pdo_pgsql/tests/bug44861.phpt:
+  
+  - Moved test for bug #44861 to PDO commons and added support for pdo_oci
+
+2009-05-12  Felipe Pena  felipe...@gmail.com
+
+* (PHP_5_2)
+  NEWS
+  ZendEngine2/zend_object_handlers.c
+  ZendEngine2/zend_object_handlers.c
+  ZendEngine2/tests/bug48248.phpt
+  ZendEngine2/tests/bug48248.phpt:
+  - MFH: Fixed bug #48248 (SIGSEGV when access to private property via
+  __get)
+
+* ZendEngine2/zend_object_handlers.c
+  ZendEngine2/tests/bug48248.phpt
+  ZendEngine2/tests/bug48248.phpt
+  ZendEngine2/tests/bug48248.phpt:
+  - Fixed bug #48248 (SIGSEGV when access to private property via __get)
+
+2009-05-12  Matteo Beccati  mat...@beccati.com
+
+* ext/pdo_pgsql/pgsql_statement.c
+  ext/pdo_pgsql/php_pdo_pgsql_int.h
+  ext/pdo_pgsql/tests/bug44861.phpt:
+  - Fixed bug #48188
+
+* (PHP_5_2)
+  NEWS:
+  Added proper credits for the last commit
+
+* (PHP_5_2)
+  NEWS
+  ext/pdo_oci/oci_driver.c
+  ext/pdo_oci/oci_statement.c
+  ext/pdo_oci/tests/bug44301.phpt:
+  MFH
+  - Backported fix for #44301
+  - Fixed bug #48070
+
+* ext/pdo_oci/oci_driver.c:
+  - Fixed bug #48070
+
+* ext/pdo_oci/oci_driver.c
+  ext/pdo_oci/oci_statement.c
+  ext/pdo_oci/package.xml
+  ext/pdo_oci/package2.xml
+  ext/pdo_oci/pdo_oci.c
+  ext/pdo_oci/php_pdo_oci.h
+  ext/pdo_oci/php_pdo_oci_int.h
+  ext/pdo_oci/tests/bug41996.phpt
+  ext/pdo_oci/tests/bug_33707.phpt
+  ext/pdo_oci/tests/pdo_oci_attr_case.phpt
+  ext/pdo_oci/tests/pdo_oci_attr_client.phpt
+  ext/pdo_oci/tests/pdo_oci_attr_drivername.phpt
+  ext/pdo_oci/tests/pdo_oci_attr_nulls_1.phpt
+  ext/pdo_oci/tests/pdo_oci_attr_server.phpt
+  ext/pdo_oci/tests/pdo_oci_quote1.phpt
+  ext/pdo_oci/tests/pecl_bug_6364.phpt:
+  MFB
+  - Updated PDO_OCI to the latest version (from PHP_5_3 branch)
+
+2009-05-12  Felipe Pena  felipe...@gmail.com
+
+* (PHP_5_3)
+  ext/date/tests/002.phpt
+  ext/date/tests/009_win32.phpt
+  ext/date/tests/bug13142.phpt
+  ext/date/tests/bug14561.phpt
+  ext/date/tests/bug17988.phpt
+  ext/date/tests/bug20382-1.phpt
+  ext/date/tests/bug20382-2.phpt
+  ext/date/tests/bug21399.phpt
+  ext/date/tests/bug21966.phpt
+  ext/date/tests/bug26090.phpt
+  ext/date/tests/bug26317.phpt
+  ext/date/tests/bug26320.phpt
+  ext/date/tests/bug26694.phpt
+  ext/date/tests/bug27719.phpt
+  ext/date/tests/bug27780.phpt
+  ext/date/tests/bug28024.phpt
+  ext/date/tests/bug29150.phpt
+  ext/date/tests/bug30532.phpt
+  ext/date/tests/bug32086.phpt
+  ext/date/tests/bug32270.phpt
+  ext/date/tests/bug32555.phpt
+  ext/date/tests/bug32588.phpt
+  ext/date/tests/bug33414-1.phpt
+  ext/date/tests/bug33414-2.phpt
+  ext/date/tests/bug33415-1.phpt
+  ext/date/tests/bug33532.phpt
+  ext/date/tests/bug35425.phpt
+  ext/date/tests/date_default_timezone_get-3.phpt:
+  - Fixed tests on Windows
+
+2009-05-12  Ilia Alshanetsky  i...@prohost.org
+
+* (PHP_5_2)
+  NEWS
+  ext/standard/pack.c
+  ext/standard/pack.c
+  ext/standard/tests/strings/bug38770.phpt
+  ext/standard/tests/strings/bug38770.phpt:
+  
+  MFB: Fixed bug #47564 (unpacking unsigned long 32bit bit endian returns
+  wrong result)
+
+* (PHP_5_3)
+  ext/standard/pack.c
+  ext/standard/tests/strings/bug38770.phpt:
+  
+  Fixed bug #47564 (unpacking unsigned long 32bit bit endian returns wrong
+  result)
+
 2009-05-11  Felipe Pena  felipe...@gmail.com
 
 * ZendEngine2/zend_exceptions.c
@@ -39240,7 +39365,7 @@
 
 * sapi/litespeed/lsapi_main.c
   sapi/litespeed/lsapilib.c:
-  - Added missing $Id: ChangeLog,v 1.3401 2009/05/12 01:32:51 changelog 
Exp $ tags and nuked c++ comments
+  - Added missing $Id: ChangeLog,v 1.3402 2009/05/13 01:32:42 changelog 
Exp $ tags and nuked c++ comments
 
 * (PHP_5_3)
   ext/intl/locale/locale.c




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

2009-05-11 Thread changelog
changelog   Tue May 12 01:32:52 2009 UTC

  Modified files:  
/php-srcChangeLog 
  Log:
  ChangeLog update
  
http://cvs.php.net/viewvc.cgi/php-src/ChangeLog?r1=1.3400r2=1.3401diff_format=u
Index: php-src/ChangeLog
diff -u php-src/ChangeLog:1.3400 php-src/ChangeLog:1.3401
--- php-src/ChangeLog:1.3400Mon May 11 01:32:52 2009
+++ php-src/ChangeLog   Tue May 12 01:32:51 2009
@@ -1,3 +1,124 @@
+2009-05-11  Felipe Pena  felipe...@gmail.com
+
+* ZendEngine2/zend_exceptions.c
+  ZendEngine2/tests/exception_010.phpt
+  ZendEngine2/tests/exception_010.phpt
+  ZendEngine2/tests/exception_010.phpt:
+  - Fix code  new test
+
+* ZendEngine2/zend_exceptions.c
+  ZendEngine2/zend_exceptions.c
+  ZendEngine2/zend_exceptions.c:
+  - Added missing param checks
+
+2009-05-11  Ilia Alshanetsky  i...@prohost.org
+
+* (PHP_5_3)
+  NEWS:
+  
+  moved to 5.2 as well
+
+* (PHP_5_2)
+  NEWS
+  ext/xmlwriter/php_xmlwriter.c:
+  MFB: Fixed bug #48204 (xmlwriter_open_uri() does not emit warnings on
+  invalid
+paths)
+
+* ext/xmlwriter/php_xmlwriter.c:
+  
+  MFB: Fixed bug #48204 (xmlwriter_open_uri() does not emit warnings on
+  invalid paths)
+
+* (PHP_5_3)
+  NEWS
+  ext/xmlwriter/php_xmlwriter.c:
+  
+  Fixed bug #48204 (xmlwriter_open_uri() does not emit warnings on invalid
+  paths)
+
+2009-05-11  Pierre-Alain Joye  pierre@gmail.com
+
+* (PHP_5_2)
+  ext/pgsql/config.w32
+  ext/pgsql/config.w32:
+  - MFH: define HAVE_PQPROTOCOLVERSION and HAVE_PG_LO_CREATE (Tim Starling)
+
+* ext/pgsql/config.w32:
+  - define HAVE_PQPROTOCOLVERSION and HAVE_PG_LO_CREATE (Tim Starling)
+
+2009-05-11  Jani Taskinen  jani.taski...@sci.fi
+
+* (PHP_5_3)
+  ZendEngine2/zend_operators.c:
+  MFH:- Removed unnecessary TSRMLS_FETCH() calls
+
+* ZendEngine2/zend_operators.c:
+  - Removed unnecessary TSRMLS_FETCH() calls
+
+* ZendEngine2/zend_operators.c:
+  - Syncing with PHP_5_3 (merging some stuff that was not merged before for
+  some reason)
+
+2009-05-11  Kalle Sommer Nielsen  kalle@gmail.com
+
+* ext/phar/config.w32:
+  Fix conditional
+
+2009-05-11  Jani Taskinen  jani.taski...@sci.fi
+
+* (PHP_5_3)
+  ext/standard/tests/file/file_put_contents_variation2.phpt
+  ext/standard/tests/file/file_put_contents_variation2.phpt
+  ext/standard/tests/file/fwrite_variation5.phpt
+  ext/standard/tests/file/fwrite_variation5.phpt:
+  - Fix paths
+
+* ext/standard/tests/file/file_put_contents_variation2.phpt
+  ext/standard/tests/file/fwrite_variation5.phpt:
+  -fix path
+
+2009-05-11  Felipe Pena  felipe...@gmail.com
+
+* (PHP_5_2)
+  ext/odbc/tests/config.inc
+  ext/odbc/tests/config.inc
+  ext/odbc/tests/odbc_exec_001.phpt
+  ext/odbc/tests/odbc_exec_001.phpt
+  ext/odbc/tests/skipif.inc
+  ext/odbc/tests/skipif.inc:
+  - Starting tests for this extension
+
+* ext/odbc/tests/config.inc
+  ext/odbc/tests/config.inc
+  ext/odbc/tests/config.inc
+  ext/odbc/tests/odbc_exec_001.phpt
+  ext/odbc/tests/odbc_exec_001.phpt
+  ext/odbc/tests/odbc_exec_001.phpt
+  ext/odbc/tests/skipif.inc
+  ext/odbc/tests/skipif.inc
+  ext/odbc/tests/skipif.inc:
+1.1.4;
+  - Starting tests for this extension
+
+* ext/phar/tests/phpinfo_001.phpt
+  ext/phar/tests/phpinfo_001.phpt
+  ext/phar/tests/phpinfo_002.phpt
+  ext/phar/tests/phpinfo_002.phpt
+  ext/phar/tests/phpinfo_003.phpt
+  ext/phar/tests/phpinfo_003.phpt
+  ext/phar/tests/phpinfo_004.phpt
+  ext/phar/tests/phpinfo_004.phpt:
+  - Fixed tests
+
+2009-05-11  Jani Taskinen  jani.taski...@sci.fi
+
+* ZendEngine2/zend_operators.c:
+  - And more CS fixes
+
+* ZendEngine2/zend_operators.c:
+  - Nuked more whitespace
+
 2009-05-10  Jani Taskinen  jani.taski...@sci.fi
 
 * (PHP_5_3)
@@ -39119,7 +39240,7 @@
 
 * sapi/litespeed/lsapi_main.c
   sapi/litespeed/lsapilib.c:
-  - Added missing $Id: ChangeLog,v 1.3400 2009/05/11 01:32:52 changelog 
Exp $ tags and nuked c++ comments
+  - Added missing $Id: ChangeLog,v 1.3401 2009/05/12 01:32:51 changelog 
Exp $ tags and nuked c++ comments
 
 * (PHP_5_3)
   ext/intl/locale/locale.c




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

2009-05-09 Thread changelog
changelog   Sun May 10 01:33:00 2009 UTC

  Modified files:  
/php-srcChangeLog 
  Log:
  ChangeLog update
  
http://cvs.php.net/viewvc.cgi/php-src/ChangeLog?r1=1.3398r2=1.3399diff_format=u
Index: php-src/ChangeLog
diff -u php-src/ChangeLog:1.3398 php-src/ChangeLog:1.3399
--- php-src/ChangeLog:1.3398Sat May  9 01:33:01 2009
+++ php-src/ChangeLog   Sun May 10 01:32:59 2009
@@ -1,3 +1,90 @@
+2009-05-09  Johannes Schlüter  johan...@schlueters.de
+
+* (PHP_5_3)
+  ext/standard/CREDITS:
+  really delete it
+
+* ext/standard/CREDITS
+  ext/standard/credits_ext.h:
+  Remove bad CREDITS file
+
+2009-05-09  Etienne Kneuss  p...@colder.ch
+
+* (PHP_5_3)
+  NEWS
+  ext/spl/spl_directory.c
+  ext/spl/tests/bug47534.phpt:
+  MFH: Fix bug #47534 (RecursiveDirectoryIterator::getChildren ignoring
+  CURRENT_AS_PATHNAME)
+
+* ext/spl/spl_directory.c
+  ext/spl/tests/bug47534.phpt
+  ext/spl/tests/bug47534.phpt:
+  Fix bug #47534 (RecursiveDirectoryIterator::getChildren ignoring
+  CURRENT_AS_PATHNAME)
+
+* ext/spl/tests/bug47534.phpt
+  ext/spl/tests/bug47534.phpt:
+  
+  file bug47534.phpt was initially added on branch PHP_5_2.
+
+2009-05-09  Scott MacVicar  sc...@macvicar.net
+
+* (PHP_5_2)
+  NEWS
+  NEWS:
+  BFN
+
+2009-05-09  Jani Taskinen  jani.taski...@sci.fi
+
+* (PHP_5_3)
+  NEWS:
+  - Moved to PHP_5_2
+
+2009-05-09  Scott MacVicar  sc...@macvicar.net
+
+* ext/fileinfo/libmagic/patchlevel.h
+  ext/fileinfo/libmagic/readcdf.c:
+  Update bundled libmagic to 5.03
+
+2009-05-09  Jani Taskinen  jani.taski...@sci.fi
+
+* (PHP_5_2)
+  NEWS
+  acinclude.m4:
+  MFH: sync + - Fixed bug #47468 (enable cli|cgi-only extensions  for embed
+  sapi)
+
+* (PHP_5_3)
+  acinclude.m4:
+  MFH:- Fixed bug #47468 (enable cli|cgi-only extensions  for embed sapi)
+
+* acinclude.m4:
+  - Fixed bug #47468 (enable cli|cgi-only extensions  for embed sapi)
+
+2009-05-09  Scott MacVicar  sc...@macvicar.net
+
+* (PHP_5_3)
+  ext/spl/tests/dit_003.phpt:
+  MFH Broken test when you have a snapshot as it relies on CVS
+
+* ext/spl/tests/dit_003.phpt:
+  Broken test when you have a snapshot as it relies on CVS
+
+* (PHP_5_2)
+  ext/spl/spl_iterators.c
+  ext/spl/spl_iterators.c:
+  MFH Fix bug #48206 - Iterating over an invalid data structure leads to a
+  segfault
+
+* ext/spl/spl_iterators.c
+  ext/spl/spl_iterators.c:
+  Fix bug #48206 again
+
+* ext/spl/spl_iterators.c:
+  Fix bug #48206 - Iterating over an invalid data structure leads to a
+  segfault
+
 2009-05-08  Matt Wilmas  php_li...@realplain.com
 
 * (PHP_5_2)
@@ -38876,7 +38963,7 @@
 
 * sapi/litespeed/lsapi_main.c
   sapi/litespeed/lsapilib.c:
-  - Added missing $Id: ChangeLog,v 1.3398 2009/05/09 01:33:01 changelog 
Exp $ tags and nuked c++ comments
+  - Added missing $Id: ChangeLog,v 1.3399 2009/05/10 01:32:59 changelog 
Exp $ tags and nuked c++ comments
 
 * (PHP_5_3)
   ext/intl/locale/locale.c




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

2009-05-07 Thread changelog
changelog   Fri May  8 01:33:04 2009 UTC

  Modified files:  
/php-srcChangeLog 
  Log:
  ChangeLog update
  
http://cvs.php.net/viewvc.cgi/php-src/ChangeLog?r1=1.3396r2=1.3397diff_format=u
Index: php-src/ChangeLog
diff -u php-src/ChangeLog:1.3396 php-src/ChangeLog:1.3397
--- php-src/ChangeLog:1.3396Thu May  7 01:32:55 2009
+++ php-src/ChangeLog   Fri May  8 01:33:03 2009
@@ -1,3 +1,119 @@
+2009-05-07  Matteo Beccati  mat...@beccati.com
+
+* (PHP_5_3)
+  NEWS
+  ext/pdo_sqlite/sqlite_statement.c:
+  MFH
+  - Fixed bug #48185 removing no-op code
+
+* ext/pdo_sqlite/sqlite_statement.c:
+  - Fixed bug #48185 removing no-op code
+
+2009-05-07  Felipe Pena  felipe...@gmail.com
+
+* ext/sqlite3/sqlite3.c
+  ext/sqlite3/sqlite3.c:
+  - Fix build
+
+2009-05-07  Scott MacVicar  sc...@macvicar.net
+
+* (PHP_5_3)
+  NEWS
+  NEWS:
+  BFN
+
+* ext/sqlite3/sqlite3.c:
+  MFB Print warning when using loadExtension on non cli, cgi and embeded
+
+* ext/sqlite3/sqlite3.c:
+  Some unicode updates for sqlite3
+
+* (PHP_5_3)
+  ext/sqlite3/sqlite3.c:
+  Print warning when using loadExtension on non cli, cgi and embeded
+
+2009-05-07  Jani Taskinen  jani.taski...@sci.fi
+
+* tests/lang/bug45392.phpt:
+  - Missed one line
+
+* (PHP_5_2)
+  NEWS
+  tests/lang/bug45392.phpt:
+  - Bug 45392 was never fixed in PHP_5_2
+
+* tests/lang/bug45392.phpt:
+  - Fix test to actually test for the bug
+
+2009-05-07  Ilia Alshanetsky  i...@prohost.org
+
+* ext/sqlite3/libsqlite/sqlite3.c:
+  MFB: fixed compiler warning
+
+* (PHP_5_3)
+  ext/sqlite3/libsqlite/sqlite3.c:
+  
+  Fixed compiler warning
+
+2009-05-07  Felipe Pena  felipe...@gmail.com
+
+* ZendEngine2/tests/bug47714.phpt
+  ZendEngine2/tests/bug47714.phpt:
+  - Missing title
+
+* (PHP_5_3)
+  ZendEngine2/zend_builtin_functions.c
+  ZendEngine2/tests/017.phpt:
+  - MFH: Parameter parsing changes for get_defined_constants() (Kalle)
+
+2009-05-07  Scott MacVicar  sc...@macvicar.net
+
+* ext/sqlite3/libsqlite/sqlite3.c
+  ext/sqlite3/libsqlite/sqlite3.h
+  ext/sqlite3/libsqlite/sqlite3ext.h:
+  Update bundled libsqlite to 3.6.14
+
+2009-05-07  Zoe Slattery  zoe.slatt...@googlemail.com
+
+* scripts/dev/generate-phpt.phar
+  scripts/dev/generate-phpt.phar
+  scripts/dev/generate_phpt.php:
+  
+  file generate-phpt.phar was initially added on branch PHP_5_3.
+
+2009-05-07  Hannes Magnusson  hannes.magnus...@gmail.com
+
+* ext/standard/tests/misc/browsernames.inc
+  ext/standard/tests/misc/browsernames.php
+  ext/standard/tests/misc/get_browser_basic.phpt
+  ext/standard/tests/misc/get_browser_error.phpt
+  ext/standard/tests/misc/get_browser_variation1.phpt:
+  MFB5.3: Fix tests
+
+* ext/standard/tests/misc/browsernames.inc
+  ext/standard/tests/misc/browsernames.inc
+  ext/standard/tests/misc/browsernames.php
+  ext/standard/tests/misc/get_browser_basic.phpt
+  ext/standard/tests/misc/get_browser_error.phpt
+  ext/standard/tests/misc/get_browser_variation1.phpt:
+  
+  file browsernames.inc was initially added on branch PHP_5_3.
+
+2009-05-07  Kalle Sommer Nielsen  kalle@gmail.com
+
+* (PHP_5_3)
+  UPGRADING:
+  use have been a keyword in a forever, thanks Greg
+
+* (PHP_5_3)
+  UPGRADING:
+  Windows ME is not supported either as of 5.3
+
+* (PHP_5_3)
+  UPGRADING:
+  - use is a reserved keyword
+  * notes to Windows section
+
 2009-05-06  Jani Taskinen  jani.taski...@sci.fi
 
 * (PHP_5_3)
@@ -38685,7 +38801,7 @@
 
 * sapi/litespeed/lsapi_main.c
   sapi/litespeed/lsapilib.c:
-  - Added missing $Id: ChangeLog,v 1.3396 2009/05/07 01:32:55 changelog 
Exp $ tags and nuked c++ comments
+  - Added missing $Id: ChangeLog,v 1.3397 2009/05/08 01:33:03 changelog 
Exp $ tags and nuked c++ comments
 
 * (PHP_5_3)
   ext/intl/locale/locale.c




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

2009-05-06 Thread changelog
changelog   Thu May  7 01:32:58 2009 UTC

  Modified files:  
/php-srcChangeLog 
  Log:
  ChangeLog update
  
http://cvs.php.net/viewvc.cgi/php-src/ChangeLog?r1=1.3395r2=1.3396diff_format=u
Index: php-src/ChangeLog
diff -u php-src/ChangeLog:1.3395 php-src/ChangeLog:1.3396
--- php-src/ChangeLog:1.3395Wed May  6 01:32:43 2009
+++ php-src/ChangeLog   Thu May  7 01:32:55 2009
@@ -1,3 +1,45 @@
+2009-05-06  Jani Taskinen  jani.taski...@sci.fi
+
+* (PHP_5_3)
+  ext/filter/tests/bug42718-2.phpt
+  ext/pcre/tests/bug33200.phpt
+  tests/security/magic_quotes_gpc.phpt:
+  - Fixed ini deprecation message issues in tests.
+
+* ext/standard/tests/misc/.cvsignore
+  ext/standard/tests/misc/.cvsignore
+  ext/standard/tests/misc/.cvsignore:
+1.1.4;
+  - Add missing file
+
+2009-05-06  Johannes Schlüter  johan...@schlueters.de
+
+* (PHP_5_3)
+  NEWS
+  configure.in
+  main/php_version.h:
+  Back to -dev
+
+* (PHP_5_3)
+  NEWS
+  configure.in
+  main/php_version.h:
+  5.3.0RC2-dev
+
+2009-05-06  Ilia Alshanetsky  i...@prohost.org
+
+* (PHP_5_2)
+  NEWS
+  configure.in
+  configure.in:
+  
+  MFB: Fixed bug #48156 (Added support for lcov v1.7)
+
+* (PHP_5_3)
+  configure.in:
+  
+  Fixed bug #48156 (Added support for lcov v1.7)
+
 2009-05-05  Felipe Pena  felipe...@gmail.com
 
 * (PHP_5_3)
@@ -38643,7 +38685,7 @@
 
 * sapi/litespeed/lsapi_main.c
   sapi/litespeed/lsapilib.c:
-  - Added missing $Id: ChangeLog,v 1.3395 2009/05/06 01:32:43 changelog 
Exp $ tags and nuked c++ comments
+  - Added missing $Id: ChangeLog,v 1.3396 2009/05/07 01:32:55 changelog 
Exp $ tags and nuked c++ comments
 
 * (PHP_5_3)
   ext/intl/locale/locale.c




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

2009-05-05 Thread changelog
changelog   Wed May  6 01:32:44 2009 UTC

  Modified files:  
/php-srcChangeLog 
  Log:
  ChangeLog update
  
http://cvs.php.net/viewvc.cgi/php-src/ChangeLog?r1=1.3394r2=1.3395diff_format=u
Index: php-src/ChangeLog
diff -u php-src/ChangeLog:1.3394 php-src/ChangeLog:1.3395
--- php-src/ChangeLog:1.3394Tue May  5 01:32:44 2009
+++ php-src/ChangeLog   Wed May  6 01:32:43 2009
@@ -1,3 +1,151 @@
+2009-05-05  Felipe Pena  felipe...@gmail.com
+
+* (PHP_5_3)
+  ext/imap/tests/imap_mutf7_to_utf8.phpt
+  ext/imap/tests/imap_utf8_to_mutf7_basic.phpt
+  ext/session/tests/001.phpt
+  ext/session/tests/003.phpt
+  ext/session/tests/004.phpt
+  ext/session/tests/005.phpt
+  ext/session/tests/006.phpt
+  ext/session/tests/007.phpt
+  ext/session/tests/008-php4.2.3.phpt
+  ext/session/tests/009.phpt
+  ext/session/tests/012.phpt
+  ext/session/tests/013.phpt
+  ext/session/tests/014.phpt
+  ext/session/tests/019.phpt
+  ext/standard/tests/general_functions/putenv_error1.phpt
+  ext/standard/tests/general_functions/putenv_error2.phpt
+  ext/standard/tests/misc/syslog_vars_variation1.phpt
+  ext/standard/tests/network/define_syslog_variables_variation.phpt:
+  - Fixed tests
+
+2009-05-05  Zoe Slattery  zoe.slatt...@googlemail.com
+
+* (PHP_5_3)
+  ZendEngine2/tests/unset_cv05.phpt
+  ZendEngine2/tests/unset_cv06.phpt
+  ext/filter/tests/bug39763.phpt:
+  Fixed tests - thanks mgdm
+
+2009-05-05  Pierre-Alain Joye  pierre@gmail.com
+
+* (PHP_5_2)
+  ext/imap/config.w32:
+  - fix conf
+
+2009-05-05  Ilia Alshanetsky  i...@prohost.org
+
+* ext/date/php_date.c:
+  
+  MFB: Fixed compiler warning due to llabs() function
+
+* (PHP_5_3)
+  ext/date/php_date.c:
+  Fixed compiler warning due to llabs() function
+
+2009-05-05  Derick Rethans  p...@derickrethans.nl
+
+* (PHP_5_3)
+  ext/date/lib/parse_iso_intervals.c:
+  - Fixed bug #48149 (Cannot make interval parts larger than ) by
+regenerating the parser.
+
+2009-05-05  Jani Taskinen  jani.taski...@sci.fi
+
+* ext/imap/config.w32:
+  - Maybe this is enough on windows..
+
+2009-05-05  Matt Wilmas  php_li...@realplain.com
+
+* ZendEngine2/zend_language_scanner.c
+  ZendEngine2/zend_language_scanner.c
+  ZendEngine2/zend_language_scanner_defs.h
+  ZendEngine2/zend_language_scanner_defs.h:
+  Regenerate
+
+2009-05-05  Jani Taskinen  jani.taski...@sci.fi
+
+* ext/imap/php_imap.c:
+  ws fix + missing folding tags
+
+2009-05-05  Greg Beaver  g...@chiaraquartet.net
+
+* ext/phar/phar_object.c:
+  MFB: remove precautionary #ifdef - the problem was fixed by moving the
+  efree inside the zend_try block
+
+* (PHP_5_3)
+  ext/phar/phar_object.c:
+  remove precautionary #ifdef - the problem was fixed by moving the efree
+  inside the zend_try block
+
+2009-05-05  Matt Wilmas  php_li...@realplain.com
+
+* (PHP_5_3)
+  NEWS
+  ZendEngine2/zend_highlight.c
+  ZendEngine2/zend_language_scanner.l
+  ext/standard/tests/strings/highlight_file.phpt:
+  MFH: Implemented manual scanning for strings/comments, plus misc. fixes
+
+* ZendEngine2/zend_highlight.c
+  ZendEngine2/zend_language_scanner.l
+  ext/standard/tests/strings/highlight_file.phpt:
+  Implemented manual scanning for strings/comments, plus misc. fixes
+  For details, see http://news.php.net/php.internals/43808
+
+2009-05-05  Jani Taskinen  jani.taski...@sci.fi
+
+* ext/imap/php_imap.c:
+  - Fix the patch
+
+* ext/imap/config.m4
+  ext/imap/php_imap.c
+  ext/imap/php_imap.h:
+  - Fix build (modified utf7 stuff is rather new..)
+
+* (PHP_5_3)
+  ext/imap/php_imap.c:
+  - sync with HEAD
+
+2009-05-05  Matt Wilmas  php_li...@realplain.com
+
+* (PHP_5_3)
+  NEWS:
+  Changed wording
+
+2009-05-05  Jani Taskinen  jani.taski...@sci.fi
+
+* (PHP_5_3)
+  NEWS:
+  duh..
+
+* (PHP_5_2)
+  NEWS
+  ext/curl/streams.c
+  ext/standard/http_fopen_wrapper.c:
+  MFH: - Fixed Bug #45092 header HTTP context option not being used
+  (--with-curlwrappers)
+
+* (PHP_5_3)
+  ext/curl/streams.c
+  ext/standard/http_fopen_wrapper.c:
+  MFH: - Fixed Bug #45092header HTTP context option not being used
+  (--with-curlwrappers)
+
+* ext/curl/streams.c
+  ext/standard/http_fopen_wrapper.c:
+  - Fixed bug #45092 (header HTTP context option not being used with
+  --with-curlwrappers)
+  [DOC] Synced regular and cURL http wrapper header option to accept
+  [DOC] either string or array.
+
+* (PHP_5_3)
+  ext/standard/http_fopen_wrapper.c:
+  - Sync with HEAD
+
 2009-05-04  Kalle Sommer Nielsen  kalle@gmail.com
 
 * (PHP_5_3)
@@ -38495,7 +38643,7 @@
 
 * sapi/litespeed/lsapi_main.c
   sapi/litespeed/lsapilib.c:
-  - 

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

2009-05-03 Thread changelog
changelog   Mon May  4 01:32:50 2009 UTC

  Modified files:  
/php-srcChangeLog 
  Log:
  ChangeLog update
  
http://cvs.php.net/viewvc.cgi/php-src/ChangeLog?r1=1.3392r2=1.3393diff_format=u
Index: php-src/ChangeLog
diff -u php-src/ChangeLog:1.3392 php-src/ChangeLog:1.3393
--- php-src/ChangeLog:1.3392Sun May  3 01:32:37 2009
+++ php-src/ChangeLog   Mon May  4 01:32:48 2009
@@ -1,3 +1,127 @@
+2009-05-03  Pierre-Alain Joye  pierre@gmail.com
+
+* ext/curl/interface.c:
+  - #47966, cannot access curl info array without binary
+To check: why add_assoc_ascii_string_ex fails while
+  add_assoc_ascii_string works
+
+2009-05-03  Derick Rethans  p...@derickrethans.nl
+
+* (PHP_5_3)
+  NEWS
+  ext/date/php_date.c
+  ext/date/php_date.h:
+  - MFH: Added timezone_version_get() to retrieve the version of the used
+timezone database.
+
+* ext/date/php_date.c
+  ext/date/php_date.h:
+  - Added timezone_version_get() to retrieve the version of the used 
timezone
+database.
+
+* (PHP_5_2)
+  NEWS
+  main/main.c
+  main/main.c:
+  - MFH: Fixed bug #45191 (error_log ignores date.timezone php.ini val when
+setting logging timestamps).
+
+* main/main.c:
+  - Fixed bug #45191 (error_log ignores date.timezone php.ini val when
+setting logging timestamps).
+
+* (PHP_5_3)
+  NEWS
+  ext/date/php_date.c
+  ext/date/tests/bug45682.phpt:
+  - MFH: Fixed bug #45682 (Unable to var_dump(DateInterval)).
+
+* ext/date/tests/bug45682.phpt
+  ext/date/tests/bug45682.phpt:
+  
+  - Fixed bug #45682 (Unable to var_dump(DateInterval)).
+
+* ext/date/php_date.c:
+  - Fixed bug #45682 (Unable to var_dump(DateInterval)).
+
+* (PHP_5_2)
+  NEWS
+  ext/date/php_date.c
+  ext/date/php_date.c
+  ext/date/lib/timelib_structs.h
+  ext/date/lib/timelib_structs.h
+  ext/date/lib/tm2unixtime.c
+  ext/date/lib/tm2unixtime.c
+  ext/date/tests/bug48058.phpt
+  ext/date/tests/bug48058.phpt
+  ext/date/tests/date_create-relative.phpt
+  ext/date/tests/date_create-relative.phpt
+  ext/date/tests/strtotime-relative.phpt
+  ext/date/tests/strtotime-relative.phpt:
+  - MFH: Fixed bug #48058 (Year formatter goes wrong with out-of-int 
range).
+  - MFH: Fixed bug #45822 (Near infinite-loops while parsing huge relative
+  offsets).
+
+* ext/date/php_date.c
+  ext/date/lib/timelib_structs.h
+  ext/date/lib/tm2unixtime.c
+  ext/date/tests/bug48058.phpt
+  ext/date/tests/bug48058.phpt
+  ext/date/tests/bug48058.phpt
+  ext/date/tests/date_create-relative.phpt
+  ext/date/tests/date_create-relative.phpt
+  ext/date/tests/date_create-relative.phpt
+  ext/date/tests/strtotime-relative.phpt
+  ext/date/tests/strtotime-relative.phpt
+  ext/date/tests/strtotime-relative.phpt:
+  - Fixed bug #48058 (Year formatter goes wrong with out-of-int range).
+  - Fixed bug #45822 (Near infinite-loops while parsing huge relative
+  offsets).
+
+2009-05-03  Jani Taskinen  jani.taski...@sci.fi
+
+* (PHP_5_3)
+  NEWS:
+  fix news
+
+2009-05-03  Pierre-Alain Joye  pierre@gmail.com
+
+* (PHP_5_3)
+  NEWS:
+  - #41712
+
+* ext/curl/interface.c
+  ext/curl/interface.c:
+  - ws/cs
+
+* ext/curl/interface.c
+  ext/curl/interface.c:
+  - c/p error
+
+* (PHP_5_3)
+  ext/curl/interface.c
+  ext/curl/php_curl.h:
+  - [DOC] MFH: #41712, implement  progress callback
+- add constants  CURLOPT_PROGRESSFUNCTION
+
+* ext/curl/interface.c
+  ext/curl/php_curl.h:
+  - [DOC] #41712, implement  progress callback
+- add constants CURLOPT_NOPROGRESS and CURLOPT_PROGRESSFUNCTION
+
+2009-05-03  Derick Rethans  p...@derickrethans.nl
+
+* (PHP_5_2)
+  ext/date/tests/bug48097.phpt
+  ext/date/tests/bug48097.phpt:
+  - MFH: Added test for (bogus) bug #48097.
+
+* ext/date/tests/bug48097.phpt
+  ext/date/tests/bug48097.phpt
+  ext/date/tests/bug48097.phpt:
+1.1.4;
+  - Added test for (bogus) bug #48097.
+
 2009-05-02  Jani Taskinen  jani.taski...@sci.fi
 
 * (PHP_5_3)
@@ -38184,7 +38308,7 @@
 
 * sapi/litespeed/lsapi_main.c
   sapi/litespeed/lsapilib.c:
-  - Added missing $Id: ChangeLog,v 1.3392 2009/05/03 01:32:37 changelog 
Exp $ tags and nuked c++ comments
+  - Added missing $Id: ChangeLog,v 1.3393 2009/05/04 01:32:48 changelog 
Exp $ tags and nuked c++ comments
 
 * (PHP_5_3)
   ext/intl/locale/locale.c




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

2009-05-02 Thread changelog
changelog   Sun May  3 01:32:39 2009 UTC

  Modified files:  
/php-srcChangeLog 
  Log:
  ChangeLog update
  
http://cvs.php.net/viewvc.cgi/php-src/ChangeLog?r1=1.3391r2=1.3392diff_format=u
Index: php-src/ChangeLog
diff -u php-src/ChangeLog:1.3391 php-src/ChangeLog:1.3392
--- php-src/ChangeLog:1.3391Sat May  2 01:32:39 2009
+++ php-src/ChangeLog   Sun May  3 01:32:37 2009
@@ -1,3 +1,158 @@
+2009-05-02  Jani Taskinen  jani.taski...@sci.fi
+
+* (PHP_5_3)
+  ext/snmp/snmp.c:
+  MFH:- Revert bad patch (which caused bug #48133)
+
+* ext/snmp/snmp.c:
+  - Revert bad patch (which caused bug #48133)
+
+* (PHP_5_2)
+  NEWS
+  ext/curl/config.m4
+  ext/curl/config.m4:
+  MFH:- Fixed bug #48132 (configure fails to test curl ssl support if
+  --disable-rpath is set)
+
+* ext/curl/config.m4:
+  - Fixed bug #48132 (configure fails to test curl ssl support if
+  --disable-rpath is set)
+
+* (PHP_5_3)
+  NEWS:
+  - Extra newlines never hurt anyone..
+
+2009-05-02  Pierre-Alain Joye  pierre@gmail.com
+
+* (PHP_5_3)
+  NEWS:
+  - imap entries (2 more to come)
+
+2009-05-02  Jani Taskinen  jani.taski...@sci.fi
+
+* (PHP_5_2)
+  ext/reflection/tests/ReflectionClass_isIterateable_basic.phpt
+  ext/standard/tests/general_functions/bug47027.phpt:
+  - SPL can be disabled in PHP_5_2
+
+2009-05-02  Pierre-Alain Joye  pierre@gmail.com
+
+* (PHP_5_3)
+  ext/imap/php_imap.c
+  ext/imap/php_imap.h
+  ext/imap/tests/imap_mutf7_to_utf8.phpt
+  ext/imap/tests/imap_utf8_to_mutf7_basic.phpt:
+  - [DOC] MFH: add imap_mutf7_to_utf8 and imap_utf8_to_mutf7
+
+* ext/imap/php_imap.c
+  ext/imap/php_imap.h
+  ext/imap/tests/imap_mutf7_to_utf8.phpt
+  ext/imap/tests/imap_mutf7_to_utf8.phpt
+  ext/imap/tests/imap_utf8_to_mutf7_basic.phpt
+  ext/imap/tests/imap_utf8_to_mutf7_basic.phpt:
+  - [DOC] add imap_mutf7_to_utf8 and imap_utf8_to_mutf7
+
+2009-05-02  Ilia Alshanetsky  i...@prohost.org
+
+* (PHP_5_2)
+  ext/pdo/pdo.c
+  ext/pdo/pdo_dbh.c:
+  
+  Fixed build, zend_parse_parameters_none() does not exist in 5.2 branch
+
+2009-05-02  Pierre-Alain Joye  pierre@gmail.com
+
+* ext/imap/tests/clean.inc
+  ext/imap/tests/clean.inc
+  ext/imap/tests/imap_8bit_basic.phpt
+  ext/imap/tests/imap_8bit_basic.phpt
+  ext/imap/tests/imap_append_basic.phpt
+  ext/imap/tests/imap_append_basic.phpt
+  ext/imap/tests/imap_base64_basic.phpt
+  ext/imap/tests/imap_base64_basic.phpt
+  ext/imap/tests/imap_body_basic.phpt
+  ext/imap/tests/imap_body_basic.phpt
+  ext/imap/tests/imap_clearflag_full_basic.phpt
+  ext/imap/tests/imap_clearflag_full_basic.phpt
+  ext/imap/tests/imap_close_basic.phpt
+  ext/imap/tests/imap_close_basic.phpt
+  ext/imap/tests/imap_close_error.phpt
+  ext/imap/tests/imap_close_error.phpt
+  ext/imap/tests/imap_close_variation1.phpt
+  ext/imap/tests/imap_close_variation1.phpt
+  ext/imap/tests/imap_close_variation3.phpt
+  ext/imap/tests/imap_close_variation3.phpt
+  ext/imap/tests/imap_createmailbox_basic.phpt
+  ext/imap/tests/imap_createmailbox_basic.phpt
+  ext/imap/tests/imap_errors_basic.phpt
+  ext/imap/tests/imap_errors_basic.phpt
+  ext/imap/tests/imap_fetch_overview_error.phpt
+  ext/imap/tests/imap_fetch_overview_error.phpt
+  ext/imap/tests/imap_fetchbody_error.phpt
+  ext/imap/tests/imap_fetchbody_error.phpt
+  ext/imap/tests/imap_fetchbody_variation1.phpt
+  ext/imap/tests/imap_fetchbody_variation1.phpt
+  ext/imap/tests/imap_fetchheader_variation4.phpt
+  ext/imap/tests/imap_fetchheader_variation4.phpt
+  ext/imap/tests/skipif.inc
+  ext/imap/tests/skipif.inc:
+  - NL cleanup (mixed or windows)
+
+2009-05-02  Kalle Sommer Nielsen  kalle@gmail.com
+
+* ext/spl/php_spl.c:
+  Fix typo
+
+2009-05-02  Jani Taskinen  jani.taski...@sci.fi
+
+* (PHP_5_2)
+  ext/standard/tests/network/ip.phpt:
+  - Fix test
+
+* (PHP_5_3)
+  ext/intl/collator/collator_locale.c:
+  MFH:- Fix parameter variable type to match l
+
+* ext/intl/collator/collator_locale.c:
+  - Fix parameter variable type to match l
+
+2009-05-02  Kalle Sommer Nielsen  kalle@gmail.com
+
+* ext/spl/internal/appenditerator.inc
+  ext/spl/internal/cachingiterator.inc
+  ext/spl/internal/emptyiterator.inc
+  ext/spl/internal/filteriterator.inc
+  ext/spl/internal/infiniteiterator.inc
+  ext/spl/internal/iteratoriterator.inc
+  ext/spl/internal/limititerator.inc
+  ext/spl/internal/multipleiterator.inc
+  ext/spl/internal/norewinditerator.inc
+  ext/spl/internal/outeriterator.inc
+  ext/spl/internal/parentiterator.inc
+  ext/spl/internal/recursivearrayiterator.inc
+  ext/spl/internal/recursivecachingiterator.inc
+  

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

2009-05-01 Thread changelog
changelog   Sat May  2 01:32:40 2009 UTC

  Modified files:  
/php-srcChangeLog 
  Log:
  ChangeLog update
  
http://cvs.php.net/viewvc.cgi/php-src/ChangeLog?r1=1.3390r2=1.3391diff_format=u
Index: php-src/ChangeLog
diff -u php-src/ChangeLog:1.3390 php-src/ChangeLog:1.3391
--- php-src/ChangeLog:1.3390Fri May  1 01:32:50 2009
+++ php-src/ChangeLog   Sat May  2 01:32:39 2009
@@ -1,3 +1,72 @@
+2009-05-01  Antony Dovgal  t...@daylessday.org
+
+* ext/phar/tests/phar_construct_invalidurl.phpt
+  ext/phar/tests/phar_construct_invalidurl.phpt:
+  fix test
+
+2009-05-01  Jani Taskinen  jani.taski...@sci.fi
+
+* ZendEngine2/zend_variables.h:
+  - Fix compile warning in debug mode
+
+* (PHP_5_2)
+  ZendEngine2/zend_variables.c:
+  - ws / cs (separated from another commit coming next)
+
+2009-05-01  Zoe Slattery  zoe.slatt...@googlemail.com
+
+* ext/standard/tests/strings/strcoll.phpt:
+  fixed to expect fail
+
+2009-05-01  Antony Dovgal  t...@daylessday.org
+
+* ext/phar/phar.c
+  ext/phar/phar.c:
+  initialize ext_len
+
+2009-05-01  Felipe Pena  felipe...@gmail.com
+
+* (PHP_5_2)
+  NEWS
+  ext/odbc/php_odbc.c
+  ext/odbc/php_odbc.c:
+  - MFH: Fixed bug #48038 (odbc_execute changes variables used to form 
params
+  array)
+
+* ext/odbc/php_odbc.c:
+  - Fixed bug #48038 (odbc_execute changes variables used to form params
+  array)
+
+* (PHP_5_2)
+  ext/spl/internal/regexiterator.inc
+  ext/spl/internal/regexiterator.inc:
+  - MFH: Fixed bug #48120 (Implementing abstract class FilterIterator in
+  regexiterator.inc)
+
+* ext/spl/internal/regexiterator.inc:
+  - Fixed bug #48120 (Implementing abstract class FilterIterator in
+  regexiterator.inc)
+
+2009-05-01  Arnaud Le Blanc  arnaud...@gmail.com
+
+* main/rfc1867.c:
+  revert to allow Andrei to make his changes
+
+* ZendEngine2/zend.h
+  ZendEngine2/zend_alloc.c
+  ZendEngine2/zend_alloc.h
+  ZendEngine2/zend_unicode.h:
+  Added missing UChar* and zstr malloc variants
+
+* main/rfc1867.c:
+  cleanup
+
+* main/rfc1867.c:
+  Removed code for register_globals in file uploads
+
+* main/rfc1867.c:
+  Removed code handling non-unicode input (was used when !UG(unicode))
+
 2009-04-30  Antony Dovgal  t...@daylessday.org
 
 * (PHP_5_2)
@@ -37960,7 +38029,7 @@
 
 * sapi/litespeed/lsapi_main.c
   sapi/litespeed/lsapilib.c:
-  - Added missing $Id: ChangeLog,v 1.3390 2009/05/01 01:32:50 changelog 
Exp $ tags and nuked c++ comments
+  - Added missing $Id: ChangeLog,v 1.3391 2009/05/02 01:32:39 changelog 
Exp $ tags and nuked c++ comments
 
 * (PHP_5_3)
   ext/intl/locale/locale.c




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

2009-04-30 Thread changelog
changelog   Fri May  1 01:32:51 2009 UTC

  Modified files:  
/php-srcChangeLog 
  Log:
  ChangeLog update
  
http://cvs.php.net/viewvc.cgi/php-src/ChangeLog?r1=1.3389r2=1.3390diff_format=u
Index: php-src/ChangeLog
diff -u php-src/ChangeLog:1.3389 php-src/ChangeLog:1.3390
--- php-src/ChangeLog:1.3389Thu Apr 30 01:32:42 2009
+++ php-src/ChangeLog   Fri May  1 01:32:50 2009
@@ -1,3 +1,135 @@
+2009-04-30  Antony Dovgal  t...@daylessday.org
+
+* (PHP_5_2)
+  ext/standard/tests/versioning/php_sapi_name_variation001.phpt:
+  fix test (for real)
+
+2009-04-30  Pierre-Alain Joye  pierre@gmail.com
+
+* ext/imap/php_imap.c
+  ext/imap/php_imap.c:
+  - MFB: #47940, memory leaks in imap_body
+
+* (PHP_5_2)
+  NEWS
+  ext/imap/php_imap.c:
+  - #47940, memory leaks in imap_body
+
+2009-04-30  Ilia Alshanetsky  i...@prohost.org
+
+* (PHP_5_2)
+  NEWS:
+  
+  Fixed typo
+
+2009-04-30  Pierre-Alain Joye  pierre@gmail.com
+
+* (PHP_5_2)
+  NEWS:
+  - 45997
+
+* (PHP_5_3)
+  ext/standard/exec.c:
+  - MFB: #45997, safe_mode bypass with exec/sytem/passthru (windows only)
+
+* (PHP_5_2)
+  ext/standard/exec.c:
+  - #45997, safe_mode bypass with exec/sytem/passthru (windows only)
+
+2009-04-30  Jani Taskinen  jani.taski...@sci.fi
+
+* ext/standard/tests/mail/mail_variation2.phpt:
+  Fix test
+
+* ext/standard/tests/mail/mail_basic2.phpt:
+  -Fix test
+
+* (PHP_5_2)
+  ext/standard/tests/versioning/php_sapi_name_variation001.phpt:
+  - Fix test: It is still possible to enable/disable fastcgi in PHP_5_2
+
+2009-04-30  Matteo Beccati  mat...@beccati.com
+
+* (PHP_5_3)
+  ext/pdo_pgsql/config.w32
+  ext/pdo_pgsql/pgsql_driver.c:
+  MFH:
+  - Removed HAVE_PQEXECPARAMS which was left out during the previous commit
+
+* ext/pdo_pgsql/config.w32
+  ext/pdo_pgsql/pgsql_driver.c:
+  - Removed HAVE_PQEXECPARAMS which was left out during the previous commit
+
+* (PHP_5_3)
+  ext/pdo_pgsql/config.m4
+  ext/pdo_pgsql/config.w32
+  ext/pdo_pgsql/pgsql_driver.c
+  ext/pdo_pgsql/pgsql_statement.c
+  ext/pdo_pgsql/php_pdo_pgsql_int.h:
+  MFH:
+  - Changed PDO_PGSQL configure script to require libpq 7.4
+  - Cleaned up usage of HAVE_PQ* defines
+  - Fixed compiler warnings
+  - Removed custom implementation of PQunescapeByte
+
+* ext/pdo_pgsql/config.m4
+  ext/pdo_pgsql/config.w32
+  ext/pdo_pgsql/pgsql_driver.c
+  ext/pdo_pgsql/pgsql_statement.c
+  ext/pdo_pgsql/php_pdo_pgsql_int.h:
+  - Changed PDO_PGSQL configure script to require libpq 7.4
+  - Cleaned up usage of HAVE_PQ* defines
+  - Fixed compiler warnings
+  - Removed custom implementation of PQunescapeByte
+
+2009-04-30  Jani Taskinen  jani.taski...@sci.fi
+
+* (PHP_5_2)
+  ZendEngine2/tests/bug39018.phpt
+  ZendEngine2/tests/bug39018_2.phpt:
+  - Added missing tests from this branch..*sigh*
+
+* (PHP_5_2)
+  tests/classes/inheritance_007.phpt:
+  - Reflection can be disabled in PHP_5_2
+
+* (PHP_5_2)
+  ext/curl/tests/bug45161.phpt
+  ext/curl/tests/bug46711.phpt:
+  - Fix test + add missing test
+
+* ext/curl/tests/bug45161.phpt
+  ext/curl/tests/bug46711.phpt
+  ext/curl/tests/bug46711.phpt:
+  - Add missing test
+
+* (PHP_5_2)
+  ext/date/tests/DateTimeZone_verify.phpt
+  ext/date/tests/DateTime_verify.phpt
+  ext/soap/tests/bugs/bug41477.phpt:
+  - It is possible to disable reflection extension in PHP_5_2
+
+2009-04-30  Pierre-Alain Joye  pierre@gmail.com
+
+* main/main.c
+  main/main.c:
+  - fix build (Marcus, fix re2c please)
+
+2009-04-30  Greg Beaver  g...@chiaraquartet.net
+
+* (PHP_5_3)
+  NEWS
+  ext/phar/phar.c
+  ext/phar/tests/phar_construct_invalidurl.phpt:
+  MFPECL fix PECL Bug #14646: phar error message unclear with php stream
+  wrappers (note: is there a standard way to list PECL bugs in NEWS?)
+
+* ext/phar/phar.c
+  ext/phar/tests/phar_construct_invalidurl.phpt
+  ext/phar/tests/phar_construct_invalidurl.phpt:
+  MFPECL: fixed PECL Bug #14646: phar error message unclear with php stream
+  wrappers
+
 2009-04-29  Ilia Alshanetsky  i...@prohost.org
 
 * (PHP_5_2)
@@ -37828,7 +37960,7 @@
 
 * sapi/litespeed/lsapi_main.c
   sapi/litespeed/lsapilib.c:
-  - Added missing $Id: ChangeLog,v 1.3389 2009/04/30 01:32:42 changelog 
Exp $ tags and nuked c++ comments
+  - Added missing $Id: ChangeLog,v 1.3390 2009/05/01 01:32:50 changelog 
Exp $ tags and nuked c++ comments
 
 * (PHP_5_3)
   ext/intl/locale/locale.c




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

2009-04-29 Thread changelog
changelog   Thu Apr 30 01:32:43 2009 UTC

  Modified files:  
/php-srcChangeLog 
  Log:
  ChangeLog update
  
http://cvs.php.net/viewvc.cgi/php-src/ChangeLog?r1=1.3388r2=1.3389diff_format=u
Index: php-src/ChangeLog
diff -u php-src/ChangeLog:1.3388 php-src/ChangeLog:1.3389
--- php-src/ChangeLog:1.3388Wed Apr 29 01:32:44 2009
+++ php-src/ChangeLog   Thu Apr 30 01:32:42 2009
@@ -1,3 +1,52 @@
+2009-04-29  Ilia Alshanetsky  i...@prohost.org
+
+* (PHP_5_2)
+  ext/standard/basic_functions.c
+  ext/standard/tests/network/ip2long_error.phpt
+  ext/standard/tests/network/ip2long_variation1.phpt
+  ext/standard/tests/network/ip_x86_64.phpt
+  ext/standard/tests/network/long2ip_error.phpt
+  ext/standard/tests/network/long2ip_variation1.phpt:
+  
+  Update tests to accomodate new parameter parsing API and make long2ip()
+  use
+  it as well
+
+* (PHP_5_2)
+  NEWS:
+  
+  timezone db upgrade news
+
+2009-04-29  Derick Rethans  p...@derickrethans.nl
+
+* ext/date/lib/timezonedb.h
+  ext/date/lib/timezonedb.h
+  ext/date/lib/timezonedb.h:
+  - Updated to version 2009.7 (2009g)
+
+2009-04-29  Zoe Slattery  zoe.slatt...@googlemail.com
+
+* ext/standard/tests/strings/strcoll.phpt
+  ext/standard/tests/strings/strcoll.phpt
+  ext/standard/tests/strings/strcoll.phpt:
+  Refixing to follow documented behaviour
+
+2009-04-29  Greg Beaver  g...@chiaraquartet.net
+
+* ext/phar/phar.c
+  ext/phar/phar.c
+  ext/phar/phar_internal.h
+  ext/phar/phar_internal.h
+  ext/phar/phar_object.c
+  ext/phar/phar_object.c
+  ext/phar/tar.c
+  ext/phar/tar.c
+  ext/phar/util.c
+  ext/phar/util.c
+  ext/phar/zip.c
+  ext/phar/zip.c:
+  MFPECL: fix PECL bug #16338, php_stream_copy_to_stream{,_ex}()
+
 2009-04-28  Felipe Pena  felipe...@gmail.com
 
 * tests/classes/inheritance_007.phpt
@@ -37779,7 +37828,7 @@
 
 * sapi/litespeed/lsapi_main.c
   sapi/litespeed/lsapilib.c:
-  - Added missing $Id: ChangeLog,v 1.3388 2009/04/29 01:32:44 changelog 
Exp $ tags and nuked c++ comments
+  - Added missing $Id: ChangeLog,v 1.3389 2009/04/30 01:32:42 changelog 
Exp $ tags and nuked c++ comments
 
 * (PHP_5_3)
   ext/intl/locale/locale.c




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

2009-04-28 Thread changelog
changelog   Wed Apr 29 01:32:46 2009 UTC

  Modified files:  
/php-srcChangeLog 
  Log:
  ChangeLog update
  
http://cvs.php.net/viewvc.cgi/php-src/ChangeLog?r1=1.3387r2=1.3388diff_format=u
Index: php-src/ChangeLog
diff -u php-src/ChangeLog:1.3387 php-src/ChangeLog:1.3388
--- php-src/ChangeLog:1.3387Tue Apr 28 01:32:54 2009
+++ php-src/ChangeLog   Wed Apr 29 01:32:44 2009
@@ -1,3 +1,100 @@
+2009-04-28  Felipe Pena  felipe...@gmail.com
+
+* tests/classes/inheritance_007.phpt
+  tests/classes/inheritance_007.phpt
+  tests/classes/inheritance_007.phpt:
+  - Fix test
+
+2009-04-28  Stanislav Malyshev  s...@zend.com
+
+* ext/filter/filter.c
+  main/SAPI.c
+  main/SAPI.h
+  main/php_content_types.c:
+  MF5 fix for #47930
+
+2009-04-28  Ilia Alshanetsky  i...@prohost.org
+
+* (PHP_5_2)
+  NEWS
+  ext/standard/basic_functions.c
+  ext/standard/basic_functions.c
+  ext/standard/tests/network/ip2long_variation1.phpt
+  ext/standard/tests/network/ip2long_variation1.phpt:
+  
+  MFB: Fixed bug #47365 (ip2long() may allow some invalid values on certain
+  64bit systems)
+
+* (PHP_5_3)
+  ext/standard/basic_functions.c
+  ext/standard/tests/network/ip2long_variation1.phpt:
+  
+  Fixed bug #47365 (ip2long() may allow some invalid values on certain 
64bit
+  systems)
+
+2009-04-28  Stanislav Malyshev  s...@zend.com
+
+* (PHP_5_3)
+  ext/filter/filter.c
+  main/SAPI.c
+  main/SAPI.h
+  main/php_content_types.c:
+  fix for #47930
+
+2009-04-28  Greg Beaver  g...@chiaraquartet.net
+
+* ext/phar/tests/fatal_error_webphar.phpt
+  ext/phar/tests/fatal_error_webphar.phpt
+  ext/phar/tests/files/pear2coverage.phar.php
+  ext/phar/tests/files/pear2coverage.phar.php:
+  
+  file fatal_error_webphar.phpt was initially added on branch PHP_5_3.
+
+2009-04-28  Pierre-Alain Joye  pierre@gmail.com
+
+* (PHP_5_2)
+  NEWS:
+  - mail_criteria entry and revert previous wrong one
+
+2009-04-28  Antony Dovgal  t...@daylessday.org
+
+* ext/standard/tests/strings/strcoll.phpt
+  ext/standard/tests/strings/strcoll.phpt
+  ext/standard/tests/strings/strcoll.phpt
+  tests/classes/inheritance_007.phpt:
+  fix test
+
+* (PHP_5_2)
+  tests/classes/inheritance_007.phpt:
+  nuke unicode crap, fix test
+
+2009-04-28  Pierre-Alain Joye  pierre@gmail.com
+
+* ext/imap/php_imap.c
+  ext/imap/php_imap.c
+  ext/imap/php_imap.c:
+  - space to tabs
+  - CS
+
+* ext/imap/php_imap.c
+  ext/imap/php_imap.h:
+  - [DOC] MFB: add imap_gc (purge cache(s) and constants IMAP_GC_ELT,
+  IMAP_GC_ENV and IMAP_GC_TEXTS to control imap_gc behavior
+
+* (PHP_5_3)
+  ext/imap/php_imap.c
+  ext/imap/php_imap.h:
+  - [DOC] add imap_gc (purge cache(s) and constants IMAP_GC_ELT, 
IMAP_GC_ENV
+  and IMAP_GC_TEXTS to control imap_gc behavior
+
+2009-04-28  Dmitry Stogov  dmi...@zend.com
+
+* (PHP_5_3)
+  NEWS
+  main/main.c
+  main/main.c:
+  Fixed bug #48034 (PHP crashes when script is 8192 (8KB) bytes long)
+
 2009-04-27  Ilia Alshanetsky  i...@prohost.org
 
 * (PHP_5_3)
@@ -37682,7 +37779,7 @@
 
 * sapi/litespeed/lsapi_main.c
   sapi/litespeed/lsapilib.c:
-  - Added missing $Id: ChangeLog,v 1.3387 2009/04/28 01:32:54 changelog 
Exp $ tags and nuked c++ comments
+  - Added missing $Id: ChangeLog,v 1.3388 2009/04/29 01:32:44 changelog 
Exp $ tags and nuked c++ comments
 
 * (PHP_5_3)
   ext/intl/locale/locale.c




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

2009-04-27 Thread changelog
changelog   Tue Apr 28 01:32:56 2009 UTC

  Modified files:  
/php-srcChangeLog 
  Log:
  ChangeLog update
  
http://cvs.php.net/viewvc.cgi/php-src/ChangeLog?r1=1.3386r2=1.3387diff_format=u
Index: php-src/ChangeLog
diff -u php-src/ChangeLog:1.3386 php-src/ChangeLog:1.3387
--- php-src/ChangeLog:1.3386Mon Apr 27 01:32:44 2009
+++ php-src/ChangeLog   Tue Apr 28 01:32:54 2009
@@ -1,3 +1,132 @@
+2009-04-27  Ilia Alshanetsky  i...@prohost.org
+
+* (PHP_5_3)
+  ext/intl/msgformat/msgformat_attr.c:
+  
+  Removed unused variable
+
+2009-04-27  Felipe Pena  felipe...@gmail.com
+
+* (PHP_5_2)
+  NEWS:
+  - BFN
+
+* (PHP_5_2)
+  ZendEngine2/FlexLexer.h
+  ZendEngine2/flex.skl
+  ext/reflection/php_reflection.c
+  ext/reflection/php_reflection.c
+  ext/reflection/tests/002.phpt
+  ext/reflection/tests/002.phpt
+  ext/reflection/tests/ReflectionClass_getMethod_001.phpt
+  ext/reflection/tests/ReflectionClass_getMethod_001.phpt
+  ext/reflection/tests/ReflectionClass_getMethods_001.phpt
+  ext/reflection/tests/ReflectionClass_getMethods_001.phpt
+  ext/reflection/tests/ReflectionClass_getProperties_001.phpt
+  ext/reflection/tests/ReflectionClass_getProperties_001.phpt
+  ext/reflection/tests/ReflectionClass_getProperty_001.phpt
+  ext/reflection/tests/ReflectionClass_getProperty_001.phpt
+  ext/reflection/tests/ReflectionClass_getProperty_003.phpt
+  ext/reflection/tests/ReflectionClass_getProperty_003.phpt
+  ext/reflection/tests/ReflectionClass_getProperty_004.phpt
+  ext/reflection/tests/ReflectionClass_getProperty_004.phpt
+  ext/reflection/tests/ReflectionMethod_getModifiers_basic.phpt
+  ext/reflection/tests/ReflectionMethod_getModifiers_basic.phpt:
+  - MFH: Fixed bug #47254 (Wrong Reflection for extends class)
+
+* ext/reflection/php_reflection.c
+  ext/reflection/tests/002.phpt
+  ext/reflection/tests/008.phpt
+  ext/reflection/tests/ReflectionClass_getMethod_001.phpt
+  ext/reflection/tests/ReflectionClass_getMethods_001.phpt
+  ext/reflection/tests/ReflectionClass_getProperties_001.phpt
+  ext/reflection/tests/ReflectionClass_getProperty_001.phpt
+  ext/reflection/tests/ReflectionClass_getProperty_003.phpt
+  ext/reflection/tests/ReflectionClass_getProperty_004.phpt
+  ext/reflection/tests/ReflectionMethod_getModifiers_basic.phpt:
+  - Fixed bug #47254 (Wrong Reflection for extends class)
+
+2009-04-27  Jani Taskinen  jani.taski...@sci.fi
+
+* (PHP_5_3)
+  NEWS:
+  update
+
+2009-04-27  Scott MacVicar  sc...@macvicar.net
+
+* (PHP_5_2)
+  NEWS
+  ext/xmlrpc/config.m4
+  ext/xmlrpc/config.m4:
+  MFH Fix bug #47695 - xmlrpc --with-iconv-dir mangles --with-iconv if they
+  use different iconv versions. Could also just add a dependency on iconv 
to
+  fix this.
+
+* (PHP_5_3)
+  NEWS:
+  BFN
+
+2009-04-27  Kirti Velankar  kir...@yahoo-inc.com
+
+* (PHP_5_3)
+  ext/intl/grapheme/grapheme_string.c
+  ext/intl/tests/grapheme.phpt:
+  Fix in grapheme_extract
+
+2009-04-27  Scott MacVicar  sc...@macvicar.net
+
+* (PHP_5_3)
+  ext/sqlite3/php_sqlite3_structs.h
+  ext/sqlite3/sqlite3.c:
+  MFH Add the ability to enable exceptions rather than warnings for 
sqlite3,
+  needed for pyrus.
+
+* ext/sqlite3/php_sqlite3_structs.h
+  ext/sqlite3/sqlite3.c:
+  Add the ability to enable exceptions rather than warnings for sqlite3,
+  needed for pyrus.
+
+* ext/xmlrpc/config.m4:
+  Fix bug #47695 - xmlrpc --with-iconv-dir mangles --with-iconv if they use
+  different iconv versions. Could also just add a dependency on iconv to 
fix
+  this.
+
+2009-04-27  Kalle Sommer Nielsen  kalle@gmail.com
+
+* (PHP_5_3)
+  ext/date/php_date.c:
+  MFH: Fixed bug #48088 (Wrong ARG_INFO for OO-API of DateTime)
+
+* ext/date/php_date.c:
+  Fixed bug #48088 (Wrong ARG_INFO for OO-API of DateTime)
+
+2009-04-27  Felipe Pena  felipe...@gmail.com
+
+* (PHP_5_3)
+  NEWS
+  ext/standard/basic_functions.c:
+  - MFH: Fixed bug #48087 (call_user_method() invalid free of arguments)
+
+* ext/standard/basic_functions.c:
+  - Fixed bug #48087 (call_user_method() invalid free of arguments)
+
+2009-04-27  Pierre-Alain Joye  pierre@gmail.com
+
+* (PHP_5_2)
+  ext/imap/config.w32:
+  - utf8_mime2text is present in 5.2's cclient
+
+2009-04-27  Sebastian Schürmann  sschuermann...@yahoo.de
+
+* ext/spl/tests/spl_classes.phpt:
+  - fixing spl_classes test here as well
+
+2009-04-27  Pierre-Alain Joye  pierre@gmail.com
+
+* (PHP_5_3)
+  ext/imap/php_imap.c:
+  - remove duplicate definition
+
 2009-04-26  Sebastian Schürmann  sschuermann...@yahoo.de
 
 * (PHP_5_3)
@@ -37553,7 +37682,7 @@
 
 * sapi/litespeed/lsapi_main.c
   sapi/litespeed/lsapilib.c:
-  - 

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

2009-04-26 Thread changelog
changelog   Mon Apr 27 01:32:45 2009 UTC

  Modified files:  
/php-srcChangeLog 
  Log:
  ChangeLog update
  
http://cvs.php.net/viewvc.cgi/php-src/ChangeLog?r1=1.3385r2=1.3386diff_format=u
Index: php-src/ChangeLog
diff -u php-src/ChangeLog:1.3385 php-src/ChangeLog:1.3386
--- php-src/ChangeLog:1.3385Sun Apr 26 01:32:37 2009
+++ php-src/ChangeLog   Mon Apr 27 01:32:44 2009
@@ -1,3 +1,59 @@
+2009-04-26  Sebastian Schürmann  sschuermann...@yahoo.de
+
+* (PHP_5_3)
+  ext/spl/tests/spl_classes.phpt:
+  - fix tests
+  - output of spl_classes differs from 5_2 to 5_3, changed to is_array
+
+* (PHP_5_2)
+  ext/spl/tests/spl_classes.phpt
+  ext/standard/tests/general_functions/call_user_method.phpt
+  ext/standard/tests/versioning/php_sapi_name_variation001.phpt:
+  - fixes to tests
+  - spl_classes only checks  for is_array(), the output in 5_3_0 and 5_2_0
+  is very different,
+  test will run this way in 5.2 and 5.3 w.o. problems
+  - call user method recognizes the different errormessage in 5_2_0 now
+  - the php_sap_name_variation001 check now goes for cgi instead of the
+  cgi-fcgi output string
+
+2009-04-26  Pierre-Alain Joye  pierre@gmail.com
+
+* ext/imap/php_imap.c:
+  - rmeove duplicate definition
+
+2009-04-26  Ilia Alshanetsky  i...@prohost.org
+
+* ext/standard/strnatcmp.c:
+  
+  Fixed compiler warning
+
+2009-04-26  Pierre-Alain Joye  pierre@gmail.com
+
+* ext/imap/php_imap.c
+  ext/imap/php_imap.c:
+  - correct clause
+
+2009-04-26  Jani Taskinen  jani.taski...@sci.fi
+
+* (PHP_5_2)
+  ext/session/php_session.h
+  ext/session/session.c
+  ext/session/tests/008-php4.2.3.phpt
+  ext/session/tests/014.phpt
+  ext/session/tests/session_decode_variation3.phpt
+  ext/session/tests/session_encode_error2.phpt
+  ext/session/tests/session_encode_variation1.phpt
+  ext/session/tests/session_encode_variation2.phpt
+  ext/session/tests/session_encode_variation6.phpt
+  ext/session/tests/session_encode_variation8.phpt:
+  MF53: Sync the session.c file structure and some bug fixes forgotten to
+  merge.
+
+* (PHP_5_2)
+  ext/standard/tests/array/array_count_values_variation.phpt:
+  - Fix test cleanup
+
 2009-04-25  Arnaud Le Blanc  arnaud...@gmail.com
 
 * ext/spl/php_spl.c:
@@ -37497,7 +37553,7 @@
 
 * sapi/litespeed/lsapi_main.c
   sapi/litespeed/lsapilib.c:
-  - Added missing $Id: ChangeLog,v 1.3385 2009/04/26 01:32:37 changelog 
Exp $ tags and nuked c++ comments
+  - Added missing $Id: ChangeLog,v 1.3386 2009/04/27 01:32:44 changelog 
Exp $ tags and nuked c++ comments
 
 * (PHP_5_3)
   ext/intl/locale/locale.c




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

2009-04-25 Thread changelog
changelog   Sun Apr 26 01:32:38 2009 UTC

  Modified files:  
/php-srcChangeLog 
  Log:
  ChangeLog update
  http://cvs.php.net/viewvc.cgi/php-src/ChangeLog?r1=1.3384r2=1.3385diff_format=u
Index: php-src/ChangeLog
diff -u php-src/ChangeLog:1.3384 php-src/ChangeLog:1.3385
--- php-src/ChangeLog:1.3384Sat Apr 25 01:32:41 2009
+++ php-src/ChangeLog   Sun Apr 26 01:32:37 2009
@@ -1,3 +1,281 @@
+2009-04-25  Arnaud Le Blanc  arnaud...@gmail.com
+
+* ext/spl/php_spl.c:
+  Fix memleak
+
+2009-04-25  Jani Taskinen  jani.taski...@sci.fi
+
+* ext/pdo_sqlite/tests/bug46542.phpt:
+  - Fix cleanup
+
+* ext/pdo_sqlite/tests/bug43831.phpt
+  ext/pdo_sqlite/tests/pdo_sqlite_createaggregate.phpt
+  ext/pdo_sqlite/tests/pdo_sqlite_createfunction.phpt
+  ext/pdo_sqlite/tests/pdo_sqlite_lastinsertid.phpt
+  ext/pdo_sqlite/tests/pdo_sqlite_transaction.phpt:
+  - Added missing SKIPIF
+
+* (PHP_5_3)
+  ext/pdo_sqlite/tests/bug43831.phpt
+  ext/pdo_sqlite/tests/bug46542.phpt
+  ext/pdo_sqlite/tests/pdo_sqlite_createaggregate.phpt
+  ext/pdo_sqlite/tests/pdo_sqlite_createfunction.phpt
+  ext/pdo_sqlite/tests/pdo_sqlite_lastinsertid.phpt
+  ext/pdo_sqlite/tests/pdo_sqlite_transaction.phpt:
+  MFB: Added missing SKIPIF
+
+* (PHP_5_2)
+  ext/pdo_sqlite/tests/pdo_sqlite_createaggregate.phpt
+  ext/pdo_sqlite/tests/pdo_sqlite_createfunction.phpt
+  ext/pdo_sqlite/tests/pdo_sqlite_lastinsertid.phpt
+  ext/pdo_sqlite/tests/pdo_sqlite_transaction.phpt:
+  - Missing skip section
+
+2009-04-25  Arnaud Le Blanc  arnaud...@gmail.com
+
+* ext/pcre/tests/invalid_utf8_offset.phpt
+  ext/standard/tests/file/007_variation11.phpt
+  ext/standard/tests/file/007_variation13.phpt
+  ext/standard/tests/file/007_variation15.phpt
+  ext/standard/tests/file/007_variation19.phpt
+  ext/standard/tests/file/007_variation21.phpt
+  ext/standard/tests/file/007_variation23.phpt
+  ext/standard/tests/file/007_variation3.phpt
+  ext/standard/tests/file/007_variation5.phpt
+  ext/standard/tests/file/007_variation7.phpt
+  ext/standard/tests/file/bug27508.phpt
+  ext/standard/tests/file/bug46347.phpt
+  ext/standard/tests/file/copy_variation9.phpt
+  ext/standard/tests/file/file_get_contents_variation5.phpt
+  ext/standard/tests/file/file_get_contents_variation8.phpt
+  ext/standard/tests/file/file_get_contents_variation9.phpt
+  ext/standard/tests/file/file_put_contents_variation5.phpt
+  ext/standard/tests/file/file_put_contents_variation8.phpt
+  ext/standard/tests/file/fread_socket_variation1.phpt
+  ext/standard/tests/file/include_streams.phpt
+  ext/standard/tests/file/pathinfo_basic.phpt
+  ext/standard/tests/file/pathinfo_basic1.phpt
+  ext/standard/tests/file/pathinfo_basic2.phpt
+  ext/standard/tests/file/pathinfo_variation1.phpt
+  ext/standard/tests/file/pathinfo_variaton.phpt
+  ext/standard/tests/file/proc_open01.phpt
+  ext/standard/tests/file/readfile_variation10.phpt
+  ext/standard/tests/file/stream_rfc2397_002.phpt
+  ext/standard/tests/file/unlink_error.phpt
+  ext/standard/tests/general_functions/debug_zval_dump_b_64bit.phpt
+  ext/standard/tests/general_functions/getopt.phpt
+  ext/standard/tests/network/inet.phpt
+  ext/standard/tests/network/socket_get_status_basic.phpt
+  ext/standard/tests/serialize/bug43614.phpt
+  ext/standard/tests/streams/bug46426.phpt
+  ext/standard/tests/streams/stream_get_contents_001.phpt
+  ext/standard/tests/strings/bug40915.phpt
+  ext/standard/tests/strings/bug44703.phpt
+  ext/standard/tests/strings/htmlentities01.phpt
+  ext/standard/tests/strings/printf_64bit.phpt
+  ext/standard/tests/strings/sha1.phpt
+  tests/classes/inheritance_003.phpt
+  tests/classes/inheritance_004.phpt
+  tests/classes/method_override_optional_arg_001.phpt
+  tests/classes/method_override_optional_arg_002.phpt
+  tests/classes/type_hinting_005a.phpt
+  tests/classes/type_hinting_005b.phpt
+  tests/classes/type_hinting_005c.phpt
+  tests/classes/type_hinting_005d.phpt:
+  Fixed tests (mostly MFB)
+
+* ext/standard/url_scanner_ex.c:
+  gen
+
+* ext/standard/url_scanner_ex.re:
+  Fix version
+
+* ext/standard/url_scanner_ex.re:
+  Handle HEAD output handler flags
+  (fixes ext/standard/tests/general_functions/bug44394.phpt)
+
+* ext/standard/basic_functions.c:
+  Fix memleak in set_include_path()
+  (ext/standard/tests/file/file_put_contents_variation5.phpt)
+
+* ext/spl/php_spl.c:
+  MFB5.3 (Fixed bug #38325 (spl_autoload_register() gaves wrong line for
+  class not found))
+
+2009-04-25  Sebastian Schürmann  sschuermann...@yahoo.de
+
+* (PHP_5_2)
+  ext/spl/tests/spl_classes.phpt:
+  Initial import
+
+* ext/spl/tests/spl_classes.phpt
+  

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

2009-04-23 Thread changelog
changelog   Fri Apr 24 01:32:40 2009 UTC

  Modified files:  
/php-srcChangeLog 
  Log:
  ChangeLog update
  
http://cvs.php.net/viewvc.cgi/php-src/ChangeLog?r1=1.3382r2=1.3383diff_format=u
Index: php-src/ChangeLog
diff -u php-src/ChangeLog:1.3382 php-src/ChangeLog:1.3383
--- php-src/ChangeLog:1.3382Thu Apr 23 01:33:42 2009
+++ php-src/ChangeLog   Fri Apr 24 01:32:39 2009
@@ -1,3 +1,67 @@
+2009-04-23  Pierre-Alain Joye  pierre@gmail.com
+
+* (PHP_5_2)
+  NEWS:
+  - #47940 entry
+
+* ext/imap/php_imap.c:
+  - #47940,  leaks in imap_body()
+
+* (PHP_5_3)
+  ext/imap/config.w32:
+  - define HAVE_NEW_MIME2TEXT and detect utf8aux
+
+* ext/imap/config.w32:
+  - define HAVE_NEW_MIME2TEXT and HAVE_RFC822_OUTPUT_ADDRESS_LIST
+
+* win32/build/config.w32:
+  - MFB: allow to set or disable the multithreaded build (n, auto or 
disable)
+
+* (PHP_5_3)
+  win32/build/config.w32:
+  - allow to set or disable the multithreaded build (n, auto or disable)
+
+* ext/pdo_odbc/config.w32:
+  - MFB
+
+* (PHP_5_3)
+  ext/pdo_odbc/config.w32:
+  - wrong var name
+
+2009-04-23  Takeshi Abe  t...@fixedpoint.jp
+
+* ext/gd/libgd/gd.c:
+  check non-null before any use.
+
+2009-04-23  Matteo Beccati  mat...@beccati.com
+
+* (PHP_5_3)
+  NEWS
+  ext/pdo/pdo_stmt.c
+  ext/pdo_oci/tests/bug46274.phpt
+  ext/pdo_oci/tests/bug46274_2.phpt
+  ext/pdo_pgsql/pgsql_statement.c
+  ext/pdo_pgsql/tests/bug46274_2.phpt:
+  MFH:
+  - Reverted previous fix for bug #46274 and properly fixed it
+  - Fixed bug #48060
+
+* ext/pdo/pdo_stmt.c
+  ext/pdo_oci/tests/bug46274.phpt
+  ext/pdo_oci/tests/bug46274.phpt
+  ext/pdo_oci/tests/bug46274_2.phpt
+  ext/pdo_oci/tests/bug46274_2.phpt
+  ext/pdo_pgsql/pgsql_statement.c
+  ext/pdo_pgsql/tests/bug46274_2.phpt:
+  - Reverted previous fix for bug #46274 and properly fixed it
+  - Fixed bug #48060
+
+2009-04-23  Pierre-Alain Joye  pierre@gmail.com
+
+* ext/curl/config.w32
+  ext/curl/config.w32:
+  - c/p error
+
 2009-04-22  Brian Shire  sh...@tekrat.com
 
 * (PHP_5_3)
@@ -37054,7 +37118,7 @@
 
 * sapi/litespeed/lsapi_main.c
   sapi/litespeed/lsapilib.c:
-  - Added missing $Id: ChangeLog,v 1.3382 2009/04/23 01:33:42 changelog 
Exp $ tags and nuked c++ comments
+  - Added missing $Id: ChangeLog,v 1.3383 2009/04/24 01:32:39 changelog 
Exp $ tags and nuked c++ comments
 
 * (PHP_5_3)
   ext/intl/locale/locale.c




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

2009-04-22 Thread changelog
changelog   Thu Apr 23 01:33:43 2009 UTC

  Modified files:  
/php-srcChangeLog 
  Log:
  ChangeLog update
  
http://cvs.php.net/viewvc.cgi/php-src/ChangeLog?r1=1.3381r2=1.3382diff_format=u
Index: php-src/ChangeLog
diff -u php-src/ChangeLog:1.3381 php-src/ChangeLog:1.3382
--- php-src/ChangeLog:1.3381Wed Apr 22 01:32:39 2009
+++ php-src/ChangeLog   Thu Apr 23 01:33:42 2009
@@ -1,3 +1,34 @@
+2009-04-22  Brian Shire  sh...@tekrat.com
+
+* (PHP_5_3)
+  ZendEngine2/zend_compile.c:
+  MFH: fix DVAL_TO_LVAL conversion for static array indexes, related to bug
+  #46701
+
+* ZendEngine2/zend_compile.c:
+  fix DVAL_TO_LVAL conversion for static array indexes, related to bug 
#46701
+
+2009-04-22  Pierre-Alain Joye  pierre@gmail.com
+
+* ext/soap/config.w32:
+  - MFB: make it loud when libxml is missing or the dep is not present
+
+* (PHP_5_3)
+  ext/soap/config.w32:
+  - make it loud when libxml is missing or the dep is not present
+
+2009-04-22  Ilia Alshanetsky  i...@prohost.org
+
+* (PHP_5_3)
+  ext/intl/msgformat/msgformat_attr.c:
+  
+  Removed unused vars
+
+2009-04-22  andy wharmby  whar...@uk.ibm.com
+
+* ext/date/tests/date_format_variation2.phpt:
+  PHP 6 version of a new date test missed from earlier drop
+
 2009-04-21  Hannes Magnusson  hannes.magnus...@gmail.com
 
 * ext/ldap/ldap.c:
@@ -37023,7 +37054,7 @@
 
 * sapi/litespeed/lsapi_main.c
   sapi/litespeed/lsapilib.c:
-  - Added missing $Id: ChangeLog,v 1.3381 2009/04/22 01:32:39 changelog 
Exp $ tags and nuked c++ comments
+  - Added missing $Id: ChangeLog,v 1.3382 2009/04/23 01:33:42 changelog 
Exp $ tags and nuked c++ comments
 
 * (PHP_5_3)
   ext/intl/locale/locale.c




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

2009-04-21 Thread changelog
changelog   Wed Apr 22 01:32:41 2009 UTC

  Modified files:  
/php-srcChangeLog 
  Log:
  ChangeLog update
  
http://cvs.php.net/viewvc.cgi/php-src/ChangeLog?r1=1.3380r2=1.3381diff_format=u
Index: php-src/ChangeLog
diff -u php-src/ChangeLog:1.3380 php-src/ChangeLog:1.3381
--- php-src/ChangeLog:1.3380Tue Apr 21 01:32:39 2009
+++ php-src/ChangeLog   Wed Apr 22 01:32:39 2009
@@ -1,3 +1,45 @@
+2009-04-21  Hannes Magnusson  hannes.magnus...@gmail.com
+
+* ext/ldap/ldap.c:
+  Adjust reflection info
+
+2009-04-21  Ilia Alshanetsky  i...@prohost.org
+
+* ext/ldap/ldap.c:
+  
+  MFB: Adjusted prototype
+
+* (PHP_5_3)
+  ext/ldap/ldap.c:
+  
+  Adjusted prototype
+
+2009-04-21  andy wharmby  whar...@uk.ibm.com
+
+* ext/standard/tests/file/filetype_variation2.phpt
+  ext/standard/tests/file/filetype_variation2.phpt
+  ext/standard/tests/file/filetype_variation2.phpt:
+  Fix test
+
+2009-04-21  Dmitry Stogov  dmi...@zend.com
+
+* (PHP_5_3)
+  NEWS
+  ZendEngine2/zend_execute.c
+  ZendEngine2/zend_execute.c
+  ZendEngine2/zend_execute.c
+  ZendEngine2/zend_execute.c
+  ZendEngine2/tests/bug48004.phpt
+  ZendEngine2/tests/bug48004.phpt
+  ZendEngine2/tests/bug48004.phpt:
+  Fixed bug #48004 (Error handler prevents creation of default object)
+
+2009-04-21  Kalle Sommer Nielsen  kalle@gmail.com
+
+* (PHP_5_3)
+  UPGRADING:
+  Added missing note about gethostname() (Re: #47839)
+
 2009-04-20  Jani Taskinen  jani.taski...@sci.fi
 
 * ext/mbstring/libmbfl/tests/strwidth.c
@@ -36981,7 +37023,7 @@
 
 * sapi/litespeed/lsapi_main.c
   sapi/litespeed/lsapilib.c:
-  - Added missing $Id: ChangeLog,v 1.3380 2009/04/21 01:32:39 changelog 
Exp $ tags and nuked c++ comments
+  - Added missing $Id: ChangeLog,v 1.3381 2009/04/22 01:32:39 changelog 
Exp $ tags and nuked c++ comments
 
 * (PHP_5_3)
   ext/intl/locale/locale.c




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

2009-04-20 Thread changelog
changelog   Tue Apr 21 01:32:40 2009 UTC

  Modified files:  
/php-srcChangeLog 
  Log:
  ChangeLog update
  http://cvs.php.net/viewvc.cgi/php-src/ChangeLog?r1=1.3379r2=1.3380diff_format=u
Index: php-src/ChangeLog
diff -u php-src/ChangeLog:1.3379 php-src/ChangeLog:1.3380
--- php-src/ChangeLog:1.3379Mon Apr 20 01:32:35 2009
+++ php-src/ChangeLog   Tue Apr 21 01:32:39 2009
@@ -1,3 +1,218 @@
+2009-04-20  Jani Taskinen  jani.taski...@sci.fi
+
+* ext/mbstring/libmbfl/tests/strwidth.c
+  ext/mbstring/libmbfl/tests/conv_kana.tests/Makefile.am
+  ext/mbstring/libmbfl/tests/conv_kana.tests/conv_kana.exp
+  ext/mbstring/oniguruma/AUTHORS
+  ext/mbstring/oniguruma/enc/gb18030.c:
+  MFB: missed these
+
+* ext/mbstring/config.m4
+  ext/mbstring/config.w32
+  ext/mbstring/mbstring.c
+  ext/mbstring/mbstring.h
+  ext/mbstring/php_mbregex.c
+  ext/mbstring/php_unicode.c
+  ext/mbstring/libmbfl/AUTHORS
+  ext/mbstring/libmbfl/Makefile.am
+  ext/mbstring/libmbfl/configure.in
+  ext/mbstring/libmbfl/libmbfl.dsp
+  ext/mbstring/libmbfl/libmbfl.sln
+  ext/mbstring/libmbfl/libmbfl.vcproj
+  ext/mbstring/libmbfl/mbfl.rc
+  ext/mbstring/libmbfl/filters/Makefile.am
+  ext/mbstring/libmbfl/filters/Makefile.bcc32
+  ext/mbstring/libmbfl/filters/mbfilter_cp1254.c
+  ext/mbstring/libmbfl/filters/mbfilter_cp1254.h
+  ext/mbstring/libmbfl/filters/mbfilter_cp850.c
+  ext/mbstring/libmbfl/filters/mbfilter_cp850.h
+  ext/mbstring/libmbfl/filters/mbfilter_euc_jp_win.c
+  ext/mbstring/libmbfl/filters/mbfilter_iso2022_jp_ms.c
+  ext/mbstring/libmbfl/filters/mbfilter_iso2022_jp_ms.h
+  ext/mbstring/libmbfl/filters/mbfilter_jis.c
+  ext/mbstring/libmbfl/filters/mbfilter_jis.h
+  ext/mbstring/libmbfl/filters/mbfilter_koi8u.c
+  ext/mbstring/libmbfl/filters/mbfilter_koi8u.h
+  ext/mbstring/libmbfl/filters/unicode_table_cp1254.h
+  ext/mbstring/libmbfl/filters/unicode_table_cp850.h
+  ext/mbstring/libmbfl/filters/unicode_table_jis.h
+  ext/mbstring/libmbfl/filters/unicode_table_koi8u.h
+  ext/mbstring/libmbfl/mbfl/Makefile.am
+  ext/mbstring/libmbfl/mbfl/Makefile.bcc32
+  ext/mbstring/libmbfl/mbfl/mbfilter.h
+  ext/mbstring/libmbfl/mbfl/mbfilter_8bit.h
+  ext/mbstring/libmbfl/mbfl/mbfilter_pass.h
+  ext/mbstring/libmbfl/mbfl/mbfilter_wchar.h
+  ext/mbstring/libmbfl/mbfl/mbfl_convert.c
+  ext/mbstring/libmbfl/mbfl/mbfl_encoding.c
+  ext/mbstring/libmbfl/mbfl/mbfl_encoding.h
+  ext/mbstring/libmbfl/mbfl/mbfl_ident.c
+  ext/mbstring/libmbfl/mbfl/mbfl_language.c
+  ext/mbstring/libmbfl/mbfl/mbfl_language.h
+  ext/mbstring/libmbfl/nls/Makefile.am
+  ext/mbstring/libmbfl/nls/Makefile.bcc32
+  ext/mbstring/libmbfl/nls/nls_ua.c
+  ext/mbstring/libmbfl/nls/nls_ua.h
+  ext/mbstring/libmbfl/tests/Makefile.am
+  ext/mbstring/libmbfl/tests/conv_encoding.c
+  ext/mbstring/libmbfl/tests/conv_kana.c
+  ext/mbstring/libmbfl/tests/strcut.c
+  ext/mbstring/libmbfl/tests/conv_encoding.tests/Makefile.am
+  ext/mbstring/libmbfl/tests/conv_encoding.tests/cp51932_cp50220raw.exp
+  ext/mbstring/libmbfl/tests/conv_encoding.tests/ujis_sjis.exp
+  ext/mbstring/libmbfl/tests/conv_encoding.tests/utf8_sjis.exp
+  ext/mbstring/libmbfl/tests/strcut.tests/Makefile.am
+  ext/mbstring/libmbfl/tests/strcut.tests/iso2022jp.exp
+  ext/mbstring/libmbfl/tests/strcut.tests/ujis.exp
+  ext/mbstring/libmbfl/tests/strcut.tests/utf8.exp
+  ext/mbstring/libmbfl/tests/strwidth.tests/Makefile.am
+  ext/mbstring/libmbfl/tests/strwidth.tests/conv_encoding.c
+  ext/mbstring/libmbfl/tests/strwidth.tests/conv_kana.c
+  ext/mbstring/libmbfl/tests/strwidth.tests/strwidth.exp
+  ext/mbstring/libmbfl/tests/strwidth.tests/conv_encoding.tests/Makefile.am
+  
ext/mbstring/libmbfl/tests/strwidth.tests/conv_encoding.tests/cp51932_cp50220raw.exp
+  
ext/mbstring/libmbfl/tests/strwidth.tests/conv_encoding.tests/ujis_sjis.exp
+  
ext/mbstring/libmbfl/tests/strwidth.tests/conv_encoding.tests/utf8_sjis.exp
+  ext/mbstring/libmbfl/tests/strwidth.tests/conv_kana.tests/Makefile.am
+  ext/mbstring/libmbfl/tests/strwidth.tests/conv_kana.tests/conv_kana.exp
+  ext/mbstring/oniguruma/COPYING
+  ext/mbstring/oniguruma/HISTORY
+  ext/mbstring/oniguruma/README
+  ext/mbstring/oniguruma/README.ja
+  ext/mbstring/oniguruma/config.h.in
+  ext/mbstring/oniguruma/index.html
+  ext/mbstring/oniguruma/onigcmpt200.h
+  ext/mbstring/oniguruma/oniggnu.h
+  ext/mbstring/oniguruma/oniguruma.h
+  ext/mbstring/oniguruma/regcomp.c
+  ext/mbstring/oniguruma/regenc.c
+  ext/mbstring/oniguruma/regenc.h
+  ext/mbstring/oniguruma/regerror.c
+  ext/mbstring/oniguruma/regexec.c
+  ext/mbstring/oniguruma/regext.c
+  ext/mbstring/oniguruma/reggnu.c
+  

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

2009-04-19 Thread changelog
changelog   Mon Apr 20 01:32:36 2009 UTC

  Modified files:  
/php-srcChangeLog 
  Log:
  ChangeLog update
  
http://cvs.php.net/viewvc.cgi/php-src/ChangeLog?r1=1.3378r2=1.3379diff_format=u
Index: php-src/ChangeLog
diff -u php-src/ChangeLog:1.3378 php-src/ChangeLog:1.3379
--- php-src/ChangeLog:1.3378Sun Apr 19 01:32:32 2009
+++ php-src/ChangeLog   Mon Apr 20 01:32:35 2009
@@ -1,3 +1,69 @@
+2009-04-19  Arnaud Le Blanc  arnaud...@gmail.com
+
+* ext/zlib/tests/bug_40189.phpt:
+  Fix test
+
+* ext/standard/file.c
+  ext/standard/streamsfuncs.c
+  main/php_streams.h
+  main/streams/cast.c
+  main/streams/streams.c:
+  Better fix for #47997
+
+2009-04-19  Ilia Alshanetsky  i...@prohost.org
+
+* (PHP_5_2)
+  NEWS
+  ext/standard/exec.c
+  ext/standard/exec.c:
+  MFB: Fixed bug #47937 (system() calls sapi_flush() regardless of output
+  buffering)
+
+* (PHP_5_3)
+  ext/standard/exec.c:
+  Fixed bug #47937 (system() calls sapi_flush() regardless of output
+  buffering)
+
+2009-04-19  Arnaud Le Blanc  arnaud...@gmail.com
+
+* (PHP_5_3)
+  NEWS:
+  BFN moved to 5.2
+
+* (PHP_5_2)
+  NEWS
+  ext/standard/file.c
+  ext/standard/file.c
+  ext/standard/streamsfuncs.c
+  ext/standard/streamsfuncs.c
+  ext/standard/tests/streams/bug47997.phpt
+  main/php_streams.h
+  main/php_streams.h
+  main/streams/cast.c
+  main/streams/cast.c
+  main/streams/streams.c
+  main/streams/streams.c:
+  MFB5.3: Fixed bug #47997 (stream_copy_to_stream returns 1 on empty 
streams)
+
+* ext/standard/tests/streams/bug47997.phpt
+  ext/standard/tests/streams/bug47997.phpt:
+  
+  new test
+
+* ext/standard/tests/streams/bug47997.phpt
+  ext/standard/tests/streams/bug47997.phpt:
+  
+  file bug47997.phpt was initially added on branch PHP_5_3.
+
+* (PHP_5_3)
+  NEWS
+  ext/standard/file.c
+  ext/standard/streamsfuncs.c
+  main/php_streams.h
+  main/streams/cast.c
+  main/streams/streams.c:
+  Fixed bug #47997 (stream_copy_to_stream returns 1 on empty streams)
+
 2009-04-18  Felipe Pena  felipe...@gmail.com
 
 * ext/pdo_firebird/firebird_driver.c:
@@ -36700,7 +36766,7 @@
 
 * sapi/litespeed/lsapi_main.c
   sapi/litespeed/lsapilib.c:
-  - Added missing $Id: ChangeLog,v 1.3378 2009/04/19 01:32:32 changelog 
Exp $ tags and nuked c++ comments
+  - Added missing $Id: ChangeLog,v 1.3379 2009/04/20 01:32:35 changelog 
Exp $ tags and nuked c++ comments
 
 * (PHP_5_3)
   ext/intl/locale/locale.c




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

2009-04-18 Thread changelog
changelog   Sun Apr 19 01:32:34 2009 UTC

  Modified files:  
/php-srcChangeLog 
  Log:
  ChangeLog update
  
http://cvs.php.net/viewvc.cgi/php-src/ChangeLog?r1=1.3377r2=1.3378diff_format=u
Index: php-src/ChangeLog
diff -u php-src/ChangeLog:1.3377 php-src/ChangeLog:1.3378
--- php-src/ChangeLog:1.3377Fri Apr 17 01:32:55 2009
+++ php-src/ChangeLog   Sun Apr 19 01:32:32 2009
@@ -1,3 +1,8 @@
+2009-04-18  Felipe Pena  felipe...@gmail.com
+
+* ext/pdo_firebird/firebird_driver.c:
+  - Fix build
+
 2009-04-16  Ilia Alshanetsky  i...@prohost.org
 
 * ext/pdo_firebird/firebird_driver.c
@@ -36695,7 +36700,7 @@
 
 * sapi/litespeed/lsapi_main.c
   sapi/litespeed/lsapilib.c:
-  - Added missing $Id: ChangeLog,v 1.3377 2009/04/17 01:32:55 changelog 
Exp $ tags and nuked c++ comments
+  - Added missing $Id: ChangeLog,v 1.3378 2009/04/19 01:32:32 changelog 
Exp $ tags and nuked c++ comments
 
 * (PHP_5_3)
   ext/intl/locale/locale.c




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

2009-04-16 Thread changelog
changelog   Fri Apr 17 01:32:57 2009 UTC

  Modified files:  
/php-srcChangeLog 
  Log:
  ChangeLog update
  
http://cvs.php.net/viewvc.cgi/php-src/ChangeLog?r1=1.3376r2=1.3377diff_format=u
Index: php-src/ChangeLog
diff -u php-src/ChangeLog:1.3376 php-src/ChangeLog:1.3377
--- php-src/ChangeLog:1.3376Thu Apr 16 01:32:41 2009
+++ php-src/ChangeLog   Fri Apr 17 01:32:55 2009
@@ -1,3 +1,172 @@
+2009-04-16  Ilia Alshanetsky  i...@prohost.org
+
+* ext/pdo_firebird/firebird_driver.c
+  ext/pdo_firebird/firebird_driver.c:
+  
+  MFB: Fixed compiler warning
+
+* (PHP_5_3)
+  ext/pdo_firebird/firebird_driver.c:
+  
+  Fixed compiler warning
+
+2009-04-16  Pierre-Alain Joye  pierre@gmail.com
+
+* (PHP_5_2)
+  ext/curl/interface.c:
+  - fix zts build
+
+2009-04-16  Hannes Magnusson  hannes.magnus...@gmail.com
+
+* (PHP_5_2)
+  NEWS:
+  BFN
+
+* (PHP_5_2)
+  ZendEngine2/zend_compile.c
+  ZendEngine2/tests/bug47981.phpt:
+   MFH: Fixed bug#47981 (error handler not called regardless)
+
+2009-04-16  Pierre-Alain Joye  pierre@gmail.com
+
+* (PHP_5_2)
+  ext/curl/interface.c:
+  - improve file:// deactivation in curl_init and do not allow to enable it
+  again manually
+
+2009-04-16  Hannes Magnusson  hannes.magnus...@gmail.com
+
+* (PHP_5_3)
+  ZendEngine2/zend_compile.c
+  ZendEngine2/tests/bug47981.phpt:
+  MFH: Fixed bug#47981 (error handler not called regardless)
+
+* ZendEngine2/tests/bug47981.phpt
+  ZendEngine2/tests/bug47981.phpt
+  ZendEngine2/tests/bug47981.phpt:
+1.1.4;
+  Fixed bug#47981 (error handler not called regardless)
+
+* ZendEngine2/zend_compile.c:
+  Fixed bug#47981 (error handler not called regardless)
+
+* run-tests.php:
+  Make it possible to run on PHP5.2
+
+* run-tests.php:
+  Sync WS with 5.3
+
+2009-04-16  Zoe Slattery  zoe.slatt...@googlemail.com
+
+* (PHP_5_3)
+  ext/standard/tests/array/count_recursive.phpt
+  ext/standard/tests/array/end.phpt
+  ext/standard/tests/dir/dir_variation8.phpt
+  ext/standard/tests/file/005_variation.phpt
+  ext/standard/tests/file/copy_variation12.phpt
+  ext/standard/tests/file/file_get_contents_basic.phpt
+  ext/standard/tests/file/file_get_contents_error.phpt
+  ext/standard/tests/file/fscanf_variation51.phpt
+  ext/standard/tests/file/fscanf_variation52.phpt
+  ext/standard/tests/file/fscanf_variation53.phpt
+  ext/standard/tests/file/is_dir_variation1.phpt
+  ext/standard/tests/file/is_dir_variation2.phpt
+  ext/standard/tests/file/is_file_error.phpt
+  ext/standard/tests/file/mkdir_rmdir_variation2.phpt
+  ext/standard/tests/file/readlink_realpath_variation3.phpt
+  ext/standard/tests/file/rename_basic.phpt
+  ext/standard/tests/file/rename_variation.phpt
+  ext/standard/tests/file/rename_variation1.phpt
+  ext/standard/tests/file/rename_variation2.phpt
+  ext/standard/tests/file/rename_variation3.phpt
+  ext/standard/tests/file/rename_variation4.phpt
+  ext/standard/tests/file/rename_variation8.phpt
+  ext/standard/tests/file/symlink_link_linkinfo_is_link_basic2.phpt
+  ext/standard/tests/file/symlink_link_linkinfo_is_link_variation6.phpt
+  ext/standard/tests/general_functions/bug44394_2.phpt
+  ext/standard/tests/general_functions/is_array.phpt
+  ext/standard/tests/general_functions/is_bool.phpt
+  ext/standard/tests/general_functions/is_float.phpt
+  ext/standard/tests/general_functions/is_int.phpt
+  ext/standard/tests/general_functions/is_null.phpt
+  ext/standard/tests/general_functions/is_numeric.phpt
+  ext/standard/tests/general_functions/is_object.phpt
+  ext/standard/tests/general_functions/is_scalar.phpt
+  ext/standard/tests/general_functions/is_string.phpt
+  ext/standard/tests/general_functions/strval.phpt
+  ext/standard/tests/strings/strstr.phpt
+  ext/standard/tests/strings/vfprintf_error1.phpt
+  ext/standard/tests/strings/vfprintf_error2.phpt
+  ext/standard/tests/strings/vfprintf_error3.phpt
+  ext/standard/tests/strings/vfprintf_error4.phpt:
+  fixing incorrect --CLEAN-- sections
+
+2009-04-16  Dmitry Stogov  dmi...@zend.com
+
+* ext/standard/tests/filters/chunked_001.phpt
+  ext/standard/tests/filters/chunked_001.phpt:
+  
+  file chunked_001.phpt was initially added on branch PHP_5_3.
+
+* (PHP_5_3)
+  NEWS
+  ext/standard/filters.c
+  ext/standard/filters.c
+  ext/standard/http_fopen_wrapper.c
+  ext/standard/http_fopen_wrapper.c
+  ext/standard/tests/filters/chunked_001.phpt:
+  - Added dechunk filter which can decode HTTP responces with chunked
+  transfer-encoding. HTTP streams use this filter automatically in case
+  Transfer-Encoding: chunked header presents in responce. It's possible 
to
+  disable this 

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

2009-04-15 Thread changelog
changelog   Thu Apr 16 01:32:42 2009 UTC

  Modified files:  
/php-srcChangeLog 
  Log:
  ChangeLog update
  
http://cvs.php.net/viewvc.cgi/php-src/ChangeLog?r1=1.3375r2=1.3376diff_format=u
Index: php-src/ChangeLog
diff -u php-src/ChangeLog:1.3375 php-src/ChangeLog:1.3376
--- php-src/ChangeLog:1.3375Wed Apr 15 01:32:35 2009
+++ php-src/ChangeLog   Thu Apr 16 01:32:41 2009
@@ -1,3 +1,32 @@
+2009-04-15  Antony Dovgal  t...@daylessday.org
+
+* (PHP_5_2)
+  ext/standard/tests/file/filetype_variation2.phpt:
+  sync test with other branches
+
+* ext/standard/tests/file/filetype_variation2.phpt
+  ext/standard/tests/file/filetype_variation2.phpt:
+  fix parse error
+
+* ext/standard/tests/mail/ezmlm_hash_basic_64bit.phpt
+  ext/standard/tests/mail/ezmlm_hash_basic_64bit.phpt
+  ext/standard/tests/mail/ezmlm_hash_basic_64bit.phpt:
+  fix test
+
+2009-04-15  Ilia Alshanetsky  i...@prohost.org
+
+* (PHP_5_2)
+  NEWS
+  ext/standard/mail.c
+  ext/standard/mail.c:
+  
+  MFB: Fixed bug #47969 (ezmlm_hash() returns different values depend on 
OS)
+
+* (PHP_5_3)
+  ext/standard/mail.c:
+  
+  Fixed bug #47969 (ezmlm_hash() returns different values depend on OS)
+
 2009-04-14  Nuno Lopes  nunoplo...@sapo.pt
 
 * (PHP_5_2)
@@ -36497,7 +36526,7 @@
 
 * sapi/litespeed/lsapi_main.c
   sapi/litespeed/lsapilib.c:
-  - Added missing $Id: ChangeLog,v 1.3375 2009/04/15 01:32:35 changelog 
Exp $ tags and nuked c++ comments
+  - Added missing $Id: ChangeLog,v 1.3376 2009/04/16 01:32:41 changelog 
Exp $ tags and nuked c++ comments
 
 * (PHP_5_3)
   ext/intl/locale/locale.c




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

2009-04-14 Thread changelog
changelog   Wed Apr 15 01:32:36 2009 UTC

  Modified files:  
/php-srcChangeLog 
  Log:
  ChangeLog update
  
http://cvs.php.net/viewvc.cgi/php-src/ChangeLog?r1=1.3374r2=1.3375diff_format=u
Index: php-src/ChangeLog
diff -u php-src/ChangeLog:1.3374 php-src/ChangeLog:1.3375
--- php-src/ChangeLog:1.3374Tue Apr 14 01:32:48 2009
+++ php-src/ChangeLog   Wed Apr 15 01:32:35 2009
@@ -1,3 +1,70 @@
+2009-04-14  Nuno Lopes  nunoplo...@sapo.pt
+
+* (PHP_5_2)
+  ext/pcre/php_pcre.c
+  ext/pcre/tests/bug47662.phpt:
+  MFH: fix bug #47662: support more than 127 named subpatterns
+
+* (PHP_5_2)
+  ext/pcre/pcrelib/AUTHORS
+  ext/pcre/pcrelib/ChangeLog
+  ext/pcre/pcrelib/LICENCE
+  ext/pcre/pcrelib/NEWS
+  ext/pcre/pcrelib/NON-UNIX-USE
+  ext/pcre/pcrelib/README
+  ext/pcre/pcrelib/config.h
+  ext/pcre/pcrelib/dftables.c
+  ext/pcre/pcrelib/pcre.h
+  ext/pcre/pcrelib/pcre_compile.c
+  ext/pcre/pcrelib/pcre_config.c
+  ext/pcre/pcrelib/pcre_exec.c
+  ext/pcre/pcrelib/pcre_fullinfo.c
+  ext/pcre/pcrelib/pcre_get.c
+  ext/pcre/pcrelib/pcre_globals.c
+  ext/pcre/pcrelib/pcre_info.c
+  ext/pcre/pcrelib/pcre_internal.h
+  ext/pcre/pcrelib/pcre_maketables.c
+  ext/pcre/pcrelib/pcre_newline.c
+  ext/pcre/pcrelib/pcre_ord2utf8.c
+  ext/pcre/pcrelib/pcre_printint.src
+  ext/pcre/pcrelib/pcre_refcount.c
+  ext/pcre/pcrelib/pcre_study.c
+  ext/pcre/pcrelib/pcre_tables.c
+  ext/pcre/pcrelib/pcre_try_flipped.c
+  ext/pcre/pcrelib/pcre_valid_utf8.c
+  ext/pcre/pcrelib/pcre_version.c
+  ext/pcre/pcrelib/pcre_xclass.c
+  ext/pcre/pcrelib/pcregrep.c
+  ext/pcre/pcrelib/pcreposix.c
+  ext/pcre/pcrelib/pcreposix.h
+  ext/pcre/pcrelib/ucp.h
+  ext/pcre/pcrelib/doc/pcre.txt
+  ext/pcre/pcrelib/testdata/grepinputx
+  ext/pcre/pcrelib/testdata/grepoutput
+  ext/pcre/pcrelib/testdata/testinput1
+  ext/pcre/pcrelib/testdata/testinput2
+  ext/pcre/pcrelib/testdata/testinput5
+  ext/pcre/pcrelib/testdata/testinput6
+  ext/pcre/pcrelib/testdata/testinput7
+  ext/pcre/pcrelib/testdata/testoutput1
+  ext/pcre/pcrelib/testdata/testoutput2
+  ext/pcre/pcrelib/testdata/testoutput5
+  ext/pcre/pcrelib/testdata/testoutput6
+  ext/pcre/pcrelib/testdata/testoutput7:
+  upgrade to pcre 7.9
+
+2009-04-14  Ilia Alshanetsky  i...@prohost.org
+
+* (PHP_5_3)
+  NEWS:
+  
+  Sqlite news
+
+2009-04-14  Antony Dovgal  t...@daylessday.org
+
+* ext/filter/filter.c:
+  revert wrong fix for bug #47930
+
 2009-04-13  Stanislav Malyshev  s...@zend.com
 
 * (PHP_5_2)
@@ -36430,7 +36497,7 @@
 
 * sapi/litespeed/lsapi_main.c
   sapi/litespeed/lsapilib.c:
-  - Added missing $Id: ChangeLog,v 1.3374 2009/04/14 01:32:48 changelog 
Exp $ tags and nuked c++ comments
+  - Added missing $Id: ChangeLog,v 1.3375 2009/04/15 01:32:35 changelog 
Exp $ tags and nuked c++ comments
 
 * (PHP_5_3)
   ext/intl/locale/locale.c




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

2009-04-13 Thread changelog
changelog   Tue Apr 14 01:32:49 2009 UTC

  Modified files:  
/php-srcChangeLog 
  Log:
  ChangeLog update
  
http://cvs.php.net/viewvc.cgi/php-src/ChangeLog?r1=1.3373r2=1.3374diff_format=u
Index: php-src/ChangeLog
diff -u php-src/ChangeLog:1.3373 php-src/ChangeLog:1.3374
--- php-src/ChangeLog:1.3373Mon Apr 13 01:33:00 2009
+++ php-src/ChangeLog   Tue Apr 14 01:32:48 2009
@@ -1,3 +1,34 @@
+2009-04-13  Stanislav Malyshev  s...@zend.com
+
+* (PHP_5_2)
+  NEWS:
+  add fix #47930
+
+* ext/filter/filter.c
+  ext/filter/filter.c
+  ext/filter/filter.c:
+  fix #47930
+
+2009-04-13  Ilia Alshanetsky  i...@prohost.org
+
+* ext/sqlite3/libsqlite/sqlite3.c
+  ext/sqlite3/libsqlite/sqlite3.h
+  ext/sqlite3/libsqlite/sqlite3ext.h:
+  MFB: Upgrade to SQLite 3.6.13
+
+* (PHP_5_3)
+  ext/sqlite3/libsqlite/sqlite3.c
+  ext/sqlite3/libsqlite/sqlite3.h
+  ext/sqlite3/libsqlite/sqlite3ext.h:
+  Upgrade to SQLite 3.6.13
+
+2009-04-13  Derick Rethans  p...@derickrethans.nl
+
+* ext/date/lib/timezonedb.h
+  ext/date/lib/timezonedb.h
+  ext/date/lib/timezonedb.h:
+  - Updated to version 2009.6 (2009f)
+
 2009-04-12  Ilia Alshanetsky  i...@prohost.org
 
 * (PHP_5_2)
@@ -36399,7 +36430,7 @@
 
 * sapi/litespeed/lsapi_main.c
   sapi/litespeed/lsapilib.c:
-  - Added missing $Id: ChangeLog,v 1.3373 2009/04/13 01:33:00 changelog 
Exp $ tags and nuked c++ comments
+  - Added missing $Id: ChangeLog,v 1.3374 2009/04/14 01:32:48 changelog 
Exp $ tags and nuked c++ comments
 
 * (PHP_5_3)
   ext/intl/locale/locale.c




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

2009-04-12 Thread changelog
changelog   Mon Apr 13 01:33:01 2009 UTC

  Modified files:  
/php-srcChangeLog 
  Log:
  ChangeLog update
  
http://cvs.php.net/viewvc.cgi/php-src/ChangeLog?r1=1.3372r2=1.3373diff_format=u
Index: php-src/ChangeLog
diff -u php-src/ChangeLog:1.3372 php-src/ChangeLog:1.3373
--- php-src/ChangeLog:1.3372Sun Apr 12 01:32:51 2009
+++ php-src/ChangeLog   Mon Apr 13 01:33:00 2009
@@ -1,3 +1,16 @@
+2009-04-12  Ilia Alshanetsky  i...@prohost.org
+
+* (PHP_5_2)
+  NEWS
+  ext/gd/libgd/gd.c
+  ext/gd/libgd/gd.c:
+  
+  MFB: Fixed bug #47946 (ImageConvolution overwrites background)
+
+* (PHP_5_3)
+  ext/gd/libgd/gd.c:
+  Fixed bug #47946 (ImageConvolution overwrites background)
+
 2009-04-11  Nuno Lopes  nunoplo...@sapo.pt
 
 * (PHP_5_3)
@@ -36386,7 +36399,7 @@
 
 * sapi/litespeed/lsapi_main.c
   sapi/litespeed/lsapilib.c:
-  - Added missing $Id: ChangeLog,v 1.3372 2009/04/12 01:32:51 changelog 
Exp $ tags and nuked c++ comments
+  - Added missing $Id: ChangeLog,v 1.3373 2009/04/13 01:33:00 changelog 
Exp $ tags and nuked c++ comments
 
 * (PHP_5_3)
   ext/intl/locale/locale.c




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

2009-04-11 Thread changelog
changelog   Sun Apr 12 01:32:52 2009 UTC

  Modified files:  
/php-srcChangeLog 
  Log:
  ChangeLog update
  
http://cvs.php.net/viewvc.cgi/php-src/ChangeLog?r1=1.3371r2=1.3372diff_format=u
Index: php-src/ChangeLog
diff -u php-src/ChangeLog:1.3371 php-src/ChangeLog:1.3372
--- php-src/ChangeLog:1.3371Sat Apr 11 01:32:38 2009
+++ php-src/ChangeLog   Sun Apr 12 01:32:51 2009
@@ -1,3 +1,120 @@
+2009-04-11  Nuno Lopes  nunoplo...@sapo.pt
+
+* (PHP_5_3)
+  NEWS
+  ext/pcre/pcrelib/AUTHORS
+  ext/pcre/pcrelib/AUTHORS
+  ext/pcre/pcrelib/ChangeLog
+  ext/pcre/pcrelib/ChangeLog
+  ext/pcre/pcrelib/LICENCE
+  ext/pcre/pcrelib/LICENCE
+  ext/pcre/pcrelib/NEWS
+  ext/pcre/pcrelib/NEWS
+  ext/pcre/pcrelib/NON-UNIX-USE
+  ext/pcre/pcrelib/NON-UNIX-USE
+  ext/pcre/pcrelib/README
+  ext/pcre/pcrelib/README
+  ext/pcre/pcrelib/config.h
+  ext/pcre/pcrelib/config.h
+  ext/pcre/pcrelib/dftables.c
+  ext/pcre/pcrelib/dftables.c
+  ext/pcre/pcrelib/pcre.h
+  ext/pcre/pcrelib/pcre.h
+  ext/pcre/pcrelib/pcre_compile.c
+  ext/pcre/pcrelib/pcre_compile.c
+  ext/pcre/pcrelib/pcre_config.c
+  ext/pcre/pcrelib/pcre_config.c
+  ext/pcre/pcrelib/pcre_exec.c
+  ext/pcre/pcrelib/pcre_exec.c
+  ext/pcre/pcrelib/pcre_fullinfo.c
+  ext/pcre/pcrelib/pcre_fullinfo.c
+  ext/pcre/pcrelib/pcre_get.c
+  ext/pcre/pcrelib/pcre_get.c
+  ext/pcre/pcrelib/pcre_globals.c
+  ext/pcre/pcrelib/pcre_globals.c
+  ext/pcre/pcrelib/pcre_info.c
+  ext/pcre/pcrelib/pcre_info.c
+  ext/pcre/pcrelib/pcre_internal.h
+  ext/pcre/pcrelib/pcre_internal.h
+  ext/pcre/pcrelib/pcre_maketables.c
+  ext/pcre/pcrelib/pcre_maketables.c
+  ext/pcre/pcrelib/pcre_newline.c
+  ext/pcre/pcrelib/pcre_newline.c
+  ext/pcre/pcrelib/pcre_ord2utf8.c
+  ext/pcre/pcrelib/pcre_ord2utf8.c
+  ext/pcre/pcrelib/pcre_printint.src
+  ext/pcre/pcrelib/pcre_printint.src
+  ext/pcre/pcrelib/pcre_refcount.c
+  ext/pcre/pcrelib/pcre_refcount.c
+  ext/pcre/pcrelib/pcre_study.c
+  ext/pcre/pcrelib/pcre_study.c
+  ext/pcre/pcrelib/pcre_tables.c
+  ext/pcre/pcrelib/pcre_tables.c
+  ext/pcre/pcrelib/pcre_try_flipped.c
+  ext/pcre/pcrelib/pcre_try_flipped.c
+  ext/pcre/pcrelib/pcre_valid_utf8.c
+  ext/pcre/pcrelib/pcre_valid_utf8.c
+  ext/pcre/pcrelib/pcre_version.c
+  ext/pcre/pcrelib/pcre_version.c
+  ext/pcre/pcrelib/pcre_xclass.c
+  ext/pcre/pcrelib/pcre_xclass.c
+  ext/pcre/pcrelib/pcreposix.c
+  ext/pcre/pcrelib/pcreposix.c
+  ext/pcre/pcrelib/pcreposix.h
+  ext/pcre/pcrelib/pcreposix.h
+  ext/pcre/pcrelib/ucp.h
+  ext/pcre/pcrelib/ucp.h
+  ext/pcre/pcrelib/doc/pcre.txt
+  ext/pcre/pcrelib/doc/pcre.txt
+  ext/pcre/pcrelib/testdata/grepinputx
+  ext/pcre/pcrelib/testdata/grepinputx
+  ext/pcre/pcrelib/testdata/grepoutput
+  ext/pcre/pcrelib/testdata/grepoutput
+  ext/pcre/pcrelib/testdata/testinput1
+  ext/pcre/pcrelib/testdata/testinput1
+  ext/pcre/pcrelib/testdata/testinput2
+  ext/pcre/pcrelib/testdata/testinput2
+  ext/pcre/pcrelib/testdata/testinput5
+  ext/pcre/pcrelib/testdata/testinput5
+  ext/pcre/pcrelib/testdata/testinput6
+  ext/pcre/pcrelib/testdata/testinput6
+  ext/pcre/pcrelib/testdata/testinput7
+  ext/pcre/pcrelib/testdata/testinput7
+  ext/pcre/pcrelib/testdata/testoutput1
+  ext/pcre/pcrelib/testdata/testoutput1
+  ext/pcre/pcrelib/testdata/testoutput2
+  ext/pcre/pcrelib/testdata/testoutput2
+  ext/pcre/pcrelib/testdata/testoutput5
+  ext/pcre/pcrelib/testdata/testoutput5
+  ext/pcre/pcrelib/testdata/testoutput6
+  ext/pcre/pcrelib/testdata/testoutput6
+  ext/pcre/pcrelib/testdata/testoutput7
+  ext/pcre/pcrelib/testdata/testoutput7:
+  upgrade PCRE to version 7.9
+
+2009-04-11  Mikko Koppanen  mikko.koppa...@gmail.com
+
+* (PHP_5_3)
+  NEWS:
+  Added news entry about the 'n' flag
+
+* (PHP_5_3)
+  main/streams/plain_wrapper.c:
+  MFH: Added support for passing O_NONBLOCK to the underlying open() system
+  call
+
+* main/streams/plain_wrapper.c:
+  Added support for passing O_NONBLOCK to the underlying open() system call
+
+2009-04-11  Philip Olson  philipol...@gmail.com
+
+* (PHP_5_3)
+  README.RELEASE_PROCESS:
+  MFH: Removed an unnecessary item, that calls for doc builds
+
+* README.RELEASE_PROCESS:
+  Removed an unnecessary item, that calls for doc builds
+
 2009-04-10  Stanislav Malyshev  s...@zend.com
 
 * ext/intl/grapheme/grapheme_string.c:
@@ -36269,7 +36386,7 @@
 
 * sapi/litespeed/lsapi_main.c
   sapi/litespeed/lsapilib.c:
-  - Added missing $Id: ChangeLog,v 1.3371 2009/04/11 01:32:38 changelog 
Exp $ tags and nuked c++ comments
+  - Added missing $Id: ChangeLog,v 1.3372 2009/04/12 01:32:51 

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

2009-04-10 Thread changelog
changelog   Sat Apr 11 01:32:39 2009 UTC

  Modified files:  
/php-srcChangeLog 
  Log:
  ChangeLog update
  
http://cvs.php.net/viewvc.cgi/php-src/ChangeLog?r1=1.3370r2=1.3371diff_format=u
Index: php-src/ChangeLog
diff -u php-src/ChangeLog:1.3370 php-src/ChangeLog:1.3371
--- php-src/ChangeLog:1.3370Fri Apr 10 01:32:47 2009
+++ php-src/ChangeLog   Sat Apr 11 01:32:38 2009
@@ -1,3 +1,50 @@
+2009-04-10  Stanislav Malyshev  s...@zend.com
+
+* ext/intl/grapheme/grapheme_string.c:
+  isync with 5 branch
+
+* (PHP_5_3)
+  ext/intl/grapheme/grapheme_string.c
+  ext/intl/tests/grapheme.phpt:
+  merge grapheme substr fix
+
+2009-04-10  Nuno Lopes  nunoplo...@sapo.pt
+
+* (PHP_5_3)
+  NEWS:
+  BFN 47552
+
+* ext/pcre/php_pcre.c
+  ext/pcre/tests/bug47662.phpt:
+  MFB: fix #47662
+
+* (PHP_5_3)
+  ext/pcre/php_pcre.c
+  ext/pcre/tests/bug47662.phpt
+  ext/pcre/tests/bug47662.phpt:
+  fix bug #47662: support more than 127 named subpatterns
+
+2009-04-10  Philip Olson  philipol...@gmail.com
+
+* php.ini-development
+  php.ini-production:
+  MFB: Implemented new shorter URLs for ini settings (ex:
+  php.net/short-open-tag)
+
+* php.ini-development
+  php.ini-production:
+  MFB: Fixed typo
+
+* (PHP_5_3)
+  php.ini-development
+  php.ini-production:
+  Implemented new shorter URLs for ini settings (ex: 
php.net/short-open-tag)
+
+* (PHP_5_3)
+  php.ini-development
+  php.ini-production:
+  Fixed typo
+
 2009-04-09  Rasmus Lerdorf  ras...@lerdorf.com
 
 * ext/standard/strnatcmp.c
@@ -36222,7 +36269,7 @@
 
 * sapi/litespeed/lsapi_main.c
   sapi/litespeed/lsapilib.c:
-  - Added missing $Id: ChangeLog,v 1.3370 2009/04/10 01:32:47 changelog 
Exp $ tags and nuked c++ comments
+  - Added missing $Id: ChangeLog,v 1.3371 2009/04/11 01:32:38 changelog 
Exp $ tags and nuked c++ comments
 
 * (PHP_5_3)
   ext/intl/locale/locale.c




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

2009-04-09 Thread changelog
changelog   Fri Apr 10 01:32:48 2009 UTC

  Modified files:  
/php-srcChangeLog 
  Log:
  ChangeLog update
  
http://cvs.php.net/viewvc.cgi/php-src/ChangeLog?r1=1.3369r2=1.3370diff_format=u
Index: php-src/ChangeLog
diff -u php-src/ChangeLog:1.3369 php-src/ChangeLog:1.3370
--- php-src/ChangeLog:1.3369Thu Apr  9 01:33:09 2009
+++ php-src/ChangeLog   Fri Apr 10 01:32:47 2009
@@ -1,3 +1,59 @@
+2009-04-09  Rasmus Lerdorf  ras...@lerdorf.com
+
+* ext/standard/strnatcmp.c
+  ext/standard/tests/array/bug44929.phpt:
+  Don't strip leading zeros on floating point numbers
+  and fix the test case
+
+* (PHP_5_3)
+  ext/standard/tests/array/bug44929.phpt:
+  Fix the test case
+
+* (PHP_5_2)
+  ext/standard/strnatcmp.c
+  ext/standard/tests/array/bug44929.phpt:
+  Don't strip leading zeros on floating point numbers
+  And fix the test case
+
+* (PHP_5_3)
+  ext/standard/strnatcmp.c:
+  Don't strip a leading 0 in a floating point number
+
+2009-04-09  Ilia Alshanetsky  i...@prohost.org
+
+* ext/standard/tests/versioning/php_sapi_name.phpt
+  ext/standard/tests/versioning/php_sapi_name.phpt:
+  
+  MFB: Added test for php_sapi_name()
+
+* ext/standard/tests/versioning/php_sapi_name.phpt
+  ext/standard/tests/versioning/php_sapi_name.phpt
+  ext/standard/tests/versioning/php_sapi_name.phpt:
+1.1.4;
+  file php_sapi_name.phpt was initially added on branch PHP_5_2.
+
+2009-04-09  Hannes Magnusson  hannes.magnus...@gmail.com
+
+* (PHP_5_2)
+  sapi/cli/php.1.in
+  sapi/cli/php_cli.c:
+  Engelsk grammatikk
+
+* sapi/cli/php.1.in
+  sapi/cli/php_cli.c:
+  Englanti kielioppi (Jani)
+
+* (PHP_5_2)
+  sapi/cli/php.1.in
+  sapi/cli/php.1.in
+  sapi/cli/php_cli.c
+  sapi/cli/php_cli.c:
+  MFH: Fixed bug#47427 (-s outputs, not displays)
+
+* sapi/cli/php.1.in
+  sapi/cli/php_cli.c:
+  Fixed bug#47427 (-s outputs, not displays)
+
 2009-04-08  Stanislav Malyshev  s...@zend.com
 
 * ZendEngine2/zend_extensions.h:
@@ -36166,7 +36222,7 @@
 
 * sapi/litespeed/lsapi_main.c
   sapi/litespeed/lsapilib.c:
-  - Added missing $Id: ChangeLog,v 1.3369 2009/04/09 01:33:09 changelog 
Exp $ tags and nuked c++ comments
+  - Added missing $Id: ChangeLog,v 1.3370 2009/04/10 01:32:47 changelog 
Exp $ tags and nuked c++ comments
 
 * (PHP_5_3)
   ext/intl/locale/locale.c




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

2009-04-07 Thread changelog
changelog   Wed Apr  8 01:32:40 2009 UTC

  Modified files:  
/php-srcChangeLog 
  Log:
  ChangeLog update
  
http://cvs.php.net/viewvc.cgi/php-src/ChangeLog?r1=1.3367r2=1.3368diff_format=u
Index: php-src/ChangeLog
diff -u php-src/ChangeLog:1.3367 php-src/ChangeLog:1.3368
--- php-src/ChangeLog:1.3367Tue Apr  7 01:32:40 2009
+++ php-src/ChangeLog   Wed Apr  8 01:32:39 2009
@@ -1,3 +1,127 @@
+2009-04-07  Felipe Pena  felipe...@gmail.com
+
+* ext/date/tests/bug46108.phpt
+  ext/date/tests/bug46108.phpt:
+  
+  file bug46108.phpt was initially added on branch PHP_5_3.
+
+* (PHP_5_3)
+  NEWS
+  ext/date/php_date.c:
+  - MFH: Fixed bug #46108 (DateTime - Memory leak when unserializing)
+
+* ext/date/php_date.c:
+  - Fixed bug #46108 (DateTime - Memory leak when unserializing)
+
+2009-04-07  Ilia Alshanetsky  i...@prohost.org
+
+* (PHP_5_2)
+  NEWS:
+  Let's actually say what was updates ;-)
+
+2009-04-07  Arnaud Le Blanc  arnaud...@gmail.com
+
+* (PHP_5_2)
+  NEWS
+  sapi/cli/php_cli.c
+  sapi/cli/php_cli.c:
+  MFH: Fixed bug #47893 (CLI aborts on non blocking stdout)
+
+* sapi/cli/php_cli.c:
+  Fixed bug #47893 (CLI aborts on non blocking stdout)
+
+2009-04-07  Rob Richards  rricha...@ctindustries.net
+
+* (PHP_5_2)
+  NEWS:
+  BFN
+
+* (PHP_5_2)
+  ext/dom/document.c
+  ext/dom/document.c
+  ext/dom/tests/bug47849.phpt
+  ext/dom/tests/bug47849.phpt:
+  MFH: fix bug #47849 (Non-deep import loses the namespace)
+  add test
+
+* ext/dom/document.c
+  ext/dom/tests/bug47849.phpt
+  ext/dom/tests/bug47849.phpt
+  ext/dom/tests/bug47849.phpt:
+  fix bug #47849 (Non-deep import loses the namespace)
+  add test
+
+2009-04-07  Ilia Alshanetsky  i...@prohost.org
+
+* (PHP_5_2)
+  NEWS:
+  
+  News
+
+2009-04-07  Pierre-Alain Joye  pierre@gmail.com
+
+* ext/gd/libgd/gd.h
+  ext/gd/libgd/gd_jpeg.c:
+  - missing implementation gdJpegGetVersionString (thanks Rob)
+
+* (PHP_5_3)
+  ext/gd/libgd/gd.h:
+  - silent warning or possible linker error on win
+
+* (PHP_5_3)
+  ext/gd/gd.c:
+  - ws
+
+2009-04-07  Kalle Sommer Nielsen  kalle@gmail.com
+
+* (PHP_5_2)
+  ext/sqlite/libsqlite/src/date.c:
+  MFB53: Revert previous commit as it was causing alot more trouble than
+  expected
+
+* (PHP_5_3)
+  ext/sqlite/libsqlite/src/date.c:
+  Revert previous commit as it was causing alot more trouble than expected
+
+2009-04-07  Pierre-Alain Joye  pierre@gmail.com
+
+* ext/gd/config.m4:
+  - fix build
+
+* ext/gd/gd.c:
+  - not necessary
+
+* ext/gd/config.m4:
+  - only gd2+ is supported, no need of this check. (sidenote:
+  PHP_CHECK_LIBRARY seems to use some weird flags (like -lidn in this 
case))
+
+* ext/gd/config.m4
+  ext/gd/gd.c:
+  - MFB:
+   - #47812, undefined symbol: gdJpegGetVersionInt
+   - #46015, Build fails with system gd
+   - enable gd_compat when built using system's gd
+
+* ext/gd/libgd/gd_compat.c
+  ext/gd/libgd/gd_compat.h:
+   - MFB: initial import, support for external gd library while keeping bug
+  fixes or features (more will be activated later)
+
+* (PHP_5_3)
+  ext/gd/config.m4
+  ext/gd/gd.c
+  ext/gd/libgd/gd_jpeg.c:
+  - #47812, undefined symbol: gdJpegGetVersionInt
+  - #46015, Build fails with system gd
+  - enable gd_compat when built using system's gd
+
+* ext/gd/libgd/gd_compat.c
+  ext/gd/libgd/gd_compat.c
+  ext/gd/libgd/gd_compat.h
+  ext/gd/libgd/gd_compat.h:
+  
+  file gd_compat.c was initially added on branch PHP_5_3.
+
 2009-04-06  Felipe Pena  felipe...@gmail.com
 
 * (PHP_5_2)
@@ -35136,7 +35260,7 @@
 
 * sapi/litespeed/lsapi_main.c
   sapi/litespeed/lsapilib.c:
-  - Added missing $Id: ChangeLog,v 1.3367 2009/04/07 01:32:40 changelog 
Exp $ tags and nuked c++ comments
+  - Added missing $Id: ChangeLog,v 1.3368 2009/04/08 01:32:39 changelog 
Exp $ tags and nuked c++ comments
 
 * (PHP_5_3)
   ext/intl/locale/locale.c




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

2009-04-04 Thread changelog
changelog   Sun Apr  5 01:33:02 2009 UTC

  Modified files:  
/php-srcChangeLog 
  Log:
  ChangeLog update
  
http://cvs.php.net/viewvc.cgi/php-src/ChangeLog?r1=1.3364r2=1.3365diff_format=u
Index: php-src/ChangeLog
diff -u php-src/ChangeLog:1.3364 php-src/ChangeLog:1.3365
--- php-src/ChangeLog:1.3364Sat Apr  4 01:32:35 2009
+++ php-src/ChangeLog   Sun Apr  5 01:33:00 2009
@@ -1,3 +1,39 @@
+2009-04-04  Felipe Pena  felipe...@gmail.com
+
+* ZendEngine2/zend_compile.c
+  ZendEngine2/tests/objects_002.phpt
+  ZendEngine2/tests/objects_003.phpt
+  ZendEngine2/tests/objects_004.phpt
+  ZendEngine2/tests/objects_005.phpt
+  ZendEngine2/tests/objects_006.phpt
+  ZendEngine2/tests/objects_007.phpt
+  ZendEngine2/tests/objects_008.phpt
+  ZendEngine2/tests/objects_009.phpt:
+  - Synced old changes
+
+2009-04-04  Sean Coates  s...@caedmon.net
+
+* ext/imap/config.m4:
+  improve error message when missing c-client (just bit me on Ubuntu 8.10)
+
+2009-04-04  Sebastian Bergmann  s...@sebastian-bergmann.de
+
+* (PHP_5_3)
+  NEWS
+  ext/reflection/php_reflection.c
+  ext/reflection/tests/reflectionProperty_setAccessible.phpt:
+  MFH: Fix issue reported by Roman Borschel.
+
+* ext/reflection/php_reflection.c
+  ext/reflection/tests/reflectionProperty_setAccessible.phpt:
+  Fix issue reported by Roman Borschel.
+
+2009-04-04  Pierre-Alain Joye  pierre@gmail.com
+
+* TSRM/tsrm_virtual_cwd.c
+  TSRM/tsrm_virtual_cwd.c:
+  - nuke unused var
+
 2009-04-03  Felipe Pena  felipe...@gmail.com
 
 * (PHP_5_3)
@@ -34970,7 +35006,7 @@
 
 * sapi/litespeed/lsapi_main.c
   sapi/litespeed/lsapilib.c:
-  - Added missing $Id: ChangeLog,v 1.3364 2009/04/04 01:32:35 changelog 
Exp $ tags and nuked c++ comments
+  - Added missing $Id: ChangeLog,v 1.3365 2009/04/05 01:33:00 changelog 
Exp $ tags and nuked c++ comments
 
 * (PHP_5_3)
   ext/intl/locale/locale.c




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

2009-04-03 Thread changelog
changelog   Sat Apr  4 01:32:36 2009 UTC

  Modified files:  
/php-srcChangeLog 
  Log:
  ChangeLog update
  
http://cvs.php.net/viewvc.cgi/php-src/ChangeLog?r1=1.3363r2=1.3364diff_format=u
Index: php-src/ChangeLog
diff -u php-src/ChangeLog:1.3363 php-src/ChangeLog:1.3364
--- php-src/ChangeLog:1.3363Fri Apr  3 01:33:53 2009
+++ php-src/ChangeLog   Sat Apr  4 01:32:35 2009
@@ -1,3 +1,26 @@
+2009-04-03  Felipe Pena  felipe...@gmail.com
+
+* (PHP_5_3)
+  UPGRADING:
+  - Added new Reflection methods
+
+* (PHP_5_2)
+  NEWS
+  ext/pdo_firebird/firebird_statement.c:
+  - Backported fix for #35386 (originally commited in 5.3+), reported
+  recently as 5.2 bug #47845
+
+2009-04-03  Dmitry Stogov  dmi...@zend.com
+
+* ZendEngine2/zend_gc.c
+  ZendEngine2/zend_gc.c:
+  Improved GC speed and reduced stack usage
+
+2009-04-03  Felipe Pena  felipe...@gmail.com
+
+* README.namespaces:
+  - Changed namespace separator
+
 2009-04-02  Ilia Alshanetsky  i...@prohost.org
 
 * (PHP_5_3)
@@ -34947,7 +34970,7 @@
 
 * sapi/litespeed/lsapi_main.c
   sapi/litespeed/lsapilib.c:
-  - Added missing $Id: ChangeLog,v 1.3363 2009/04/03 01:33:53 changelog 
Exp $ tags and nuked c++ comments
+  - Added missing $Id: ChangeLog,v 1.3364 2009/04/04 01:32:35 changelog 
Exp $ tags and nuked c++ comments
 
 * (PHP_5_3)
   ext/intl/locale/locale.c




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

2009-04-02 Thread changelog
changelog   Fri Apr  3 01:33:55 2009 UTC

  Modified files:  
/php-srcChangeLog 
  Log:
  ChangeLog update
  
http://cvs.php.net/viewvc.cgi/php-src/ChangeLog?r1=1.3362r2=1.3363diff_format=u
Index: php-src/ChangeLog
diff -u php-src/ChangeLog:1.3362 php-src/ChangeLog:1.3363
--- php-src/ChangeLog:1.3362Thu Apr  2 01:35:49 2009
+++ php-src/ChangeLog   Fri Apr  3 01:33:53 2009
@@ -1,3 +1,99 @@
+2009-04-02  Ilia Alshanetsky  i...@prohost.org
+
+* (PHP_5_3)
+  ext/reflection/php_reflection.c:
+  
+  Block unused function
+
+2009-04-02  Matteo Beccati  mat...@beccati.com
+
+* (PHP_5_3)
+  NEWS
+  ext/pdo/pdo_dbh.c
+  ext/pdo/pdo_stmt.c
+  ext/pdo/tests/bug_44173.phpt:
+  MFH:
+  - Fixed bug #44173 (PDO-query() parameter parsing/checking needs an
+update)
+
+* ext/pdo/pdo_dbh.c
+  ext/pdo/pdo_stmt.c
+  ext/pdo/tests/bug_44173.phpt
+  ext/pdo/tests/bug_44173.phpt:
+  - Fixed bug #44173 (PDO-query() parameter parsing/checking needs an
+update)
+
+2009-04-02  Felipe Pena  felipe...@gmail.com
+
+* (PHP_5_2)
+  NEWS
+  ext/xmlrpc/xmlrpc-epi-php.c
+  ext/xmlrpc/xmlrpc-epi-php.c
+  ext/xmlrpc/tests/bug47818.phpt
+  ext/xmlrpc/tests/bug47818.phpt:
+  - MFH: Fixed bug #47818 (Segfault due to bound callback param)
+
+* ext/xmlrpc/xmlrpc-epi-php.c
+  ext/xmlrpc/tests/bug47818.phpt
+  ext/xmlrpc/tests/bug47818.phpt
+  ext/xmlrpc/tests/bug47818.phpt:
+  - Fixed bug #47818 (Segfault due to bound callback param)
+
+2009-04-02  Dmitry Stogov  dmi...@zend.com
+
+* (PHP_5_3)
+  NEWS
+  ZendEngine2/zend_API.c
+  ZendEngine2/zend_API.c
+  ext/standard/type.c
+  ext/standard/type.c
+  ext/standard/tests/general_functions/bug47857.phpt
+  ext/standard/tests/general_functions/bug47857.phpt
+  ext/standard/tests/general_functions/bug47857.phpt
+  ext/standard/tests/general_functions/is_callable_basic2.phpt
+  ext/standard/tests/general_functions/is_callable_basic2.phpt:
+  Fixed bug #47851 (is_callable throws fatal error)
+
+2009-04-02  Matt Wilmas  php_li...@realplain.com
+
+* (PHP_5_2)
+  ext/standard/tests/strings/explode.phpt
+  ext/standard/tests/strings/explode.phpt
+  ext/standard/tests/strings/explode1.phpt
+  ext/standard/tests/strings/explode1.phpt
+  ext/standard/tests/strings/explode_variation5.phpt
+  ext/standard/tests/strings/explode_variation5.phpt
+  ext/standard/tests/strings/explode_variation6.phpt
+  ext/standard/tests/strings/explode_variation6.phpt:
+  MFH: Fixed tests, reverted changes from bug #47546
+
+* ext/standard/tests/strings/explode.phpt
+  ext/standard/tests/strings/explode1.phpt
+  ext/standard/tests/strings/explode_variation5.phpt
+  ext/standard/tests/strings/explode_variation6.phpt:
+  Fixed tests, reverted changes from bug #47546
+
+2009-04-02  Scott MacVicar  sc...@macvicar.net
+
+* ext/json/CREDITS
+  ext/standard/credits_ext.h:
+  MFB Rebuild credits, was missed in previous RC
+
+* (PHP_5_3)
+  ext/json/CREDITS
+  ext/standard/credits_ext.h:
+  Rebuild credits, was missed in previous RC
+
+2009-04-02  Kalle Sommer Nielsen  kalle@gmail.com
+
+* (PHP_5_3)
+  ext/standard/scanf.c:
+  MFH:
+  We dont need to escape % here, it just generates a compiler warning
+
+* ext/standard/scanf.c:
+  We dont need to escape % here, it just generates a compiler warning
+
 2009-04-01  Matt Wilmas  php_li...@realplain.com
 
 * (PHP_5_2)
@@ -34851,7 +34947,7 @@
 
 * sapi/litespeed/lsapi_main.c
   sapi/litespeed/lsapilib.c:
-  - Added missing $Id: ChangeLog,v 1.3362 2009/04/02 01:35:49 changelog 
Exp $ tags and nuked c++ comments
+  - Added missing $Id: ChangeLog,v 1.3363 2009/04/03 01:33:53 changelog 
Exp $ tags and nuked c++ comments
 
 * (PHP_5_3)
   ext/intl/locale/locale.c




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

2009-04-01 Thread changelog
changelog   Thu Apr  2 01:35:52 2009 UTC

  Modified files:  
/php-srcChangeLog 
  Log:
  ChangeLog update
  
http://cvs.php.net/viewvc.cgi/php-src/ChangeLog?r1=1.3361r2=1.3362diff_format=u
Index: php-src/ChangeLog
diff -u php-src/ChangeLog:1.3361 php-src/ChangeLog:1.3362
--- php-src/ChangeLog:1.3361Wed Apr  1 01:32:41 2009
+++ php-src/ChangeLog   Thu Apr  2 01:35:49 2009
@@ -1,3 +1,123 @@
+2009-04-01  Matt Wilmas  php_li...@realplain.com
+
+* (PHP_5_2)
+  NEWS
+  ext/standard/string.c
+  ext/standard/tests/strings/bug47546.phpt:
+  MFH: Fixed bug #47560 (explode()'s limit parameter odd behaviour) by
+  reverting change for bug #47546
+
+* (PHP_5_3)
+  NEWS
+  ext/standard/php_string.h
+  ext/standard/string.c
+  ext/standard/tests/strings/bug47546.phpt:
+  MFH: explode() stuff:
+  - Fixed bug #47560 (explode()'s limit parameter odd behaviour) by
+  reverting change for bug #47546
+  - Changed int to long where needed (should fix memory errors from 
overflow
+  seen in bug #47854)
+  - Simplified logic a bit with limit and its default value
+  - php_explode_negative_limit(): removed safe_emalloc (not needed; plain
+  erealloc is used later)
+   - Moved declarations/allocation to optimize if the delimiter isn't found
+   - Changed ALLOC_STEP size for less realloc's (and maybe better memory
+  block alignment?)
+
+* ext/standard/php_string.h
+  ext/standard/string.c
+  ext/standard/tests/strings/bug47546.phpt:
+  explode() stuff:
+  - Fixed bug #47560 (explode()'s limit parameter odd behaviour) by
+  reverting change for bug #47546
+  - Changed int to long where needed (should fix memory errors from 
overflow
+  seen in bug #47854)
+  - Simplified logic a bit with limit and its default value
+  - php_explode_negative_limit(): removed safe_emalloc (not needed; plain
+  erealloc is used later)
+   - Moved declarations/allocation to optimize if the delimiter isn't found
+   - Changed ALLOC_STEP size for less realloc's (and maybe better memory
+  block alignment?)
+
+2009-04-01  Felipe Pena  felipe...@gmail.com
+
+* (PHP_5_2)
+  ZendEngine2/zend_alloc.c
+  ZendEngine2/zend_alloc.c:
+  - MFH: Fixed bug #47852 (Compilation failure in zend_alloc.c) (Matteo)
+
+* ZendEngine2/zend_alloc.c:
+  - Fixed bug #47852 (Compilation failure in zend_alloc.c) (Matteo)
+
+2009-04-01  Pierre-Alain Joye  pierre@gmail.com
+
+* ext/pdo_pgsql/config.w32:
+  - 8.3.x supports pqprepare
+
+* ext/pdo_pgsql/pgsql_driver.c:
+  - MFB: fix build when pqprepare does not exist
+
+* (PHP_5_3)
+  ext/pdo_pgsql/pgsql_driver.c:
+  - fix build when pqprepare does not exist
+
+2009-04-01  Takeshi Abe  t...@fixedpoint.jp
+
+* (PHP_5_3)
+  ext/gd/libgd/gd_png.c:
+  MFH:
+  replaced static gdPngJmpbufStruct, which is afraid of being shared with
+  several threads, by a couple of auto variables.
+
+* ext/gd/libgd/gd_png.c:
+  replaced static gdPngJmpbufStruct, which is afraid of being shared with
+  several threads, by a couple of auto variables.
+
+2009-04-01  Alexey Zakhlestin  indey...@gmail.com
+
+* (PHP_5_3)
+  ext/pdo_sqlite/sqlite_statement.c:
+  MFH: reverted previous patch, using explicit cast instead
+
+* ext/pdo_sqlite/sqlite_statement.c:
+  reverted previous patch, using explicit cast instead
+
+2009-04-01  Ilia Alshanetsky  i...@prohost.org
+
+* (PHP_5_3)
+  NEWS
+  ext/standard/string.c:
+  
+  Fixed bug #47856 (stristr() converts needle to lower-case).
+
+2009-04-01  Alexey Zakhlestin  indey...@gmail.com
+
+* (PHP_5_3)
+  ext/pdo_sqlite/sqlite_statement.c:
+  MFH: const pointer was used in non-const context
+
+* ext/pdo_sqlite/sqlite_statement.c:
+  const pointer was used in non-const context
+
+2009-04-01  Kalle Sommer Nielsen  kalle@gmail.com
+
+* ext/soap/php_packet_soap.c:
+  Fixed Windows build
+
+* (PHP_5_3)
+  win32/build/mkdist.php:
+  MFH:
+  Fixed a few warnings from copy():
+  * If $item is empty then skip to next entry, this fixes the The first
+  argument cannot be a directory warnings
+  * If file does not exist then dont try to copy it
+
+* win32/build/mkdist.php:
+  Fixed a few warnings from copy():
+  * If $item is empty then skip to next entry, this fixes the The first
+  argument cannot be a directory warnings
+  * If file does not exist then dont try to copy it
+
 2009-03-31  Pierre-Alain Joye  pierre@gmail.com
 
 * ext/gd/php_gd.h:
@@ -34731,7 +34851,7 @@
 
 * sapi/litespeed/lsapi_main.c
   sapi/litespeed/lsapilib.c:
-  - Added missing $Id: ChangeLog,v 1.3361 2009/04/01 01:32:41 changelog 
Exp $ tags and nuked c++ comments
+  - Added missing $Id: ChangeLog,v 1.3362 2009/04/02 01:35:49 changelog 
Exp $ tags and 

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

2009-03-31 Thread changelog
changelog   Wed Apr  1 01:32:42 2009 UTC

  Modified files:  
/php-srcChangeLog 
  Log:
  ChangeLog update
  
http://cvs.php.net/viewvc.cgi/php-src/ChangeLog?r1=1.3360r2=1.3361diff_format=u
Index: php-src/ChangeLog
diff -u php-src/ChangeLog:1.3360 php-src/ChangeLog:1.3361
--- php-src/ChangeLog:1.3360Tue Mar 31 01:32:39 2009
+++ php-src/ChangeLog   Wed Apr  1 01:32:41 2009
@@ -1,3 +1,77 @@
+2009-03-31  Pierre-Alain Joye  pierre@gmail.com
+
+* ext/gd/php_gd.h:
+  - MFB: silent warning
+
+* (PHP_5_3)
+  ext/gd/php_gd.h:
+  - silent warning
+
+* ext/filter/tests/046.phpt:
+  - remove last test for MAX_INT, did not work on x64 and this case is
+  covered by bug47745.phpt
+
+* (PHP_5_3)
+  ext/filter/tests/046.phpt:
+  - remove last test for MAX_INT, did not work on x64 and this case is
+covered by bug47745.phpt
+
+2009-03-31  Ilia Alshanetsky  i...@prohost.org
+
+* (PHP_5_2)
+  NEWS:
+  
+  WS
+
+2009-03-31  Hannes Magnusson  hannes.magnus...@gmail.com
+
+* main/streams/userspace.c:
+  Fix errormessage check
+
+2009-03-31  Scott MacVicar  sc...@macvicar.net
+
+* (PHP_5_3)
+  NEWS:
+  BFN
+
+* ext/sqlite3/libsqlite/sqlite3.c
+  ext/sqlite3/libsqlite/sqlite3.h
+  ext/sqlite3/libsqlite/sqlite3ext.h:
+  Update libsqlite to 3.6.12
+
+2009-03-31  Matt Wilmas  php_li...@realplain.com
+
+* (PHP_5_2)
+  ext/filter/logical_filters.c
+  ext/filter/logical_filters.c:
+  - MFH: Removed unused LONG_SIGN_MASK definition, and a stray \
+- Changed sign flag to int (it's no longer being used in a calculation)
+
+* ext/filter/logical_filters.c:
+  - Removed unused LONG_SIGN_MASK definition, and a stray \
+  - Changed sign flag to int (it's no longer being used in a calculation)
+
+2009-03-31  Dmitry Stogov  dmi...@zend.com
+
+* (PHP_5_2)
+  NEWS
+  NEWS
+  ext/filter/logical_filters.c
+  ext/filter/logical_filters.c
+  ext/filter/logical_filters.c
+  ext/filter/tests/bug47745.phpt:
+  Fixed bug #47745 (FILTER_VALIDATE_INT doesn't allow minimum integer)
+
+* ext/filter/tests/bug47745.phpt
+  ext/filter/tests/bug47745.phpt:
+  
+  Fixed bug #47745 (FILTER_VALIDATE_INT doesn't allow minimum integer)
+
+* ext/filter/tests/bug47745.phpt
+  ext/filter/tests/bug47745.phpt:
+  
+  file bug47745.phpt was initially added on branch PHP_5_3.
+
 2009-03-30  Scott MacVicar  sc...@macvicar.net
 
 * ext/openssl/tests/bug47828.phpt:
@@ -34657,7 +34731,7 @@
 
 * sapi/litespeed/lsapi_main.c
   sapi/litespeed/lsapilib.c:
-  - Added missing $Id: ChangeLog,v 1.3360 2009/03/31 01:32:39 changelog 
Exp $ tags and nuked c++ comments
+  - Added missing $Id: ChangeLog,v 1.3361 2009/04/01 01:32:41 changelog 
Exp $ tags and nuked c++ comments
 
 * (PHP_5_3)
   ext/intl/locale/locale.c




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

2009-03-28 Thread changelog
changelog   Sun Mar 29 01:34:00 2009 UTC

  Modified files:  
/php-srcChangeLog 
  Log:
  ChangeLog update
  
http://cvs.php.net/viewvc.cgi/php-src/ChangeLog?r1=1.3357r2=1.3358diff_format=u
Index: php-src/ChangeLog
diff -u php-src/ChangeLog:1.3357 php-src/ChangeLog:1.3358
--- php-src/ChangeLog:1.3357Sat Mar 28 01:32:45 2009
+++ php-src/ChangeLog   Sun Mar 29 01:33:58 2009
@@ -1,3 +1,75 @@
+2009-03-28  Matteo Beccati  mat...@beccati.com
+
+* (PHP_5_3)
+  NEWS
+  ext/pcntl/pcntl.c:
+  MFH:
+  - Fixed bug #47816 (pcntl tests failing on NetBSD)
+
+* ext/pcntl/pcntl.c:
+  - Fixed bug #47816 (pcntl tests failing on NetBSD)
+
+* (PHP_5_3)
+  ext/pcntl/pcntl.c
+  ext/pcntl/tests/pcntl_signal.phpt:
+  MFH:
+  - Reverting: pcntl_signal() returning NULL when passing wrong parameters
+
+* ext/pcntl/pcntl.c
+  ext/pcntl/tests/pcntl_signal.phpt:
+  - Reverting: pcntl_signal() returning NULL when passing wrong parameters
+
+* ext/pdo_pgsql/pgsql_driver.c
+  ext/pdo_pgsql/pgsql_statement.c
+  ext/pdo_pgsql/tests/bug44861.phpt:
+  MFB:
+  - Fixed bug #44861 (scrollable cursor don't work with pgsql)
+
+* (PHP_5_3)
+  NEWS
+  ext/pdo_pgsql/pgsql_driver.c
+  ext/pdo_pgsql/pgsql_statement.c
+  ext/pdo_pgsql/tests/bug44861.phpt
+  ext/pdo_pgsql/tests/bug44861.phpt:
+  - Fixed bug #44861 (scrollable cursor don't work with pgsql)
+
+* ext/pdo_pgsql/config.m4
+  ext/pdo_pgsql/config.w32
+  ext/pdo_pgsql/package.xml
+  ext/pdo_pgsql/package2.xml
+  ext/pdo_pgsql/pdo_pgsql.c
+  ext/pdo_pgsql/pgsql_driver.c
+  ext/pdo_pgsql/pgsql_statement.c
+  ext/pdo_pgsql/php_pdo_pgsql.h
+  ext/pdo_pgsql/php_pdo_pgsql_int.h
+  ext/pdo_pgsql/tests/bug46274.phpt
+  ext/pdo_pgsql/tests/bug46274_2.phpt
+  ext/pdo_pgsql/tests/common.phpt:
+  MFB:
+  - Updated pdo_pgsql from PHP_5_3
+
+* (PHP_5_3)
+  ext/pdo_pgsql/pdo_pgsql.c:
+  MFH:
+  - Added missing #undefs, fixing compile warnings
+
+* (PHP_5_3)
+  ext/pcntl/pcntl.c
+  ext/pcntl/tests/pcntl_signal.phpt:
+  MFH:
+  - Fixed pcntl_signal() returning NULL when passing wrong parameters
+
+* ext/pcntl/pcntl.c
+  ext/pcntl/tests/pcntl_signal.phpt:
+  - Fixed pcntl_signal() returning NULL when passing wrong parameters
+
+2009-03-28  Arnaud Le Blanc  arnaud...@gmail.com
+
+* (PHP_5_3)
+  NEWS
+  UPGRADING:
+  Fix UPGRADING and NEWS for ticks undeprecation
+
 2009-03-27  Felipe Pena  felipe...@gmail.com
 
 * ext/xmlreader/php_xmlreader.c:
@@ -34420,7 +34492,7 @@
 
 * sapi/litespeed/lsapi_main.c
   sapi/litespeed/lsapilib.c:
-  - Added missing $Id: ChangeLog,v 1.3357 2009/03/28 01:32:45 changelog 
Exp $ tags and nuked c++ comments
+  - Added missing $Id: ChangeLog,v 1.3358 2009/03/29 01:33:58 changelog 
Exp $ tags and nuked c++ comments
 
 * (PHP_5_3)
   ext/intl/locale/locale.c




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

2009-03-27 Thread changelog
changelog   Sat Mar 28 01:32:46 2009 UTC

  Modified files:  
/php-srcChangeLog 
  Log:
  ChangeLog update
  
http://cvs.php.net/viewvc.cgi/php-src/ChangeLog?r1=1.3356r2=1.3357diff_format=u
Index: php-src/ChangeLog
diff -u php-src/ChangeLog:1.3356 php-src/ChangeLog:1.3357
--- php-src/ChangeLog:1.3356Fri Mar 27 01:32:50 2009
+++ php-src/ChangeLog   Sat Mar 28 01:32:45 2009
@@ -1,3 +1,81 @@
+2009-03-27  Felipe Pena  felipe...@gmail.com
+
+* ext/xmlreader/php_xmlreader.c:
+  - Removed unicode.semantics check
+
+2009-03-27  Antony Dovgal  t...@daylessday.org
+
+* ext/mysql/php_mysql.c:
+  fix segfault
+
+2009-03-27  Felipe Pena  felipe...@gmail.com
+
+* ext/mysqlnd/mysqlnd_palloc.c
+  main/snprintf.c
+  sapi/cli/php_cli_readline.c:
+  - Removed leftover UG(unicode) checks
+
+* ext/mysql/php_mysql.c
+  ext/mysqli/mysqli.c
+  ext/mysqli/mysqli_api.c
+  ext/mysqli/mysqli_nonapi.c
+  ext/mysqlnd/mysqlnd.c
+  ext/mysqlnd/mysqlnd_debug.c
+  ext/mysqlnd/mysqlnd_palloc.c
+  ext/mysqlnd/mysqlnd_ps_codec.c
+  ext/mysqlnd/mysqlnd_result.c
+  ext/mysqlnd/mysqlnd_result_meta.c
+  ext/mysqlnd/mysqlnd_statistics.c
+  ext/mysqlnd/php_mysqlnd.c
+  ext/pcre/php_pcre.c:
+  - Removed:
+   - UG(unicode) checks
+  - Changed:
+   - ZEND_STR_TYPE - IS_UNICODE
+   - convert_to_text - convert_to_unicode
+
+2009-03-27  Hannes Magnusson  hannes.magnus...@gmail.com
+
+* ext/date/php_date.c:
+  Fix protos
+
+2009-03-27  Felipe Pena  felipe...@gmail.com
+
+* (PHP_5_2)
+  ext/pdo/tests/bug47769.phpt:
+  - Add test
+
+* (PHP_5_3)
+  NEWS:
+  - Merged into 5_2
+
+* (PHP_5_2)
+  NEWS
+  ext/pdo/pdo_dbh.c:
+   MFH: - Fixed bug #47769 (Strange extends PDO)
+
+2009-03-27  Arnaud Le Blanc  arnaud...@gmail.com
+
+* ext/standard/tests/filters/filter_errors.inc:
+  fix skip-if
+
+* (PHP_5_3)
+  main/main.c:
+  MFH: Fixed initialization of tick functions list in ZTS
+
+* main/main.c:
+  Fixed initialization of tick functions list in ZTS
+
+* (PHP_5_3)
+  ZendEngine2/zend_compile.c
+  ZendEngine2/tests/bug43027.phpt
+  ZendEngine2/tests/jump12.phpt
+  ext/pcntl/tests/signal_closure_handler.phpt
+  ext/standard/basic_functions.c
+  ext/standard/tests/general_functions/bug41037.phpt
+  ext/standard/tests/general_functions/closures_002.phpt:
+  Removed deprecation warning for ticks
+
 2009-03-26  Felipe Pena  felipe...@gmail.com
 
 * ext/standard/syslog.c:
@@ -34342,7 +34420,7 @@
 
 * sapi/litespeed/lsapi_main.c
   sapi/litespeed/lsapilib.c:
-  - Added missing $Id: ChangeLog,v 1.3356 2009/03/27 01:32:50 changelog 
Exp $ tags and nuked c++ comments
+  - Added missing $Id: ChangeLog,v 1.3357 2009/03/28 01:32:45 changelog 
Exp $ tags and nuked c++ comments
 
 * (PHP_5_3)
   ext/intl/locale/locale.c




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

2009-03-26 Thread changelog
changelog   Fri Mar 27 01:32:51 2009 UTC

  Modified files:  
/php-srcChangeLog 
  Log:
  ChangeLog update
  
http://cvs.php.net/viewvc.cgi/php-src/ChangeLog?r1=1.3355r2=1.3356diff_format=u
Index: php-src/ChangeLog
diff -u php-src/ChangeLog:1.3355 php-src/ChangeLog:1.3356
--- php-src/ChangeLog:1.3355Thu Mar 26 01:32:57 2009
+++ php-src/ChangeLog   Fri Mar 27 01:32:50 2009
@@ -1,3 +1,228 @@
+2009-03-26  Felipe Pena  felipe...@gmail.com
+
+* ext/standard/syslog.c:
+  - Removed unused declaration
+
+* ZendEngine2/zend_constants.c
+  ZendEngine2/zend_hash.c
+  ZendEngine2/zend_object_handlers.c
+  ZendEngine2/zend_operators.c
+  ext/date/php_date.c
+  ext/libxml/libxml.c
+  ext/soap/soap.c
+  ext/standard/string.c
+  ext/standard/var_unserializer.c
+  ext/standard/var_unserializer.re:
+  - Removed unused variables
+
+* ZendEngine2/zend.c
+  ZendEngine2/zend.h
+  ZendEngine2/zend_API.c
+  ZendEngine2/zend_API.h
+  ZendEngine2/zend_builtin_functions.c
+  ZendEngine2/zend_closures.c
+  ZendEngine2/zend_compile.c
+  ZendEngine2/zend_constants.c
+  ZendEngine2/zend_exceptions.c
+  ZendEngine2/zend_execute.c
+  ZendEngine2/zend_execute_API.c
+  ZendEngine2/zend_hash.c
+  ZendEngine2/zend_ini.c
+  ZendEngine2/zend_ini_parser.y
+  ZendEngine2/zend_language_parser.y
+  ZendEngine2/zend_language_scanner.c
+  ZendEngine2/zend_language_scanner.l
+  ZendEngine2/zend_language_scanner_defs.h
+  ZendEngine2/zend_object_handlers.c
+  ZendEngine2/zend_operators.c
+  ZendEngine2/zend_operators.h
+  ZendEngine2/zend_unicode.h
+  ZendEngine2/zend_variables.c
+  ZendEngine2/zend_vm_def.h
+  ZendEngine2/zend_vm_execute.h
+  ext/calendar/calendar.c
+  ext/com_dotnet/com_variant.c
+  ext/date/php_date.c
+  ext/dom/php_dom.c
+  ext/gettext/gettext.c
+  ext/iconv/iconv.c
+  ext/libxml/libxml.c
+  ext/libxml/php_libxml.h
+  ext/oci8/oci8.c
+  ext/oci8/oci8_collection.c
+  ext/oci8/oci8_interface.c
+  ext/oci8/oci8_lob.c
+  ext/oci8/oci8_statement.c
+  ext/pcre/php_pcre.c
+  ext/pcre/php_pcre.h
+  ext/pdo/pdo_dbh.c
+  ext/pdo/pdo_stmt.c
+  ext/reflection/php_reflection.c
+  ext/session/mod_files.c
+  ext/session/session.c
+  ext/simplexml/simplexml.c
+  ext/soap/php_encoding.c
+  ext/soap/php_http.c
+  ext/soap/php_packet_soap.c
+  ext/soap/soap.c
+  ext/spl/php_spl.c
+  ext/spl/spl_array.c
+  ext/spl/spl_directory.c
+  ext/spl/spl_dllist.c
+  ext/spl/spl_engine.h
+  ext/spl/spl_functions.c
+  ext/spl/spl_heap.c
+  ext/spl/spl_iterators.c
+  ext/spl/spl_observer.c
+  ext/sqlite/sqlite.c
+  ext/standard/array.c
+  ext/standard/basic_functions.c
+  ext/standard/dir.c
+  ext/standard/file.c
+  ext/standard/formatted_print.c
+  ext/standard/head.c
+  ext/standard/html.c
+  ext/standard/http_fopen_wrapper.c
+  ext/standard/incomplete_class.c
+  ext/standard/link.c
+  ext/standard/php_incomplete_class.h
+  ext/standard/proc_open.c
+  ext/standard/streamsfuncs.c
+  ext/standard/string.c
+  ext/standard/type.c
+  ext/standard/uniqid.c
+  ext/standard/var.c
+  ext/standard/var_unserializer.c
+  ext/standard/var_unserializer.re
+  ext/tidy/tidy.c
+  ext/tokenizer/tokenizer.c
+  ext/xml/xml.c
+  ext/xmlreader/php_xmlreader.c
+  main/SAPI.c
+  main/php_variables.c
+  main/rfc1867.c
+  main/spprintf.c
+  main/streams/streams.c:
+  - Removed:
+ - UG(unicode) checks
+ - pcre_cache_entry.unicode_mode
+  - Changed:
+ - ZEND_STR_TYPE - IS_UNICODE
+ - convert_to_text - convert_to_unicode
+ - convert_to_text_ex - convert_to_unicode_ex
+  
+  (Felipe, Steph)
+
+2009-03-26  Pierre-Alain Joye  pierre@gmail.com
+
+* php.ini-development
+  php.ini-production:
+  -  update extension=
+
+* (PHP_5_3)
+  php.ini-development
+  php.ini-production:
+  - update extension=
+
+2009-03-26  Dmitry Stogov  dmi...@zend.com
+
+* (PHP_5_3)
+  NEWS
+  ZendEngine2/zend_stream.c
+  ZendEngine2/zend_stream.c
+  ZendEngine2/tests/bug47596.phpt
+  ZendEngine2/tests/bug47596.phpt
+  ZendEngine2/tests/bug47596.phpt:
+  Fixed bug #47596 (Bus error on parsing file)
+
+2009-03-26  Felipe Pena  felipe...@gmail.com
+
+* ext/pdo/tests/bug47769.phpt
+  ext/pdo/tests/bug47769.phpt:
+  - Fix typo
+
+* (PHP_5_3)
+  NEWS
+  ext/pdo/pdo_dbh.c
+  ext/pdo/tests/bug47769.phpt:
+  MFH: - Fixed bug #47769 (Strange extends PDO)
+
+* ext/pdo/pdo_dbh.c
+  ext/pdo/tests/bug47769.phpt
+  ext/pdo/tests/bug47769.phpt:
+  - Fixed bug #47769 (Strange extends PDO)
+
+2009-03-26  Dmitry Stogov  

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

2009-03-25 Thread changelog
changelog   Thu Mar 26 01:32:58 2009 UTC

  Modified files:  
/php-srcChangeLog 
  Log:
  ChangeLog update
  
http://cvs.php.net/viewvc.cgi/php-src/ChangeLog?r1=1.3354r2=1.3355diff_format=u
Index: php-src/ChangeLog
diff -u php-src/ChangeLog:1.3354 php-src/ChangeLog:1.3355
--- php-src/ChangeLog:1.3354Wed Mar 25 01:32:49 2009
+++ php-src/ChangeLog   Thu Mar 26 01:32:57 2009
@@ -1,3 +1,130 @@
+2009-03-25  Christian Seiler  chris...@gmx.net
+
+* (PHP_5_3)
+  main/output.c:
+  - Fixed memory leak in ob_get_clean/ob_get_flush.
+
+2009-03-25  Arnaud Le Blanc  arnaud...@gmail.com
+
+* (PHP_5_3)
+  ext/pcntl/pcntl.c
+  ext/pcntl/tests/002.phpt:
+  MFH: Fix build on FreeBSD 7 (fixes #4)
+
+* ext/pcntl/pcntl.c
+  ext/pcntl/tests/002.phpt:
+  Fix build on FreeBSD 7 (fixes #4)
+
+2009-03-25  Felipe Pena  felipe...@gmail.com
+
+* (PHP_5_3)
+  NEWS
+  ext/pcntl/pcntl.c
+  ext/pcntl/tests/003.phpt:
+  MFH:
+  - Fixed bug #47779 (Wrong value for SIG_UNBLOCK and SIG_SETMASK
+  constants).
+Patch by: mbeccati at php.net
+
+* ext/pcntl/tests/003.phpt
+  ext/pcntl/tests/003.phpt:
+  
+  - Fixed bug #47779 (Wrong value for SIG_UNBLOCK and SIG_SETMASK
+  constants).
+Patch by: mbeccati at php.net
+
+* ext/pcntl/pcntl.c:
+  - Fixed bug #47779 (Wrong value for SIG_UNBLOCK and SIG_SETMASK 
constants).
+Patch by: mbeccati at php.net
+
+2009-03-25  Hannes Magnusson  hannes.magnus...@gmail.com
+
+* main/streams/userspace.c
+  main/streams/userspace.c:
+  Add missing proto
+
+2009-03-25  Ilia Alshanetsky  i...@prohost.org
+
+* (PHP_5_2)
+  NEWS
+  ext/filter/logical_filters.c
+  ext/filter/logical_filters.c:
+  
+  MFB: Fixed bug #47772 (FILTER_VALIDATE_EMAIL allows f...@bar. addresses)
+
+* (PHP_5_3)
+  ext/filter/logical_filters.c:
+  
+  Fixed bug #47772 (FILTER_VALIDATE_EMAIL allows f...@bar. addresses)
+
+2009-03-25  Takeshi Abe  t...@fixedpoint.jp
+
+* ext/gd/libgd/gdft.c
+  ext/gd/tests/bug43073.phpt:
+  MFB: #43073, TrueType bounding box is wrong for angle0
+
+* ext/gd/tests/gd_info_variation1.phpt:
+  fix test to follow #47757
+
+2009-03-25  Dmitry Stogov  dmi...@zend.com
+
+* (PHP_5_3)
+  NEWS
+  ZendEngine2/zend_globals.h
+  ZendEngine2/zend_globals.h
+  ZendEngine2/zend_language_scanner.c
+  ZendEngine2/zend_language_scanner.c
+  ZendEngine2/zend_language_scanner.l
+  ZendEngine2/zend_language_scanner.l
+  ZendEngine2/zend_language_scanner_defs.h
+  ZendEngine2/zend_language_scanner_defs.h
+  ext/standard/basic_functions.c
+  ext/tokenizer/tokenizer.c
+  ext/tokenizer/tokenizer.c:
+  Fixed bug #47038 (Memory leak in include)
+
+2009-03-25  Felipe Pena  felipe...@gmail.com
+
+* ext/pdo/pdo_dbh.c
+  ext/pdo/pdo_stmt.c:
+  - Fixed some code to be working with unicode
+
+2009-03-25  Dmitry Stogov  dmi...@zend.com
+
+* (PHP_5_3)
+  NEWS
+  ZendEngine2/zend_interfaces.c
+  ZendEngine2/zend_interfaces.c
+  ZendEngine2/tests/bug47699.phpt
+  ZendEngine2/tests/bug47699.phpt
+  ZendEngine2/tests/bug47699.phpt:
+  Fixed bug #47699 (autoload and late static binding)
+
+2009-03-25  Johannes Schlüter  johan...@schlueters.de
+
+* (PHP_5_3)
+  ext/mysql/php_mysql.c
+  ext/mysql/tests/mysql_db_query.phpt:
+  MFH: mysql_db_query() is always deprecated
+
+* ext/mysql/php_mysql.c
+  ext/mysql/tests/mysql_db_query.phpt:
+  mysql_db_query() is always deprecated
+
+2009-03-25  Christopher Jones  christopher.jo...@oracle.com
+
+* (PHP_5_3)
+  ext/oci8/package.xml
+  ext/oci8/package2.xml:
+  Obsolete package2.xml: resume using package.xml
+
+* ext/oci8/package.xml:
+  sync with 5.3
+
+* ext/oci8/tests/bind_long.phpt
+  ext/oci8/tests/test.txt:
+  use random text
+
 2009-03-24  Ilia Alshanetsky  i...@prohost.org
 
 * (PHP_5_3)
@@ -33990,7 +34117,7 @@
 
 * sapi/litespeed/lsapi_main.c
   sapi/litespeed/lsapilib.c:
-  - Added missing $Id: ChangeLog,v 1.3354 2009/03/25 01:32:49 changelog 
Exp $ tags and nuked c++ comments
+  - Added missing $Id: ChangeLog,v 1.3355 2009/03/26 01:32:57 changelog 
Exp $ tags and nuked c++ comments
 
 * (PHP_5_3)
   ext/intl/locale/locale.c




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

2009-03-24 Thread changelog
changelog   Wed Mar 25 01:32:50 2009 UTC

  Modified files:  
/php-srcChangeLog 
  Log:
  ChangeLog update
  
http://cvs.php.net/viewvc.cgi/php-src/ChangeLog?r1=1.3353r2=1.3354diff_format=u
Index: php-src/ChangeLog
diff -u php-src/ChangeLog:1.3353 php-src/ChangeLog:1.3354
--- php-src/ChangeLog:1.3353Tue Mar 24 01:32:44 2009
+++ php-src/ChangeLog   Wed Mar 25 01:32:49 2009
@@ -1,3 +1,81 @@
+2009-03-24  Ilia Alshanetsky  i...@prohost.org
+
+* (PHP_5_3)
+  EXTENSIONS:
+  
+  Updated PDO maintainers
+
+2009-03-24  Pierre-Alain Joye  pierre@gmail.com
+
+* win32/build/mkdist.php:
+  - MFB: new php.ini names
+
+* (PHP_5_3)
+  win32/build/mkdist.php:
+  - new php.ini names
+
+2009-03-24  Felipe Pena  felipe...@gmail.com
+
+* ext/pdo/pdo_stmt.c
+  ext/pdo_mysql/tests/bug44327.phpt
+  ext/pdo_mysql/tests/pdo_mysql_stmt_errorinfo.phpt
+  ext/pdo_mysql/tests/pdo_mysql_stmt_multiquery.phpt:
+  - Synced pieces of codes
+  - Fixed tests
+
+2009-03-24  Dmitry Stogov  dmi...@zend.com
+
+* ZendEngine2/zend_API.c
+  ZendEngine2/zend_API.c
+  ZendEngine2/zend_API.c:
+  Fixed double efree()
+
+* ZendEngine2/zend_hash.h
+  ZendEngine2/zend_hash.h:
+  Fixed -0 parsing and optimized overflow check (Matt)
+
+2009-03-24  Felipe Pena  felipe...@gmail.com
+
+* (PHP_5_3)
+  ext/pdo_mysql/tests/pdo_mysql_stmt_multiquery.phpt:
+  - Fix test
+
+2009-03-24  Pierre-Alain Joye  pierre@gmail.com
+
+* (PHP_5_3)
+  ext/gd/gd.c:
+  - GEPJ.. (thx to Derick for the head!)
+
+* (PHP_5_3)
+  NEWS:
+  -  #47757 rename JPG to JPEG in phpinfo
+
+* (PHP_5_3)
+  ext/odbc/php_odbc.c:
+  - fix logic after my build fix, thx to Hannes for the head up!
+
+* ext/gd/gd.c:
+  - MFB: #47757 rename JPG to JPEG in phpinfo
+
+* (PHP_5_3)
+  ext/gd/gd.c:
+  - #47757 rename JPG to JPEG in phpinfo
+
+* (PHP_5_3)
+  ext/odbc/php_odbc.c:
+  - fix build
+
+2009-03-24  Scott MacVicar  sc...@macvicar.net
+
+* (PHP_5_3)
+  NEWS:
+  BFN
+
+* (PHP_5_3)
+  ext/zlib/zlib.c:
+  Fix bug #42362 - certain status codes never have output, so sending the
+  gzip compression headers cause problems
+
 2009-03-23  Felipe Pena  felipe...@gmail.com
 
 * ext/pdo/pdo_dbh.c:
@@ -33912,7 +33990,7 @@
 
 * sapi/litespeed/lsapi_main.c
   sapi/litespeed/lsapilib.c:
-  - Added missing $Id: ChangeLog,v 1.3353 2009/03/24 01:32:44 changelog 
Exp $ tags and nuked c++ comments
+  - Added missing $Id: ChangeLog,v 1.3354 2009/03/25 01:32:49 changelog 
Exp $ tags and nuked c++ comments
 
 * (PHP_5_3)
   ext/intl/locale/locale.c




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

2009-03-23 Thread changelog
changelog   Tue Mar 24 01:32:45 2009 UTC

  Modified files:  
/php-srcChangeLog 
  Log:
  ChangeLog update
  
http://cvs.php.net/viewvc.cgi/php-src/ChangeLog?r1=1.3352r2=1.3353diff_format=u
Index: php-src/ChangeLog
diff -u php-src/ChangeLog:1.3352 php-src/ChangeLog:1.3353
--- php-src/ChangeLog:1.3352Mon Mar 23 01:33:16 2009
+++ php-src/ChangeLog   Tue Mar 24 01:32:44 2009
@@ -1,3 +1,86 @@
+2009-03-23  Felipe Pena  felipe...@gmail.com
+
+* ext/pdo/pdo_dbh.c:
+  - MFB old changes
+
+* (PHP_5_3)
+  NEWS
+  ext/pdo/pdo_stmt.c
+  ext/pdo/tests/bug_44409.phpt
+  ext/pdo_mysql/tests/pdo_mysql_stmt_fetch_serialize.phpt
+  ext/pdo_mysql/tests/pdo_mysql_stmt_fetch_serialize_simple.phpt:
+  MFH:
+  - Fixed bug #44409 (PDO::FETCH_SERIALIZE calls __construct())
+Patch by: matteo at beccati dot com
+
+2009-03-23  Uwe Schindler  u...@thetaphi.de
+
+* (PHP_5_3)
+  sapi/nsapi/nsapi.c:
+  MFH: Fix a sigsegv on server shutdown, add missing sapi_shutdown().
+
+2009-03-23  Felipe Pena  felipe...@gmail.com
+
+* ext/pdo_sqlite/tests/pdo_sqlite_lastinsertid.phpt:
+  - Fix test
+
+* ext/pdo/pdo_stmt.c
+  ext/pdo/tests/bug_44409.phpt
+  ext/pdo/tests/bug_44409.phpt:
+  - Fixed bug #44409 (PDO::FETCH_SERIALIZE calls __construct())
+Patch by: matteo at beccati dot com
+
+2009-03-23  Ilia Alshanetsky  i...@prohost.org
+
+* (PHP_5_3)
+  ext/odbc/php_odbc.c:
+  
+  Improved parameter handling
+
+2009-03-23  Derick Rethans  p...@derickrethans.nl
+
+* ext/date/lib/timezonedb.h
+  ext/date/lib/timezonedb.h
+  ext/date/lib/timezonedb.h:
+  - Updated to version 2009.4 (2009d)
+
+2009-03-23  Johannes Schlüter  johan...@schlueters.de
+
+* (PHP_5_3)
+  NEWS
+  configure.in
+  main/php_version.h:
+  Back to dev
+
+* (PHP_5_3)
+  NEWS
+  configure.in
+  main/php_version.h:
+  5.3.0 RC 1
+
+2009-03-23  Felipe Pena  felipe...@gmail.com
+
+* ext/sqlite/sqlite.c:
+  - Fixed build
+
+2009-03-23  Eric Stewart  e.stew...@mac.com
+
+* php.ini-development
+  php.ini-development
+  php.ini-production
+  php.ini-production:
+  1. Involves an mbstring setting correction regarding:
+  http://marc.info/?l=php-cvsm=123596904426621w=2
+  
+  2. Added mbstring.http_output_conv_mimetype directive.
+  
+  3. Adds an additional comment including XOR in the list of usable bitwise
+  operators.
+  
+  4. Note regarding the merge of E_STRICT into E_ALL in PHP 6.0.0.
+  
+  5. Notes regarding [PATH] and [HOST] use in CGI/FastCGI.
+
 2009-03-22  Ilia Alshanetsky  i...@prohost.org
 
 * ext/sqlite/sqlite.c:
@@ -33829,7 +33912,7 @@
 
 * sapi/litespeed/lsapi_main.c
   sapi/litespeed/lsapilib.c:
-  - Added missing $Id: ChangeLog,v 1.3352 2009/03/23 01:33:16 changelog 
Exp $ tags and nuked c++ comments
+  - Added missing $Id: ChangeLog,v 1.3353 2009/03/24 01:32:44 changelog 
Exp $ tags and nuked c++ comments
 
 * (PHP_5_3)
   ext/intl/locale/locale.c




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

2009-03-22 Thread changelog
changelog   Mon Mar 23 01:33:17 2009 UTC

  Modified files:  
/php-srcChangeLog 
  Log:
  ChangeLog update
  
http://cvs.php.net/viewvc.cgi/php-src/ChangeLog?r1=1.3351r2=1.3352diff_format=u
Index: php-src/ChangeLog
diff -u php-src/ChangeLog:1.3351 php-src/ChangeLog:1.3352
--- php-src/ChangeLog:1.3351Sat Mar 21 01:32:44 2009
+++ php-src/ChangeLog   Mon Mar 23 01:33:16 2009
@@ -1,3 +1,20 @@
+2009-03-22  Ilia Alshanetsky  i...@prohost.org
+
+* ext/sqlite/sqlite.c:
+  MFB: Improved parameter parsing
+
+* (PHP_5_3)
+  ext/sqlite/sqlite.c:
+  
+  Improved parameter parsing
+
+2009-03-22  Derick Rethans  p...@derickrethans.nl
+
+* ext/date/lib/timezonedb.h
+  ext/date/lib/timezonedb.h
+  ext/date/lib/timezonedb.h:
+  - Updated to version 2009.3 (2009c)
+
 2009-03-20  Steph Fox  steph@virgin.net
 
 * (PHP_5_2)
@@ -33812,7 +33829,7 @@
 
 * sapi/litespeed/lsapi_main.c
   sapi/litespeed/lsapilib.c:
-  - Added missing $Id: ChangeLog,v 1.3351 2009/03/21 01:32:44 changelog 
Exp $ tags and nuked c++ comments
+  - Added missing $Id: ChangeLog,v 1.3352 2009/03/23 01:33:16 changelog 
Exp $ tags and nuked c++ comments
 
 * (PHP_5_3)
   ext/intl/locale/locale.c




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

2009-03-20 Thread changelog
changelog   Sat Mar 21 01:32:45 2009 UTC

  Modified files:  
/php-srcChangeLog 
  Log:
  ChangeLog update
  
http://cvs.php.net/viewvc.cgi/php-src/ChangeLog?r1=1.3350r2=1.3351diff_format=u
Index: php-src/ChangeLog
diff -u php-src/ChangeLog:1.3350 php-src/ChangeLog:1.3351
--- php-src/ChangeLog:1.3350Fri Mar 20 01:32:43 2009
+++ php-src/ChangeLog   Sat Mar 21 01:32:44 2009
@@ -1,3 +1,80 @@
+2009-03-20  Steph Fox  steph@virgin.net
+
+* (PHP_5_2)
+  NEWS:
+  BFN
+
+* (PHP_5_2)
+  ext/pdo_dblib/dblib_driver.c
+  ext/pdo_dblib/dblib_stmt.c:
+  MFH: Fixed bug #38805 ( PDO Truncates Text from SQL Server Text Data Type
+  Field)
+- Bring behaviour into line with ext/mssql
+- Several memleaks plugged
+
+2009-03-20  Pierre-Alain Joye  pierre@gmail.com
+
+* (PHP_5_3)
+  sapi/nsapi/config.w32:
+  - disable it when ZTS is disabled
+
+* (PHP_5_3)
+  ext/mbstring/config.w32:
+  - fix build, add new cp850 file
+
+2009-03-20  Uwe Schindler  u...@thetaphi.de
+
+* (PHP_5_2)
+  sapi/nsapi/nsapi.c:
+  Fix a sigsegv on server shutdown, add missing sapi_shutdown().
+
+* sapi/nsapi/nsapi.c:
+  Fix a sigsegv on server shutdown, add missing sapi_shutdown().
+  !!! This should also be merged into 5.3, I prepared it, please tell me if
+  it is ok to commit !!!
+
+2009-03-20  Zoe Slattery  zoe.slatt...@googlemail.com
+
+* README.TESTING
+  README.TESTING
+  README.TESTING:
+  clarification of wwwhether 'make test' needs the PHP xecutable to be set
+
+2009-03-20  Dmitry Stogov  dmi...@zend.com
+
+* ZendEngine2/zend_alloc.c
+  ZendEngine2/zend_alloc.c:
+  Fixed warning
+
+2009-03-20  Zoe Slattery  zoe.slatt...@googlemail.com
+
+* ext/standard/tests/file/is_executable_variation2.phpt
+  ext/standard/tests/file/is_readable_variation2.phpt
+  ext/standard/tests/file/is_writable_variation2.phpt
+  ext/standard/tests/file/lchown_error.phpt
+  ext/standard/tests/file/tempnam_variation4.phpt
+  ext/standard/tests/file/tempnam_variation4.phpt:
+  added skipif for root
+
+* (PHP_5_3)
+  ext/standard/tests/file/is_executable_variation2.phpt
+  ext/standard/tests/file/is_readable_variation2.phpt
+  ext/standard/tests/file/is_writable_variation2.phpt
+  ext/standard/tests/file/lchown_error.phpt
+  ext/standard/tests/file/tempnam_variation4.phpt:
+  added skip if for root
+
+2009-03-20  Kalle Sommer Nielsen  kalle@gmail.com
+
+* (PHP_5_2)
+  NEWS:
+  Fix typo
+
+2009-03-20  Antony Dovgal  t...@daylessday.org
+
+* ext/date/php_date.c:
+  set return_len to 0 when returning empty string and fix segfault
+
 2009-03-19  Ilia Alshanetsky  i...@prohost.org
 
 * ext/mbstring/oniguruma/regint.h
@@ -33735,7 +33812,7 @@
 
 * sapi/litespeed/lsapi_main.c
   sapi/litespeed/lsapilib.c:
-  - Added missing $Id: ChangeLog,v 1.3350 2009/03/20 01:32:43 changelog 
Exp $ tags and nuked c++ comments
+  - Added missing $Id: ChangeLog,v 1.3351 2009/03/21 01:32:44 changelog 
Exp $ tags and nuked c++ comments
 
 * (PHP_5_3)
   ext/intl/locale/locale.c




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

2009-03-19 Thread changelog
changelog   Fri Mar 20 01:32:45 2009 UTC

  Modified files:  
/php-srcChangeLog 
  Log:
  ChangeLog update
  
http://cvs.php.net/viewvc.cgi/php-src/ChangeLog?r1=1.3349r2=1.3350diff_format=u
Index: php-src/ChangeLog
diff -u php-src/ChangeLog:1.3349 php-src/ChangeLog:1.3350
--- php-src/ChangeLog:1.3349Thu Mar 19 01:32:44 2009
+++ php-src/ChangeLog   Fri Mar 20 01:32:43 2009
@@ -1,3 +1,114 @@
+2009-03-19  Ilia Alshanetsky  i...@prohost.org
+
+* ext/mbstring/oniguruma/regint.h
+  ext/sysvshm/sysvshm.c
+  ext/sysvshm/sysvshm.c:
+  
+  MFB: Fixed bug #47721 (Aligment issues in mbstring and sysvshm extension)
+
+* (PHP_5_2)
+  NEWS
+  ext/mbstring/oniguruma/regint.h
+  ext/sysvshm/sysvshm.c:
+  
+  Fixed bug #47721 (Aligment issues in mbstring and sysvshm extension)
+
+2009-03-19  Steph Fox  steph@virgin.net
+
+* (PHP_5_3)
+  EXTENSIONS:
+  - Add self to maintainer list so's I can get bug notifications :)
+
+* (PHP_5_3)
+  ext/pdo_dblib/dblib_driver.c
+  ext/pdo_dblib/dblib_stmt.c:
+  MFH
+  - Fix bug #38805 ( PDO Truncates Text from SQL Server Text Data Type
+  Field)
+  - Bring behaviour into line with ext/mssql
+  - Several memleaks plugged
+
+* ext/pdo_dblib/dblib_driver.c
+  ext/pdo_dblib/dblib_stmt.c:
+  - Fix bug #38805 ( PDO Truncates Text from SQL Server Text Data Type 
Field)
+  - Bring behaviour into line with ext/mssql
+  - Several memleaks plugged
+
+2009-03-19  Matt Wilmas  php_li...@realplain.com
+
+* (PHP_5_2)
+  ext/json/JSON_parser.c:
+  MFH: Handle overflow when decoding large numbers and avoid 2 conversions
+
+* (PHP_5_3)
+  ext/json/JSON_parser.c:
+  MFH: Avoid 2 conversions when decoding numbers
+
+* ext/json/JSON_parser.c:
+  Avoid 2 conversions when decoding numbers
+
+* (PHP_5_3)
+  ZendEngine2/zend_execute_API.c:
+  MFH: Removed extra space from eval string
+
+* ZendEngine2/zend_execute.h
+  ZendEngine2/zend_execute_API.c:
+  MFB (zend_execute_API.c v1.331.2.20.2.13): Avoid strcpy()  strcat()
+  Removed extra space from eval string, and unnecessary variable
+
+2009-03-19  Arnaud Le Blanc  arnaud...@gmail.com
+
+* (PHP_5_2)
+  NEWS
+  main/streams/streams.c
+  main/streams/streams.c:
+  MFH: Better fix for #44607. Fixes #47487 (php_stream_fill_read_buffer()
+  performance degraded after fix of bug 44607).
+
+* main/streams/streams.c:
+  Better fix for #44607. Fixes #47487 (php_stream_fill_read_buffer()
+  performance degraded after fix of bug 44607).
+
+2009-03-19  Dmitry Stogov  dmi...@zend.com
+
+* ZendEngine2/zend_hash.h
+  ZendEngine2/zend_hash.h:
+  Fixed check for long integer overflow
+
+2009-03-19  Etienne Kneuss  p...@colder.ch
+
+* (PHP_5_3)
+  NEWS
+  ext/spl/spl_array.c:
+  MFH: Fix #47231 (offsetGet error using incorrect offset)
+
+* ext/spl/spl_array.c:
+  Fix #47231 (offsetGet error using incorrect offset)
+
+* ext/spl/tests/observer_009.phpt
+  ext/spl/tests/observer_009.phpt:
+  
+  Add test covering for #47671
+
+* (PHP_5_3)
+  NEWS
+  ext/spl/spl_observer.c:
+  MFH: Fix #47671 (cloning SplObjectStorage instances)
+
+* ext/spl/spl_observer.c:
+  Fix #47671 (cloning SplObjectStorage instances)
+
+2009-03-19  Ilia Alshanetsky  i...@prohost.org
+
+* ext/xmlrpc/xmlrpc-epi-php.c:
+  
+  MFB:Improved parameter parsing
+
+* (PHP_5_3)
+  ext/xmlrpc/xmlrpc-epi-php.c:
+  
+  Improved parameter parsing
+
 2009-03-18  andy wharmby  whar...@uk.ibm.com
 
 * ext/date/tests/DateTime_format_variation1.phpt
@@ -33624,7 +33735,7 @@
 
 * sapi/litespeed/lsapi_main.c
   sapi/litespeed/lsapilib.c:
-  - Added missing $Id: ChangeLog,v 1.3349 2009/03/19 01:32:44 changelog 
Exp $ tags and nuked c++ comments
+  - Added missing $Id: ChangeLog,v 1.3350 2009/03/20 01:32:43 changelog 
Exp $ tags and nuked c++ comments
 
 * (PHP_5_3)
   ext/intl/locale/locale.c




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

2009-03-18 Thread changelog
changelog   Thu Mar 19 01:32:46 2009 UTC

  Modified files:  
/php-srcChangeLog 
  Log:
  ChangeLog update
  http://cvs.php.net/viewvc.cgi/php-src/ChangeLog?r1=1.3348r2=1.3349diff_format=u
Index: php-src/ChangeLog
diff -u php-src/ChangeLog:1.3348 php-src/ChangeLog:1.3349
--- php-src/ChangeLog:1.3348Wed Mar 18 01:32:34 2009
+++ php-src/ChangeLog   Thu Mar 19 01:32:44 2009
@@ -1,3 +1,964 @@
+2009-03-18  andy wharmby  whar...@uk.ibm.com
+
+* ext/date/tests/DateTime_format_variation1.phpt
+  ext/date/tests/checkdate_basic1.phpt
+  ext/date/tests/checkdate_basic1.phpt
+  ext/date/tests/checkdate_basic1.phpt
+  ext/date/tests/checkdate_error.phpt
+  ext/date/tests/checkdate_error.phpt
+  ext/date/tests/checkdate_error.phpt
+  ext/date/tests/checkdate_variation1.phpt
+  ext/date/tests/checkdate_variation1.phpt
+  ext/date/tests/checkdate_variation1.phpt
+  ext/date/tests/checkdate_variation2.phpt
+  ext/date/tests/checkdate_variation2.phpt
+  ext/date/tests/checkdate_variation2.phpt
+  ext/date/tests/checkdate_variation3.phpt
+  ext/date/tests/checkdate_variation3.phpt
+  ext/date/tests/checkdate_variation3.phpt
+  ext/date/tests/date_basic1.phpt
+  ext/date/tests/date_basic1.phpt
+  ext/date/tests/date_basic1.phpt
+  ext/date/tests/date_create_basic.phpt
+  ext/date/tests/date_create_basic.phpt
+  ext/date/tests/date_create_basic.phpt
+  ext/date/tests/date_create_error.phpt
+  ext/date/tests/date_create_error.phpt
+  ext/date/tests/date_create_error.phpt
+  ext/date/tests/date_create_variation1.phpt
+  ext/date/tests/date_create_variation1.phpt
+  ext/date/tests/date_create_variation1.phpt
+  ext/date/tests/date_create_variation2.phpt
+  ext/date/tests/date_create_variation2.phpt
+  ext/date/tests/date_create_variation2.phpt
+  ext/date/tests/date_date_set_basic1.phpt
+  ext/date/tests/date_date_set_basic1.phpt
+  ext/date/tests/date_date_set_basic1.phpt
+  ext/date/tests/date_date_set_error.phpt
+  ext/date/tests/date_date_set_error.phpt
+  ext/date/tests/date_date_set_error.phpt
+  ext/date/tests/date_date_set_variation1.phpt
+  ext/date/tests/date_date_set_variation1.phpt
+  ext/date/tests/date_date_set_variation1.phpt
+  ext/date/tests/date_date_set_variation2.phpt
+  ext/date/tests/date_date_set_variation2.phpt
+  ext/date/tests/date_date_set_variation2.phpt
+  ext/date/tests/date_date_set_variation3.phpt
+  ext/date/tests/date_date_set_variation3.phpt
+  ext/date/tests/date_date_set_variation3.phpt
+  ext/date/tests/date_date_set_variation4.phpt
+  ext/date/tests/date_date_set_variation4.phpt
+  ext/date/tests/date_date_set_variation4.phpt
+  ext/date/tests/date_error.phpt
+  ext/date/tests/date_error.phpt
+  ext/date/tests/date_error.phpt
+  ext/date/tests/date_format_basic1.phpt
+  ext/date/tests/date_format_basic1.phpt
+  ext/date/tests/date_format_basic1.phpt
+  ext/date/tests/date_format_error.phpt
+  ext/date/tests/date_format_error.phpt
+  ext/date/tests/date_format_error.phpt
+  ext/date/tests/date_format_variation1.phpt
+  ext/date/tests/date_format_variation1.phpt
+  ext/date/tests/date_format_variation1.phpt
+  ext/date/tests/date_format_variation2.phpt
+  ext/date/tests/date_isodate_set_basic1.phpt
+  ext/date/tests/date_isodate_set_basic1.phpt
+  ext/date/tests/date_isodate_set_basic1.phpt
+  ext/date/tests/date_isodate_set_error.phpt
+  ext/date/tests/date_isodate_set_error.phpt
+  ext/date/tests/date_isodate_set_error.phpt
+  ext/date/tests/date_isodate_set_variation1.phpt
+  ext/date/tests/date_isodate_set_variation1.phpt
+  ext/date/tests/date_isodate_set_variation1.phpt
+  ext/date/tests/date_isodate_set_variation2.phpt
+  ext/date/tests/date_isodate_set_variation2.phpt
+  ext/date/tests/date_isodate_set_variation2.phpt
+  ext/date/tests/date_isodate_set_variation3.phpt
+  ext/date/tests/date_isodate_set_variation3.phpt
+  ext/date/tests/date_isodate_set_variation3.phpt
+  ext/date/tests/date_isodate_set_variation4.phpt
+  ext/date/tests/date_isodate_set_variation4.phpt
+  ext/date/tests/date_isodate_set_variation4.phpt
+  ext/date/tests/date_modify_basic1.phpt
+  ext/date/tests/date_modify_basic1.phpt
+  ext/date/tests/date_modify_basic1.phpt
+  ext/date/tests/date_modify_error.phpt
+  ext/date/tests/date_modify_error.phpt
+  ext/date/tests/date_modify_error.phpt
+  ext/date/tests/date_modify_variation1.phpt
+  ext/date/tests/date_modify_variation1.phpt
+  ext/date/tests/date_modify_variation1.phpt
+  ext/date/tests/date_modify_variation2.phpt
+  ext/date/tests/date_modify_variation2.phpt
+  ext/date/tests/date_modify_variation2.phpt
+  ext/date/tests/date_offset_get_basic1.phpt
+  

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

2009-03-17 Thread changelog
changelog   Wed Mar 18 01:32:35 2009 UTC

  Modified files:  
/php-srcChangeLog 
  Log:
  ChangeLog update
  http://cvs.php.net/viewvc.cgi/php-src/ChangeLog?r1=1.3347r2=1.3348diff_format=u
Index: php-src/ChangeLog
diff -u php-src/ChangeLog:1.3347 php-src/ChangeLog:1.3348
--- php-src/ChangeLog:1.3347Tue Mar 17 01:32:48 2009
+++ php-src/ChangeLog   Wed Mar 18 01:32:34 2009
@@ -1,3 +1,246 @@
+2009-03-17  Scott MacVicar  sc...@macvicar.net
+
+* ext/json/tests/bug45791.phpt:
+  Missing skip in tests
+
+* (PHP_5_3)
+  ext/json/json.c:
+  MFH Replace magic values with a define for json encoding, makes reading 
it
+  a bit easier
+
+* ext/json/json.c:
+  Replace magic values with a define, makes reading it a bit easier
+
+2009-03-17  Ilia Alshanetsky  i...@prohost.org
+
+* ext/sysvshm/sysvshm.c:
+  
+  MFB: Fixed compiler warning
+
+* (PHP_5_3)
+  ext/sysvshm/sysvshm.c:
+  
+  Fixed compiler warning
+
+2009-03-17  Scott MacVicar  sc...@macvicar.net
+
+* (PHP_5_3)
+  ext/json/json.c
+  ext/json/tests/002.phpt:
+  MFH Add PHP_JSON_FORCE_OBJECT for forcing an object output of an array
+
+* ext/json/json.c
+  ext/json/tests/002.phpt:
+  Add PHP_JSON_FORCE_OBJECT for forcing an object output of an array
+
+2009-03-17  Felipe Pena  felipe...@gmail.com
+
+* ext/standard/var_unserializer.c
+  ext/standard/var_unserializer.re:
+  - Fix version  year++
+
+2009-03-17  Matt Wilmas  php_li...@realplain.com
+
+* (PHP_5_2)
+  NEWS
+  ext/standard/var_unserializer.c
+  ext/standard/var_unserializer.c
+  ext/standard/var_unserializer.re
+  ext/standard/var_unserializer.re
+  ext/standard/tests/serialize/bug46882.phpt
+  ext/standard/tests/serialize/bug46882.phpt:
+  MFH: Fixed bug #46882 (Serialize / Unserialize misbehaviour under OS with
+  different bit numbers)
+
+* ext/standard/var_unserializer.c
+  ext/standard/var_unserializer.re
+  ext/standard/tests/serialize/bug46882.phpt
+  ext/standard/tests/serialize/bug46882.phpt
+  ext/standard/tests/serialize/bug46882.phpt:
+  Fixed bug #46882 (Serialize / Unserialize misbehaviour under OS with
+  different bit numbers)
+
+2009-03-17  Johannes Schlüter  johan...@schlueters.de
+
+* (PHP_5_3)
+  php.ini-development
+  php.ini-dist
+  php.ini-production
+  php.ini-recommended:
+  MFH: Replace old php.ini files with the new ones according to
+  http://wiki.php.net/rfc/newinis (by Eric Lee Stewart)
+
+* php.ini-development
+  php.ini-development
+  php.ini-dist
+  php.ini-production
+  php.ini-production
+  php.ini-recommended:
+  
+  Replace old php.ini files with the new ones according to
+  http://wiki.php.net/rfc/newinis (by Eric Lee Stewart)
+
+2009-03-17  Pierre-Alain Joye  pierre@gmail.com
+
+* ZendEngine2/tests/bug43343.phpt:
+  - MFB: make it less(er) sensible to bison version
+
+* (PHP_5_3)
+  ZendEngine2/tests/bug43343.phpt:
+  - make it less(er) sensible to bison version
+
+* (PHP_5_3)
+  ZendEngine2/tests/bug43343.phpt:
+  - make it less sensible to bison version
+
+* ext/standard/credits.c:
+  - MFB: s,win32,windows, and add myself to the list
+
+* (PHP_5_3)
+  ext/standard/credits.c:
+  - s,win32,windows, and add myself to the list
+
+2009-03-17  Scott MacVicar  sc...@macvicar.net
+
+* (PHP_5_3)
+  ext/json/JSON_parser.c:
+  MFH Deal with overflow when decoding large numbers
+
+* ext/json/JSON_parser.c:
+  Deal with overflow when decoding large numbers
+
+2009-03-17  Pierre-Alain Joye  pierre@gmail.com
+
+* (PHP_5_3)
+  ZendEngine2/zend_float.h:
+  - MFH: disable HAVE__CONTROLFP_S with VC9, 3x times slowdown
+
+* ZendEngine2/zend_float.h:
+  - disable HAVE__CONTROLFP_S with VC9, 3x times slowdown
+
+2009-03-17  Johannes Schlüter  johan...@schlueters.de
+
+* (PHP_5_3)
+  ext/mysqlnd/config9.m4:
+  MFH: mark mysqlnd's threading (which can be used for background
+  pre-fetching)
+   experimental
+
+* ext/mysqlnd/config9.m4:
+  - mark mysqlnd's threading (which can be used for background 
pre-fetching)
+experimental
+
+2009-03-17  Andrey Hristov  p...@hristov.com
+
+* (PHP_5_3)
+  ext/mysqlnd/mysqlnd_result.c:
+  MFH: Fix the build because the macro name has changed
+
+* ext/mysqlnd/mysqlnd_result.c:
+  Fix the build, because the macro's name has changed
+
+2009-03-17  Moriyoshi Koizumi  m...@mozo.jp
+
+* (PHP_5_3)
+  ext/iconv/iconv.c:
+  - MFH: Make iconv filter accept '.' as the delimiter between encoding 
names
+  as
+well as '/'. It's impossible to specify the filter in php://filter
+  without
+this fix.
+  
+
+* ext/iconv/iconv.c:
+  - Make iconv filter accept '.' as the delimiter between encoding 

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

2009-03-15 Thread changelog
changelog   Mon Mar 16 01:32:54 2009 UTC

  Modified files:  
/php-srcChangeLog 
  Log:
  ChangeLog update
  
http://cvs.php.net/viewvc.cgi/php-src/ChangeLog?r1=1.3345r2=1.3346diff_format=u
Index: php-src/ChangeLog
diff -u php-src/ChangeLog:1.3345 php-src/ChangeLog:1.3346
--- php-src/ChangeLog:1.3345Sun Mar 15 01:33:03 2009
+++ php-src/ChangeLog   Mon Mar 16 01:32:53 2009
@@ -1,3 +1,132 @@
+2009-03-15  Kalle Sommer Nielsen  kalle@gmail.com
+
+* (PHP_5_3)
+  NEWS:
+  Lets follow the same style, shall we?
+
+2009-03-15  Pierre-Alain Joye  pierre@gmail.com
+
+* (PHP_5_3)
+  NEWS:
+  - refer to fileinfo so the entry can easily be filtered out on 5.3.0 
final
+
+2009-03-15  Scott MacVicar  sc...@macvicar.net
+
+* ext/fileinfo/tests/finfo_buffer_basic.phpt
+  ext/fileinfo/tests/finfo_buffer_error.phpt
+  ext/fileinfo/tests/finfo_buffer_variation1.phpt
+  ext/fileinfo/tests/finfo_close_basic.phpt
+  ext/fileinfo/tests/finfo_close_error.phpt
+  ext/fileinfo/tests/finfo_file_001.phpt
+  ext/fileinfo/tests/finfo_file_002.phpt
+  ext/fileinfo/tests/finfo_file_basic.phpt
+  ext/fileinfo/tests/finfo_open_001.phpt
+  ext/fileinfo/tests/finfo_open_basic.phpt
+  ext/fileinfo/tests/finfo_open_error.phpt
+  ext/fileinfo/tests/finfo_open_variation1.phpt
+  ext/fileinfo/tests/finfo_phpinfo_basic.phpt
+  ext/fileinfo/tests/finfo_set_flags_basic.phpt
+  ext/fileinfo/tests/mime_content_type_001.phpt
+  ext/fileinfo/tests/mime_content_type_002.phpt
+  ext/fileinfo/tests/skipif.inc
+  ext/fileinfo/tests/skipif.inc:
+  fileinfo tests are missing skipif
+
+* (PHP_5_3)
+  NEWS:
+  BFN
+
+* (PHP_5_3)
+  ext/fileinfo/config.m4
+  ext/fileinfo/config.w32
+  ext/fileinfo/data_file.c
+  ext/fileinfo/fileinfo.c
+  ext/fileinfo/libmagic/apprentice.c
+  ext/fileinfo/libmagic/apptype.c
+  ext/fileinfo/libmagic/ascmagic.c
+  ext/fileinfo/libmagic/cdf.c
+  ext/fileinfo/libmagic/cdf.h
+  ext/fileinfo/libmagic/cdf_time.c
+  ext/fileinfo/libmagic/compress.c
+  ext/fileinfo/libmagic/encoding.c
+  ext/fileinfo/libmagic/file.h
+  ext/fileinfo/libmagic/fsmagic.c
+  ext/fileinfo/libmagic/funcs.c
+  ext/fileinfo/libmagic/is_tar.c
+  ext/fileinfo/libmagic/magic.c
+  ext/fileinfo/libmagic/magic.h
+  ext/fileinfo/libmagic/patchlevel.h
+  ext/fileinfo/libmagic/print.c
+  ext/fileinfo/libmagic/readcdf.c
+  ext/fileinfo/libmagic/readelf.c
+  ext/fileinfo/libmagic/softmagic.c
+  ext/fileinfo/tests/finfo_buffer_basic.phpt
+  ext/fileinfo/tests/finfo_buffer_variation1.phpt
+  ext/fileinfo/tests/finfo_file_002.phpt
+  ext/fileinfo/tests/finfo_file_basic.phpt:
+  MFH Update fileinfo to libmagic 5.00 and remove dependency on dirent.h on
+  Windows
+
+* (PHP_5_3)
+  ext/fileinfo/libmagic/readcdf.c
+  ext/fileinfo/libmagic/readelf.c
+  ext/fileinfo/libmagic/softmagic.c
+  ext/fileinfo/tests/finfo_buffer_basic.phpt
+  ext/fileinfo/tests/finfo_buffer_variation1.phpt
+  ext/fileinfo/tests/finfo_file_002.phpt
+  ext/fileinfo/tests/finfo_file_basic.phpt:
+  file readcdf.c was added on branch PHP_5_3 on 2009-03-15 23:04:18 +
+
+* ext/fileinfo/libmagic/cdf.c
+  ext/fileinfo/libmagic/cdf.c
+  ext/fileinfo/libmagic/cdf.h
+  ext/fileinfo/libmagic/cdf.h
+  ext/fileinfo/libmagic/cdf_time.c
+  ext/fileinfo/libmagic/cdf_time.c
+  ext/fileinfo/libmagic/compress.c
+  ext/fileinfo/libmagic/encoding.c
+  ext/fileinfo/libmagic/encoding.c
+  ext/fileinfo/libmagic/file.h
+  ext/fileinfo/libmagic/fsmagic.c
+  ext/fileinfo/libmagic/funcs.c
+  ext/fileinfo/libmagic/is_tar.c
+  ext/fileinfo/libmagic/magic.c
+  ext/fileinfo/libmagic/readcdf.c:
+  
+  Update fileinfo to libmagic 5.00 and remove dependency on dirent.h on
+  Windows
+
+* ext/fileinfo/config.m4
+  ext/fileinfo/config.w32
+  ext/fileinfo/data_file.c
+  ext/fileinfo/fileinfo.c
+  ext/fileinfo/libmagic/apprentice.c
+  ext/fileinfo/libmagic/apptype.c
+  ext/fileinfo/libmagic/ascmagic.c
+  ext/fileinfo/libmagic/magic.h
+  ext/fileinfo/libmagic/patchlevel.h
+  ext/fileinfo/libmagic/print.c:
+  Update fileinfo to libmagic 5.00 and remove dependency on dirent.h on
+  Windows
+
+2009-03-15  Moriyoshi Koizumi  m...@mozo.jp
+
+* (PHP_5_2)
+  ext/mbstring/mb_gpc.c
+  ext/mbstring/mb_gpc.c
+  ext/mbstring/mbstring.c
+  ext/mbstring/mbstring.c
+  ext/mbstring/mbstring.h
+  ext/mbstring/mbstring.h:
+  - MFH: Fix a bug that mbstring.internal_encoding doesn't take effect 
within
+the request encoding converter.
+
+* ext/mbstring/mb_gpc.c
+  ext/mbstring/mbstring.c
+  ext/mbstring/mbstring.h:
+  - Fix a bug that mbstring.internal_encoding doesn't take effect 

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

2009-03-14 Thread changelog
changelog   Sun Mar 15 01:33:04 2009 UTC

  Modified files:  
/php-srcChangeLog 
  Log:
  ChangeLog update
  
http://cvs.php.net/viewvc.cgi/php-src/ChangeLog?r1=1.3344r2=1.3345diff_format=u
Index: php-src/ChangeLog
diff -u php-src/ChangeLog:1.3344 php-src/ChangeLog:1.3345
--- php-src/ChangeLog:1.3344Sat Mar 14 01:33:08 2009
+++ php-src/ChangeLog   Sun Mar 15 01:33:03 2009
@@ -1,3 +1,38 @@
+2009-03-14  Takeshi Abe  t...@fixedpoint.jp
+
+* (PHP_5_2)
+  NEWS
+  NEWS
+  ext/gd/libgd/gd_png.c
+  ext/gd/libgd/gd_png.c
+  ext/gd/tests/bug45799.phpt
+  ext/gd/tests/bug45799.phpt:
+  MFH: Fixed bug #45799 (imagepng() crashes on empty image)
+
+* (PHP_5_3)
+  NEWS:
+  revert the NEWS line for bug #45799
+
+2009-03-14  Rob Richards  rricha...@ctindustries.net
+
+* (PHP_5_3)
+  NEWS:
+  NEWS
+
+* (PHP_5_3)
+  ext/libxml/libxml.c:
+  MFH: add LIBXML_LOADED_VERSION constant that contains currently loaded
+  libxml2 version
+  add libxml2 version being used to info output
+
+2009-03-14  Takeshi Abe  t...@fixedpoint.jp
+
+* ext/gd/libgd/gd_png.c
+  ext/gd/tests/bug45799.phpt
+  ext/gd/tests/bug45799.phpt
+  ext/gd/tests/bug45799.phpt:
+  Fixed bug #45799 (imagepng() crashes on empty image)
+
 2009-03-13  Stanislav Malyshev  s...@zend.com
 
 * (PHP_5_2)
@@ -32102,7 +32137,7 @@
 
 * sapi/litespeed/lsapi_main.c
   sapi/litespeed/lsapilib.c:
-  - Added missing $Id: ChangeLog,v 1.3344 2009/03/14 01:33:08 changelog 
Exp $ tags and nuked c++ comments
+  - Added missing $Id: ChangeLog,v 1.3345 2009/03/15 01:33:03 changelog 
Exp $ tags and nuked c++ comments
 
 * (PHP_5_3)
   ext/intl/locale/locale.c




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

2009-03-12 Thread changelog
changelog   Fri Mar 13 01:32:47 2009 UTC

  Modified files:  
/php-srcChangeLog 
  Log:
  ChangeLog update
  
http://cvs.php.net/viewvc.cgi/php-src/ChangeLog?r1=1.3342r2=1.3343diff_format=u
Index: php-src/ChangeLog
diff -u php-src/ChangeLog:1.3342 php-src/ChangeLog:1.3343
--- php-src/ChangeLog:1.3342Thu Mar 12 01:33:06 2009
+++ php-src/ChangeLog   Fri Mar 13 01:32:45 2009
@@ -1,3 +1,58 @@
+2009-03-12  Christopher Jones  christopher.jo...@oracle.com
+
+* (PHP_5_3)
+  NEWS:
+  Add PECL Bug #14268
+
+* (PHP_5_3)
+  ext/oci8/config.m4:
+  MFH: Fixed PECL Bug 14268 (Allow 'pecl install oci8' command to
+  'autodetect' an Instant Client RPM install)  refactor
+
+* ext/oci8/config.m4:
+  Fixed PECL Bug 14268 (Allow 'pecl install oci8' command to 'autodetect' 
an
+  Instant Client RPM install)  refactor
+
+2009-03-12  Ilia Alshanetsky  i...@prohost.org
+
+* (PHP_5_2)
+  NEWS
+  ext/pgsql/pgsql.c:
+  
+  MFB: Fixed bug #47639 (pg_copy_from() WARNING: nonstandard use of \\ in a
+  string
+  literal)
+
+* ext/pgsql/pgsql.c:
+  
+  Fixed bug #47639 (pg_copy_from() WARNING: nonstandard use of \\ in a
+  string
+  literal)
+
+* (PHP_5_3)
+  ext/pgsql/pgsql.c:
+  Fixed bug #47639 (pg_copy_from() WARNING: nonstandard use of \\ in a 
string
+  literal)
+
+2009-03-12  Zoe Slattery  zoe.slatt...@googlemail.com
+
+* run-tests.php
+  run-tests.php
+  run-tests.php:
+  refixing %r in run-tests.php (thanks iain lewis for the fix)
+
+2009-03-12  Andrei Zmievski  and...@gravitonic.com
+
+* ext/pdo/pdo_stmt.c:
+  Fix copy-pasto (needs to return proper CE).
+
+2009-03-12  Christopher Jones  christopher.jo...@oracle.com
+
+* ext/oci8/tests/connect_without_oracle_home.phpt
+  ext/oci8/tests/connect_without_oracle_home_old.phpt
+  ext/oci8/tests/pecl_bug16035.phpt:
+  Fix tests to use ENV and re-enable
+
 2009-03-11  Brian Shire  sh...@tekrat.com
 
 * (PHP_5_3)
@@ -31998,7 +32053,7 @@
 
 * sapi/litespeed/lsapi_main.c
   sapi/litespeed/lsapilib.c:
-  - Added missing $Id: ChangeLog,v 1.3342 2009/03/12 01:33:06 changelog 
Exp $ tags and nuked c++ comments
+  - Added missing $Id: ChangeLog,v 1.3343 2009/03/13 01:32:45 changelog 
Exp $ tags and nuked c++ comments
 
 * (PHP_5_3)
   ext/intl/locale/locale.c




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

2009-03-10 Thread changelog
changelog   Wed Mar 11 01:32:50 2009 UTC

  Modified files:  
/php-srcChangeLog 
  Log:
  ChangeLog update
  http://cvs.php.net/viewvc.cgi/php-src/ChangeLog?r1=1.3340r2=1.3341diff_format=u
Index: php-src/ChangeLog
diff -u php-src/ChangeLog:1.3340 php-src/ChangeLog:1.3341
--- php-src/ChangeLog:1.3340Tue Mar 10 01:32:49 2009
+++ php-src/ChangeLog   Wed Mar 11 01:32:48 2009
@@ -1,3 +1,721 @@
+2009-03-10  Marcus Boerger  p...@marcus-boerger.de
+
+* run-tests.php
+  server-tests.php
+  TSRM/tsrm_nw.c
+  TSRM/tsrm_nw.h
+  TSRM/tsrm_virtual_cwd.c
+  TSRM/tsrm_virtual_cwd.h
+  TSRM/tsrm_win32.c
+  TSRM/tsrm_win32.h
+  ext/bcmath/bcmath.c
+  ext/bcmath/php_bcmath.h
+  ext/bz2/bz2.c
+  ext/bz2/bz2_filter.c
+  ext/bz2/php_bz2.h
+  ext/calendar/cal_unix.c
+  ext/calendar/calendar.c
+  ext/calendar/easter.c
+  ext/com_dotnet/com_com.c
+  ext/com_dotnet/com_dotnet.c
+  ext/com_dotnet/com_extension.c
+  ext/com_dotnet/com_handlers.c
+  ext/com_dotnet/com_iterator.c
+  ext/com_dotnet/com_misc.c
+  ext/com_dotnet/com_olechar.c
+  ext/com_dotnet/com_persist.c
+  ext/com_dotnet/com_saproxy.c
+  ext/com_dotnet/com_typeinfo.c
+  ext/com_dotnet/com_variant.c
+  ext/com_dotnet/com_wrapper.c
+  ext/com_dotnet/php_com_dotnet.h
+  ext/com_dotnet/php_com_dotnet_internal.h
+  ext/ctype/ctype.c
+  ext/ctype/php_ctype.h
+  ext/curl/interface.c
+  ext/curl/multi.c
+  ext/curl/php_curl.h
+  ext/curl/streams.c
+  ext/date/php_date.c
+  ext/date/php_date.h
+  ext/date/lib/astro.c
+  ext/date/lib/dow.c
+  ext/date/lib/interval.c
+  ext/date/lib/parse_date.c
+  ext/date/lib/parse_iso_intervals.c
+  ext/date/lib/parse_tz.c
+  ext/date/lib/timelib.c
+  ext/date/lib/timelib.h
+  ext/date/lib/timelib_structs.h
+  ext/date/lib/tm2unixtime.c
+  ext/date/lib/unixtime2tm.c
+  ext/dba/dba.c
+  ext/dba/dba_cdb.c
+  ext/dba/dba_db1.c
+  ext/dba/dba_db2.c
+  ext/dba/dba_db3.c
+  ext/dba/dba_db4.c
+  ext/dba/dba_dbm.c
+  ext/dba/dba_flatfile.c
+  ext/dba/dba_gdbm.c
+  ext/dba/dba_inifile.c
+  ext/dba/dba_ndbm.c
+  ext/dba/dba_qdbm.c
+  ext/dba/php_dba.h
+  ext/dba/libcdb/cdb.c
+  ext/dba/libcdb/cdb.h
+  ext/dba/libcdb/cdb_make.c
+  ext/dba/libcdb/cdb_make.h
+  ext/dba/libcdb/uint32.c
+  ext/dba/libcdb/uint32.h
+  ext/dba/libflatfile/flatfile.c
+  ext/dba/libflatfile/flatfile.h
+  ext/dba/libinifile/inifile.c
+  ext/dba/libinifile/inifile.h
+  ext/dom/attr.c
+  ext/dom/cdatasection.c
+  ext/dom/characterdata.c
+  ext/dom/comment.c
+  ext/dom/document.c
+  ext/dom/documentfragment.c
+  ext/dom/documenttype.c
+  ext/dom/dom_ce.h
+  ext/dom/dom_fe.h
+  ext/dom/dom_iterators.c
+  ext/dom/dom_properties.h
+  ext/dom/domconfiguration.c
+  ext/dom/domerror.c
+  ext/dom/domerrorhandler.c
+  ext/dom/domexception.c
+  ext/dom/domimplementation.c
+  ext/dom/domimplementationlist.c
+  ext/dom/domimplementationsource.c
+  ext/dom/domlocator.c
+  ext/dom/domstringlist.c
+  ext/dom/element.c
+  ext/dom/entity.c
+  ext/dom/entityreference.c
+  ext/dom/namednodemap.c
+  ext/dom/namelist.c
+  ext/dom/node.c
+  ext/dom/nodelist.c
+  ext/dom/notation.c
+  ext/dom/php_dom.c
+  ext/dom/php_dom.h
+  ext/dom/processinginstruction.c
+  ext/dom/string_extend.c
+  ext/dom/text.c
+  ext/dom/typeinfo.c
+  ext/dom/userdatahandler.c
+  ext/dom/xml_common.h
+  ext/dom/xpath.c
+  ext/enchant/enchant.c
+  ext/ereg/ereg.c
+  ext/ereg/php_ereg.h
+  ext/ereg/php_regex.h
+  ext/exif/exif.c
+  ext/exif/php_exif.h
+  ext/fbsql/php_fbsql.c
+  ext/fbsql/php_fbsql.h
+  ext/fileinfo/fileinfo.c
+  ext/fileinfo/php_fileinfo.h
+  ext/filter/callback_filter.c
+  ext/filter/filter.c
+  ext/filter/filter_private.h
+  ext/filter/logical_filters.c
+  ext/filter/php_filter.h
+  ext/filter/sanitizing_filters.c
+  ext/ftp/ftp.c
+  ext/ftp/ftp.h
+  ext/ftp/php_ftp.c
+  ext/ftp/php_ftp.h
+  ext/gd/gd.c
+  ext/gd/gd_ctx.c
+  ext/gd/php_gd.h
+  ext/gd/libgd/xbm.c
+  ext/gettext/gettext.c
+  ext/gettext/php_gettext.h
+  ext/gmp/gmp.c
+  ext/gmp/php_gmp.h
+  ext/hash/hash.c
+  ext/hash/hash_adler32.c
+  ext/hash/hash_crc32.c
+  ext/hash/hash_gost.c
+  ext/hash/hash_haval.c
+  ext/hash/hash_md.c
+  ext/hash/hash_ripemd.c
+  ext/hash/hash_salsa.c
+  ext/hash/hash_sha.c
+  ext/hash/hash_snefru.c
+  ext/hash/hash_tiger.c
+  ext/hash/hash_whirlpool.c
+  ext/hash/php_hash.h
+  ext/hash/php_hash_adler32.h
+  ext/hash/php_hash_crc32.h
+  ext/hash/php_hash_crc32_tables.h
+  

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

2009-03-09 Thread changelog
changelog   Tue Mar 10 01:32:50 2009 UTC

  Modified files:  
/php-srcChangeLog 
  Log:
  ChangeLog update
  
http://cvs.php.net/viewvc.cgi/php-src/ChangeLog?r1=1.3339r2=1.3340diff_format=u
Index: php-src/ChangeLog
diff -u php-src/ChangeLog:1.3339 php-src/ChangeLog:1.3340
--- php-src/ChangeLog:1.3339Mon Mar  9 01:32:51 2009
+++ php-src/ChangeLog   Tue Mar 10 01:32:49 2009
@@ -1,3 +1,107 @@
+2009-03-09  Christopher Jones  christopher.jo...@oracle.com
+
+* ext/oci8/tests/bug47189.phpt
+  ext/oci8/tests/bug47189.phpt:
+  
+  New test for oci_fetch_all
+
+* (PHP_5_3)
+  ext/oci8/oci8_statement.c
+  ext/oci8/php_oci8_int.h:
+  MFH: Make non-public prototype match the type passed at call
+
+* ext/oci8/oci8_statement.c
+  ext/oci8/php_oci8_int.h:
+  Make non-public prototype match the type passed at call
+
+* (PHP_5_3)
+  ext/oci8/oci8_interface.c:
+  MFH: Use PHP 5 function name in error message
+
+* ext/oci8/oci8_interface.c:
+  Use PHP 5 function name in error message
+
+* (PHP_5_3)
+  ext/oci8/oci8.c
+  ext/oci8/php_oci8_int.h
+  ext/oci8/tests/b47243_1.phpt
+  ext/oci8/tests/b47243_2.phpt
+  ext/oci8/tests/b47243_3.phpt
+  ext/oci8/tests/debug.phpt:
+  MFH: Bug #47243 (Crash at shutdown on Windows)
+
+* ext/oci8/oci8.c
+  ext/oci8/php_oci8_int.h
+  ext/oci8/tests/b47243_1.phpt
+  ext/oci8/tests/b47243_1.phpt
+  ext/oci8/tests/b47243_2.phpt
+  ext/oci8/tests/b47243_2.phpt
+  ext/oci8/tests/b47243_3.phpt
+  ext/oci8/tests/b47243_3.phpt
+  ext/oci8/tests/debug.phpt:
+  Bug #47243 (Crash at shutdown on Windows)
+
+* ext/oci8/tests/reflection1.phpt
+  ext/oci8/tests/reflection2.phpt:
+  MHB/sync: Make tests portable with older PHP for PECL builds
+
+* (PHP_5_3)
+  ext/oci8/tests/reflection1.phpt
+  ext/oci8/tests/reflection2.phpt:
+  Make tests portable with older PHP for PECL builds
+
+* (PHP_5_3)
+  ext/oci8/oci8.c
+  ext/oci8/tests/connect_without_oracle_home.phpt
+  ext/oci8/tests/connect_without_oracle_home_old.phpt
+  ext/oci8/tests/create_table.inc
+  ext/oci8/tests/details.inc
+  ext/oci8/tests/pecl_bug16035.phpt:
+  MFH: PECL Bug #16035 (oci_connect without ORACLE_HOME defined causes
+  segfault)
+
+* ext/oci8/oci8.c
+  ext/oci8/tests/connect_without_oracle_home.phpt
+  ext/oci8/tests/connect_without_oracle_home_old.phpt
+  ext/oci8/tests/create_table.inc
+  ext/oci8/tests/details.inc
+  ext/oci8/tests/pecl_bug16035.phpt
+  ext/oci8/tests/pecl_bug16035.phpt:
+  PECL Bug #16035 (oci_connect without ORACLE_HOME defined causes segfault)
+
+* (PHP_5_3)
+  ext/oci8/oci8.c:
+  MFH: PECL Bug #15988 (sqlnet.ora isn't read with older Oracle libraries)
+
+* ext/oci8/oci8.c:
+  PECL Bug #15988 (sqlnet.ora isn't read with older Oracle libraries)
+
+2009-03-09  Pierre-Alain Joye  pierre@gmail.com
+
+* (PHP_5_3)
+  ext/pdo_pgsql/config.w32
+  ext/pgsql/config.w32:
+  - add path for libpq (other are kept)
+
+2009-03-09  Christopher Jones  christopher.jo...@oracle.com
+
+* ext/oci8/README:
+  Prepare README for future PECL OCI8 1.3.5
+
+* ext/oci8/tests/bug27303_3.phpt:
+  Silence initialization warning
+
+* (PHP_5_3)
+  ext/oci8/config.m4
+  ext/oci8/oci8.c
+  ext/oci8/php_oci8.h:
+  MFH: Bug #46623 (phpinfo doesn't show compile time ORACLE_HOME with 
phpize)
+
+* ext/oci8/config.m4
+  ext/oci8/oci8.c
+  ext/oci8/php_oci8.h:
+  Bug #46623 (phpinfo doesn't show compile time ORACLE_HOME with phpize)
+
 2009-03-08  Ilia Alshanetsky  i...@prohost.org
 
 * (PHP_5_2)
@@ -31121,7 +31225,7 @@
 
 * sapi/litespeed/lsapi_main.c
   sapi/litespeed/lsapilib.c:
-  - Added missing $Id: ChangeLog,v 1.3339 2009/03/09 01:32:51 changelog 
Exp $ tags and nuked c++ comments
+  - Added missing $Id: ChangeLog,v 1.3340 2009/03/10 01:32:49 changelog 
Exp $ tags and nuked c++ comments
 
 * (PHP_5_3)
   ext/intl/locale/locale.c




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

2009-03-08 Thread changelog
changelog   Mon Mar  9 01:32:52 2009 UTC

  Modified files:  
/php-srcChangeLog 
  Log:
  ChangeLog update
  
http://cvs.php.net/viewvc.cgi/php-src/ChangeLog?r1=1.3338r2=1.3339diff_format=u
Index: php-src/ChangeLog
diff -u php-src/ChangeLog:1.3338 php-src/ChangeLog:1.3339
--- php-src/ChangeLog:1.3338Sun Mar  8 01:32:42 2009
+++ php-src/ChangeLog   Mon Mar  9 01:32:51 2009
@@ -1,3 +1,56 @@
+2009-03-08  Ilia Alshanetsky  i...@prohost.org
+
+* (PHP_5_2)
+  NEWS
+  ext/filter/logical_filters.c
+  ext/filter/logical_filters.c:
+  
+  MFB: Fixed bug #47598 (FILTER_VALIDATE_EMAIL is locale aware)
+
+* (PHP_5_3)
+  ext/filter/logical_filters.c:
+  Fixed bug #47598 (FILTER_VALIDATE_EMAIL is locale aware)
+
+2009-03-08  Felipe Pena  felipe...@gmail.com
+
+* (PHP_5_3)
+  NEWS
+  ZendEngine2/zend_builtin_functions.c
+  ZendEngine2/tests/bug47593.phpt:
+  - MFH: Fixed bug #47593  (interface_exists() returns false when using
+  absolute namespace path)
+patch by Kalle
+  - BFN #47572
+
+* ZendEngine2/tests/bug47593.phpt
+  ZendEngine2/tests/bug47593.phpt:
+  
+  - Fixed bug #47593 (interface_exists() returns false when using absolute
+  namespace path)
+Patch by Kalle.
+
+* ZendEngine2/zend_builtin_functions.c:
+  - Fixed bug #47593 (interface_exists() returns false when using absolute
+  namespace path)
+Patch by Kalle.
+
+2009-03-08  Kalle Sommer Nielsen  kalle@gmail.com
+
+* ext/standard/tests/strings/explode.phpt
+  ext/standard/tests/strings/explode1.phpt
+  ext/standard/tests/strings/explode_variation5.phpt
+  ext/standard/tests/strings/explode_variation6.phpt:
+  Fix tests
+
+* (PHP_5_3)
+  php.ini-dist
+  php.ini-recommended:
+  MFH: Fixed bug #47543 (irrelevant warning message)
+
+* php.ini-dist
+  php.ini-recommended:
+  Fixed bug #47543 (irrelevant warning message)
+
 2009-03-07  Ilia Alshanetsky  i...@prohost.org
 
 * sapi/apache_hooks/php_apache.c:
@@ -31068,7 +31121,7 @@
 
 * sapi/litespeed/lsapi_main.c
   sapi/litespeed/lsapilib.c:
-  - Added missing $Id: ChangeLog,v 1.3338 2009/03/08 01:32:42 changelog 
Exp $ tags and nuked c++ comments
+  - Added missing $Id: ChangeLog,v 1.3339 2009/03/09 01:32:51 changelog 
Exp $ tags and nuked c++ comments
 
 * (PHP_5_3)
   ext/intl/locale/locale.c




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

2009-03-07 Thread changelog
changelog   Sun Mar  8 01:32:43 2009 UTC

  Modified files:  
/php-srcChangeLog 
  Log:
  ChangeLog update
  
http://cvs.php.net/viewvc.cgi/php-src/ChangeLog?r1=1.3337r2=1.3338diff_format=u
Index: php-src/ChangeLog
diff -u php-src/ChangeLog:1.3337 php-src/ChangeLog:1.3338
--- php-src/ChangeLog:1.3337Sat Mar  7 01:33:00 2009
+++ php-src/ChangeLog   Sun Mar  8 01:32:42 2009
@@ -1,3 +1,22 @@
+2009-03-07  Ilia Alshanetsky  i...@prohost.org
+
+* sapi/apache_hooks/php_apache.c:
+  
+  MFB: Adjust previous fix to avoid compiler warnings
+
+* (PHP_5_3)
+  sapi/apache_hooks/php_apache.c:
+  
+  Adjust previous fix to avoid compiler warnings
+
+* sapi/apache_hooks/php_apache.c:
+  
+  MFB: Improved parameter handling
+
+* (PHP_5_3)
+  sapi/apache_hooks/php_apache.c:
+  Improved parameter handling
+
 2009-03-06  Ilia Alshanetsky  i...@prohost.org
 
 * ext/mbstring/mbstring.c:
@@ -31049,7 +31068,7 @@
 
 * sapi/litespeed/lsapi_main.c
   sapi/litespeed/lsapilib.c:
-  - Added missing $Id: ChangeLog,v 1.3337 2009/03/07 01:33:00 changelog 
Exp $ tags and nuked c++ comments
+  - Added missing $Id: ChangeLog,v 1.3338 2009/03/08 01:32:42 changelog 
Exp $ tags and nuked c++ comments
 
 * (PHP_5_3)
   ext/intl/locale/locale.c




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

2009-03-06 Thread changelog
changelog   Sat Mar  7 01:33:01 2009 UTC

  Modified files:  
/php-srcChangeLog 
  Log:
  ChangeLog update
  
http://cvs.php.net/viewvc.cgi/php-src/ChangeLog?r1=1.3336r2=1.3337diff_format=u
Index: php-src/ChangeLog
diff -u php-src/ChangeLog:1.3336 php-src/ChangeLog:1.3337
--- php-src/ChangeLog:1.3336Fri Mar  6 01:32:35 2009
+++ php-src/ChangeLog   Sat Mar  7 01:33:00 2009
@@ -1,3 +1,14 @@
+2009-03-06  Ilia Alshanetsky  i...@prohost.org
+
+* ext/mbstring/mbstring.c:
+  
+  MFB: Improve parameter parsing code
+
+* (PHP_5_3)
+  ext/mbstring/mbstring.c:
+  
+  Improve parameter parsing code
+
 2009-03-05  Felipe Pena  felipe...@gmail.com
 
 * (PHP_5_3)
@@ -31038,7 +31049,7 @@
 
 * sapi/litespeed/lsapi_main.c
   sapi/litespeed/lsapilib.c:
-  - Added missing $Id: ChangeLog,v 1.3336 2009/03/06 01:32:35 changelog 
Exp $ tags and nuked c++ comments
+  - Added missing $Id: ChangeLog,v 1.3337 2009/03/07 01:33:00 changelog 
Exp $ tags and nuked c++ comments
 
 * (PHP_5_3)
   ext/intl/locale/locale.c




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

2009-03-04 Thread changelog
changelog   Thu Mar  5 01:32:57 2009 UTC

  Modified files:  
/php-srcChangeLog 
  Log:
  ChangeLog update
  
http://cvs.php.net/viewvc.cgi/php-src/ChangeLog?r1=1.3334r2=1.3335diff_format=u
Index: php-src/ChangeLog
diff -u php-src/ChangeLog:1.3334 php-src/ChangeLog:1.3335
--- php-src/ChangeLog:1.3334Wed Mar  4 01:32:42 2009
+++ php-src/ChangeLog   Thu Mar  5 01:32:56 2009
@@ -1,3 +1,9 @@
+2009-03-04  Zoe Slattery  zoe.slatt...@googlemail.com
+
+* (PHP_5_3)
+  ext/standard/tests/general_functions/phpinfo.phpt:
+  fixed test
+
 2009-03-03  Ilia Alshanetsky  i...@prohost.org
 
 * (PHP_5_3)
@@ -31010,7 +31016,7 @@
 
 * sapi/litespeed/lsapi_main.c
   sapi/litespeed/lsapilib.c:
-  - Added missing $Id: ChangeLog,v 1.3334 2009/03/04 01:32:42 changelog 
Exp $ tags and nuked c++ comments
+  - Added missing $Id: ChangeLog,v 1.3335 2009/03/05 01:32:56 changelog 
Exp $ tags and nuked c++ comments
 
 * (PHP_5_3)
   ext/intl/locale/locale.c




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

2009-03-02 Thread changelog
changelog   Tue Mar  3 01:32:47 2009 UTC

  Modified files:  
/php-srcChangeLog 
  Log:
  ChangeLog update
  
http://cvs.php.net/viewvc.cgi/php-src/ChangeLog?r1=1.3332r2=1.diff_format=u
Index: php-src/ChangeLog
diff -u php-src/ChangeLog:1.3332 php-src/ChangeLog:1.
--- php-src/ChangeLog:1.3332Mon Mar  2 01:32:35 2009
+++ php-src/ChangeLog   Tue Mar  3 01:32:45 2009
@@ -1,3 +1,19 @@
+2009-03-02  Moriyoshi Koizumi  m...@mozo.jp
+
+* php.ini-recommended:
+  - Fix typo.
+
+2009-03-02  Brian Shire  sh...@tekrat.com
+
+* (PHP_5_3)
+  ext/tokenizer/Makefile.frag:
+  MFH: fix tokenizer makefile dependencies on parser/scanner files when 
built
+  dynamically. (See bug #38762)
+
+* ext/tokenizer/Makefile.frag:
+  fix tokenizer makefile dependencies on parser/scanner files when built
+  dynamically. (See bug #38762)
+
 2009-03-01  Antony Dovgal  t...@daylessday.org
 
 * ext/date/tests/gmstrftime_variation18.phpt
@@ -30935,7 +30951,7 @@
 
 * sapi/litespeed/lsapi_main.c
   sapi/litespeed/lsapilib.c:
-  - Added missing $Id: ChangeLog,v 1.3332 2009/03/02 01:32:35 changelog 
Exp $ tags and nuked c++ comments
+  - Added missing $Id: ChangeLog,v 1. 2009/03/03 01:32:45 changelog 
Exp $ tags and nuked c++ comments
 
 * (PHP_5_3)
   ext/intl/locale/locale.c




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

2009-03-01 Thread changelog
changelog   Mon Mar  2 01:32:36 2009 UTC

  Modified files:  
/php-srcChangeLog 
  Log:
  ChangeLog update
  
http://cvs.php.net/viewvc.cgi/php-src/ChangeLog?r1=1.3331r2=1.3332diff_format=u
Index: php-src/ChangeLog
diff -u php-src/ChangeLog:1.3331 php-src/ChangeLog:1.3332
--- php-src/ChangeLog:1.3331Sat Feb 28 01:32:43 2009
+++ php-src/ChangeLog   Mon Mar  2 01:32:35 2009
@@ -1,3 +1,84 @@
+2009-03-01  Antony Dovgal  t...@daylessday.org
+
+* ext/date/tests/gmstrftime_variation18.phpt
+  ext/date/tests/gmstrftime_variation18.phpt
+  ext/date/tests/strftime_variation18.phpt
+  ext/date/tests/strftime_variation18.phpt:
+  fix tests
+
+2009-03-01  Ilia Alshanetsky  i...@prohost.org
+
+* (PHP_5_2)
+  NEWS
+  ext/filter/logical_filters.c:
+  
+  MFB: Fixed bug #47435 (FILTER_FLAG_NO_PRIV_RANGE does not work with ipv6
+  addresses in the filter extension)
+
+* (PHP_5_2)
+  NEWS
+  ext/zip/php_zip.c:
+  MFB: Fixed 2 memory corruptions in zip extension idenfied by
+  oo_properties.phpt test
+
+2009-03-01  Greg Beaver  g...@chiaraquartet.net
+
+* ext/phar/config.w32:
+  re-disable phar in HEAD on windows
+
+* ext/phar/tests/phar_get_supported_signatures_002.phpt:
+  MFB: revert removal of openssl check, was confusion on my part
+
+* (PHP_5_3)
+  ext/phar/tests/phar_get_supported_signatures_002.phpt:
+  revert removal of openssl check, was confusion on my part
+
+* ext/phar/tests/phar_gzip.phpt
+  ext/phar/tests/zip/phar_stub.phpt:
+  MFB: add safeguard check for timestamp modification to phar_stub.phpt and
+  phar_gzip.phpt
+
+* (PHP_5_3)
+  ext/phar/tests/phar_gzip.phpt
+  ext/phar/tests/zip/phar_stub.phpt:
+  add safeguard check for timestamp modification to phar_stub.phpt and
+  phar_gzip.phpt
+
+* ext/phar/config.w32:
+  MFB: fix hash support on windows in ext/phar (Kalle)
+
+* (PHP_5_3)
+  ext/phar/config.w32:
+  fix hash support on windows in ext/phar (Kalle)
+
+* ext/phar/tests/files/blog.phar
+  ext/phar/tests/files/blog.phar.inc:
+  MFB: fix blog.phar for front.phar.phpt test
+
+* (PHP_5_3)
+  ext/phar/tests/files/blog.phar
+  ext/phar/tests/files/blog.phar.inc:
+  fix blog.phar for front.phar.phpt test
+
+* ext/phar/zip.c:
+  MFB: fix swapping of time/date in timestamp saving for zip, which can 
cause
+  crash on windows
+
+* (PHP_5_3)
+  NEWS
+  ext/phar/zip.c:
+  update NEWS with phar enabling, fix swapping of time/date in timestamp
+  saving for zip, which can cause crash on windows
+
+* ext/phar/tests/front.phar.phpt
+  ext/phar/tests/phar_get_supported_signatures_002.phpt:
+  MFB: fix SKIPIF, EXPECT in 2 tests
+
+* (PHP_5_3)
+  ext/phar/tests/front.phar.phpt
+  ext/phar/tests/phar_get_supported_signatures_002.phpt:
+  fix SKIPIF, EXPECT in 2 tests
+
 2009-02-27  George Wang  gw...@litespeedtech.com
 
 * (PHP_5_3)
@@ -30854,7 +30935,7 @@
 
 * sapi/litespeed/lsapi_main.c
   sapi/litespeed/lsapilib.c:
-  - Added missing $Id: ChangeLog,v 1.3331 2009/02/28 01:32:43 changelog 
Exp $ tags and nuked c++ comments
+  - Added missing $Id: ChangeLog,v 1.3332 2009/03/02 01:32:35 changelog 
Exp $ tags and nuked c++ comments
 
 * (PHP_5_3)
   ext/intl/locale/locale.c




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

2009-02-27 Thread changelog
changelog   Sat Feb 28 01:32:44 2009 UTC

  Modified files:  
/php-srcChangeLog 
  Log:
  ChangeLog update
  
http://cvs.php.net/viewvc.cgi/php-src/ChangeLog?r1=1.3330r2=1.3331diff_format=u
Index: php-src/ChangeLog
diff -u php-src/ChangeLog:1.3330 php-src/ChangeLog:1.3331
--- php-src/ChangeLog:1.3330Thu Feb 26 01:32:51 2009
+++ php-src/ChangeLog   Sat Feb 28 01:32:43 2009
@@ -1,3 +1,9 @@
+2009-02-27  George Wang  gw...@litespeedtech.com
+
+* (PHP_5_3)
+  sapi/litespeed/lsapilib.c:
+  make STDOUT function as STDERR, in case any module call print()
+
 2009-02-25  Uwe Schindler  u...@thetaphi.de
 
 * (PHP_5_2)
@@ -30848,7 +30854,7 @@
 
 * sapi/litespeed/lsapi_main.c
   sapi/litespeed/lsapilib.c:
-  - Added missing $Id: ChangeLog,v 1.3330 2009/02/26 01:32:51 changelog 
Exp $ tags and nuked c++ comments
+  - Added missing $Id: ChangeLog,v 1.3331 2009/02/28 01:32:43 changelog 
Exp $ tags and nuked c++ comments
 
 * (PHP_5_3)
   ext/intl/locale/locale.c




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

2009-02-25 Thread changelog
changelog   Thu Feb 26 01:32:53 2009 UTC

  Modified files:  
/php-srcChangeLog 
  Log:
  ChangeLog update
  
http://cvs.php.net/viewvc.cgi/php-src/ChangeLog?r1=1.3329r2=1.3330diff_format=u
Index: php-src/ChangeLog
diff -u php-src/ChangeLog:1.3329 php-src/ChangeLog:1.3330
--- php-src/ChangeLog:1.3329Wed Feb 25 01:32:42 2009
+++ php-src/ChangeLog   Thu Feb 26 01:32:51 2009
@@ -1,3 +1,27 @@
+2009-02-25  Uwe Schindler  u...@thetaphi.de
+
+* (PHP_5_2)
+  sapi/nsapi/nsapi.c:
+  Fix Bug 47495: Keep header in internal list after add, so headers_list()
+  works correctly. Other SAPIs have the same problem, but PHP 5.3 fixes 
this
+  more elegant.
+
+2009-02-25  Ilia Alshanetsky  i...@prohost.org
+
+* (PHP_5_2)
+  NEWS
+  configure.in
+  main/php_version.h:
+  
+  Back to dev
+
+* (PHP_5_2)
+  NEWS
+  configure.in
+  main/php_version.h:
+  
+  5.2.9
+
 2009-02-24  Ilia Alshanetsky  i...@prohost.org
 
 * ext/zip/php_zip.c:
@@ -30824,7 +30848,7 @@
 
 * sapi/litespeed/lsapi_main.c
   sapi/litespeed/lsapilib.c:
-  - Added missing $Id: ChangeLog,v 1.3329 2009/02/25 01:32:42 changelog 
Exp $ tags and nuked c++ comments
+  - Added missing $Id: ChangeLog,v 1.3330 2009/02/26 01:32:51 changelog 
Exp $ tags and nuked c++ comments
 
 * (PHP_5_3)
   ext/intl/locale/locale.c




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

2009-02-24 Thread changelog
changelog   Wed Feb 25 01:32:43 2009 UTC

  Modified files:  
/php-srcChangeLog 
  Log:
  ChangeLog update
  
http://cvs.php.net/viewvc.cgi/php-src/ChangeLog?r1=1.3328r2=1.3329diff_format=u
Index: php-src/ChangeLog
diff -u php-src/ChangeLog:1.3328 php-src/ChangeLog:1.3329
--- php-src/ChangeLog:1.3328Tue Feb 24 01:32:27 2009
+++ php-src/ChangeLog   Wed Feb 25 01:32:42 2009
@@ -1,3 +1,42 @@
+2009-02-24  Ilia Alshanetsky  i...@prohost.org
+
+* ext/zip/php_zip.c:
+  
+  MFB: Adjust previous fix
+
+* (PHP_5_3)
+  ext/zip/php_zip.c:
+  
+  Adjust previous fix
+
+2009-02-24  Moriyoshi Koizumi  m...@mozo.jp
+
+* (PHP_5_2)
+  ext/mbstring/libmbfl/filters/mbfilter_utf32.c
+  ext/mbstring/libmbfl/filters/mbfilter_utf8.c
+  ext/mbstring/libmbfl/mbfl/mbfl_consts.h
+  ext/mbstring/tests/illformed_utf_sequences.phpt:
+  - Revert the patch then.
+
+* (PHP_5_3)
+  ext/mbstring/libmbfl/filters/mbfilter_utf32.c
+  ext/mbstring/libmbfl/filters/mbfilter_utf32.c
+  ext/mbstring/libmbfl/filters/mbfilter_utf8.c
+  ext/mbstring/libmbfl/filters/mbfilter_utf8.c
+  ext/mbstring/libmbfl/mbfl/mbfl_consts.h
+  ext/mbstring/libmbfl/mbfl/mbfl_consts.h
+  ext/mbstring/tests/illformed_utf_sequences.phpt
+  ext/mbstring/tests/illformed_utf_sequences.phpt:
+  - MFH: strictly check UTF-8 and UTF-32 validity
+
+* ext/mbstring/libmbfl/filters/mbfilter_utf32.c
+  ext/mbstring/libmbfl/filters/mbfilter_utf8.c
+  ext/mbstring/libmbfl/mbfl/mbfl_consts.h
+  ext/mbstring/tests/illformed_utf_sequences.phpt
+  ext/mbstring/tests/illformed_utf_sequences.phpt
+  ext/mbstring/tests/illformed_utf_sequences.phpt:
+  - Strictly check UTF-8 and UTF-8 validity.
+
 2009-02-23  Kalle Sommer Nielsen  kalle@gmail.com
 
 * (PHP_5_2)
@@ -30785,7 +30824,7 @@
 
 * sapi/litespeed/lsapi_main.c
   sapi/litespeed/lsapilib.c:
-  - Added missing $Id: ChangeLog,v 1.3328 2009/02/24 01:32:27 changelog 
Exp $ tags and nuked c++ comments
+  - Added missing $Id: ChangeLog,v 1.3329 2009/02/25 01:32:42 changelog 
Exp $ tags and nuked c++ comments
 
 * (PHP_5_3)
   ext/intl/locale/locale.c




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

2009-02-23 Thread changelog
changelog   Tue Feb 24 01:32:28 2009 UTC

  Modified files:  
/php-srcChangeLog 
  Log:
  ChangeLog update
  
http://cvs.php.net/viewvc.cgi/php-src/ChangeLog?r1=1.3327r2=1.3328diff_format=u
Index: php-src/ChangeLog
diff -u php-src/ChangeLog:1.3327 php-src/ChangeLog:1.3328
--- php-src/ChangeLog:1.3327Mon Feb 23 01:32:42 2009
+++ php-src/ChangeLog   Tue Feb 24 01:32:27 2009
@@ -1,3 +1,47 @@
+2009-02-23  Kalle Sommer Nielsen  kalle@gmail.com
+
+* (PHP_5_2)
+  NEWS
+  ext/mssql/php_mssql.c
+  ext/mssql/php_mssql.c
+  ext/mssql/php_mssql.c:
+  Fixed #37209 (mssql_execute with non fatal errors)
+
+2009-02-23  Ilia Alshanetsky  i...@prohost.org
+
+* ext/filter/logical_filters.c:
+  MFB: Fixed bug #47435 (FILTER_FLAG_NO_PRIV_RANGE does not work with ipv6
+  addresses in the filter extension)
+
+* (PHP_5_3)
+  ext/filter/logical_filters.c:
+  Fixed bug #47435 (FILTER_FLAG_NO_PRIV_RANGE does not work with ipv6
+  addresses in the filter extension)
+
+* ext/curl/streams.c:
+  
+  MFB: Fixed bug #47477 (php_curl_stream_read() unnecessarily sleeps 15 
secs
+  under heavy load)
+
+* (PHP_5_3)
+  ext/curl/streams.c:
+  
+  Fixed bug #47477 (php_curl_stream_read() unnecessarily sleeps 15 secs
+  under
+  heavy load)
+  
+
+2009-02-23  David Soria Parra  dso...@gmx.net
+
+* configure.in
+  ZendEngine2/Makefile.am
+  ZendEngine2/Zend.dsp
+  ZendEngine2/ZendTS.dsp
+  ZendEngine2/zend_dynamic_array.c
+  ZendEngine2/zend_dynamic_array.h
+  win32/build/config.w32:
+  Remove zend_dynamic_array and it's build targets as it is not longer 
needed
+
 2009-02-22  Ilia Alshanetsky  i...@prohost.org
 
 * ext/zip/php_zip.c:
@@ -30741,7 +30785,7 @@
 
 * sapi/litespeed/lsapi_main.c
   sapi/litespeed/lsapilib.c:
-  - Added missing $Id: ChangeLog,v 1.3327 2009/02/23 01:32:42 changelog 
Exp $ tags and nuked c++ comments
+  - Added missing $Id: ChangeLog,v 1.3328 2009/02/24 01:32:27 changelog 
Exp $ tags and nuked c++ comments
 
 * (PHP_5_3)
   ext/intl/locale/locale.c




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

2009-02-22 Thread changelog
changelog   Mon Feb 23 01:32:43 2009 UTC

  Modified files:  
/php-srcChangeLog 
  Log:
  ChangeLog update
  
http://cvs.php.net/viewvc.cgi/php-src/ChangeLog?r1=1.3326r2=1.3327diff_format=u
Index: php-src/ChangeLog
diff -u php-src/ChangeLog:1.3326 php-src/ChangeLog:1.3327
--- php-src/ChangeLog:1.3326Sun Feb 22 01:32:24 2009
+++ php-src/ChangeLog   Mon Feb 23 01:32:42 2009
@@ -1,3 +1,16 @@
+2009-02-22  Ilia Alshanetsky  i...@prohost.org
+
+* ext/zip/php_zip.c:
+  
+  MFB: Fixed 2 memory corruptions in zip extension idenfied by
+  oo_properties.phpt test
+
+* (PHP_5_3)
+  ext/zip/php_zip.c:
+  
+  Fixed 2 memory corruptions in zip extension idenfied by 
oo_properties.phpt
+  test
+
 2009-02-21  Greg Beaver  g...@chiaraquartet.net
 
 * ext/phar/tests/cache_list/files/write5.phar
@@ -30728,7 +30741,7 @@
 
 * sapi/litespeed/lsapi_main.c
   sapi/litespeed/lsapilib.c:
-  - Added missing $Id: ChangeLog,v 1.3326 2009/02/22 01:32:24 changelog 
Exp $ tags and nuked c++ comments
+  - Added missing $Id: ChangeLog,v 1.3327 2009/02/23 01:32:42 changelog 
Exp $ tags and nuked c++ comments
 
 * (PHP_5_3)
   ext/intl/locale/locale.c




  1   2   3   4   5   6   7   8   9   10   >