]> granicus.if.org Git - php/commitdiff
ChangeLog update
author <changelog@php.net> <>
Mon, 18 May 2009 01:32:44 +0000 (01:32 +0000)
committer <changelog@php.net> <>
Mon, 18 May 2009 01:32:44 +0000 (01:32 +0000)
ChangeLog

index 23791b1cfe0205ae15fdd65e250b31a573c14b27..953ffce860f7855f08b7974717d90f7ad50b3ce9 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,575 @@
+2009-05-17  Pierre-Alain Joye  <pierre.dev@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  <felipensp@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
+      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-wrongparams.phpt
+      ext/sockets/tests/socket_create_listen.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-wrongparams.phpt
+      ext/sockets/tests/socket_create_pair.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_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-1.phpt
+      ext/sockets/tests/socket_select-wrongparams-2.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-3.phpt
+      ext/sockets/tests/socket_select-wrongparams-4.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_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_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_ipv6_udp.phpt
+      ext/sockets/tests/socket_sentto_recvfrom_unix.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-retval.phpt
+      ext/sockets/tests/socket_set_block-wrongparams.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-retval.phpt
+      ext/sockets/tests/socket_set_nonblock-wrongparams.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_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_rcvtimeo.phpt
+      ext/sockets/tests/socket_set_option_seolinger.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
+      ext/sockets/tests/socket_set_option_sndtimeo.phpt:
+        1.1.4;
+      - New tests (testfest BerlinUG)
+
+2009-05-17  Arnaud Le Blanc  <arnaud.lb@gmail.com>
+
+    * main/php_streams.h
+      main/streams/streams.c:
+      un-duplicated code (merged unicode/string variants of stream_copy_to_stream
+      and let the compiler optimize specializations)
+
+2009-05-17  Felipe Pena  <felipensp@gmail.com>
+
+    * (PHP_5_3)
+      ext/sqlite3/tests/sqlite3_02_open.phpt
+      ext/sqlite3/tests/sqlite3_31_changes.phpt
+      ext/sqlite3/tests/sqlite3_31_open.phpt
+      ext/sqlite3/tests/sqlite3_32_changes.phpt
+      ext/sqlite3/tests/sqlite3_32_createAggregate_paramCount.phpt
+      ext/sqlite3/tests/sqlite3_32_last_insert_rowid_param.phpt
+      ext/sqlite3/tests/sqlite3_33_createAggregate_notcallable.phpt
+      ext/sqlite3/tests/sqlite3_33_load_extension_param.phpt
+      ext/sqlite3/tests/sqlite3_33_reset.phpt
+      ext/sqlite3/tests/sqlite3_34_load_extension_ext_dir.phpt
+      ext/sqlite3/tests/sqlite3_close_error.phpt
+      ext/sqlite3/tests/sqlite3_close_with_params.phpt
+      ext/sqlite3/tests/sqlite3_enable_exceptions.phpt
+      ext/sqlite3/tests/sqlite3_exec_wrongparams.phpt
+      ext/sqlite3/tests/sqlite3_lasterrorcode_with_params.phpt
+      ext/sqlite3/tests/sqlite3_lasterrormsg_with_params.phpt
+      ext/sqlite3/tests/sqlite3_loadextension_with_wrong_param.phpt
+      ext/sqlite3/tests/sqlite3_open_empty_string.phpt
+      ext/sqlite3/tests/sqlite3_openblob_wrongparams.phpt
+      ext/sqlite3/tests/sqlite3_prepare_faultystmt.phpt
+      ext/sqlite3/tests/sqlite3_prepare_with_empty_string.phpt
+      ext/sqlite3/tests/sqlite3_prepare_wrongparams.phpt
+      ext/sqlite3/tests/sqlite3_prepared_stmt_clear_with_params.phpt
+      ext/sqlite3/tests/sqlite3_query_error.phpt
+      ext/sqlite3/tests/sqlite3_querysingle_error.phpt
+      ext/sqlite3/tests/sqlite3_version_noparam.phpt
+      ext/sqlite3/tests/sqlite3result_fetcharray_with_two_params_fails.phpt
+      ext/sqlite3/tests/sqlite3result_numcolumns_error.phpt
+      ext/sqlite3/tests/sqlite3result_reset_with_params_fails.phpt
+      ext/sqlite3/tests/sqlite3stmt_reset_params.phpt:
+      - New tests (testfest BelgiumUG)
+
+    * ext/sqlite3/tests/sqlite3_02_open.phpt
+      ext/sqlite3/tests/sqlite3_02_open.phpt
+      ext/sqlite3/tests/sqlite3_31_changes.phpt
+      ext/sqlite3/tests/sqlite3_31_changes.phpt
+      ext/sqlite3/tests/sqlite3_31_open.phpt
+      ext/sqlite3/tests/sqlite3_31_open.phpt
+      ext/sqlite3/tests/sqlite3_32_changes.phpt
+      ext/sqlite3/tests/sqlite3_32_changes.phpt
+      ext/sqlite3/tests/sqlite3_32_createAggregate_paramCount.phpt
+      ext/sqlite3/tests/sqlite3_32_createAggregate_paramCount.phpt
+      ext/sqlite3/tests/sqlite3_32_last_insert_rowid_param.phpt
+      ext/sqlite3/tests/sqlite3_32_last_insert_rowid_param.phpt
+      ext/sqlite3/tests/sqlite3_33_createAggregate_notcallable.phpt
+      ext/sqlite3/tests/sqlite3_33_createAggregate_notcallable.phpt
+      ext/sqlite3/tests/sqlite3_33_load_extension_param.phpt
+      ext/sqlite3/tests/sqlite3_33_load_extension_param.phpt
+      ext/sqlite3/tests/sqlite3_33_reset.phpt
+      ext/sqlite3/tests/sqlite3_33_reset.phpt
+      ext/sqlite3/tests/sqlite3_34_load_extension_ext_dir.phpt
+      ext/sqlite3/tests/sqlite3_34_load_extension_ext_dir.phpt
+      ext/sqlite3/tests/sqlite3_close_error.phpt
+      ext/sqlite3/tests/sqlite3_close_error.phpt
+      ext/sqlite3/tests/sqlite3_close_with_params.phpt
+      ext/sqlite3/tests/sqlite3_close_with_params.phpt
+      ext/sqlite3/tests/sqlite3_enable_exceptions.phpt
+      ext/sqlite3/tests/sqlite3_enable_exceptions.phpt
+      ext/sqlite3/tests/sqlite3_exec_wrongparams.phpt
+      ext/sqlite3/tests/sqlite3_exec_wrongparams.phpt
+      ext/sqlite3/tests/sqlite3_lasterrorcode_with_params.phpt
+      ext/sqlite3/tests/sqlite3_lasterrorcode_with_params.phpt
+      ext/sqlite3/tests/sqlite3_lasterrormsg_with_params.phpt
+      ext/sqlite3/tests/sqlite3_lasterrormsg_with_params.phpt
+      ext/sqlite3/tests/sqlite3_loadextension_with_wrong_param.phpt
+      ext/sqlite3/tests/sqlite3_loadextension_with_wrong_param.phpt
+      ext/sqlite3/tests/sqlite3_open_empty_string.phpt
+      ext/sqlite3/tests/sqlite3_open_empty_string.phpt
+      ext/sqlite3/tests/sqlite3_openblob_wrongparams.phpt
+      ext/sqlite3/tests/sqlite3_openblob_wrongparams.phpt
+      ext/sqlite3/tests/sqlite3_prepare_faultystmt.phpt
+      ext/sqlite3/tests/sqlite3_prepare_faultystmt.phpt
+      ext/sqlite3/tests/sqlite3_prepare_with_empty_string.phpt
+      ext/sqlite3/tests/sqlite3_prepare_with_empty_string.phpt
+      ext/sqlite3/tests/sqlite3_prepare_wrongparams.phpt
+      ext/sqlite3/tests/sqlite3_prepare_wrongparams.phpt
+      ext/sqlite3/tests/sqlite3_prepared_stmt_clear_with_params.phpt
+      ext/sqlite3/tests/sqlite3_prepared_stmt_clear_with_params.phpt
+      ext/sqlite3/tests/sqlite3_query_error.phpt
+      ext/sqlite3/tests/sqlite3_query_error.phpt
+      ext/sqlite3/tests/sqlite3_querysingle_error.phpt
+      ext/sqlite3/tests/sqlite3_querysingle_error.phpt
+      ext/sqlite3/tests/sqlite3_version_noparam.phpt
+      ext/sqlite3/tests/sqlite3_version_noparam.phpt
+      ext/sqlite3/tests/sqlite3result_fetcharray_with_two_params_fails.phpt
+      ext/sqlite3/tests/sqlite3result_fetcharray_with_two_params_fails.phpt
+      ext/sqlite3/tests/sqlite3result_numcolumns_error.phpt
+      ext/sqlite3/tests/sqlite3result_numcolumns_error.phpt
+      ext/sqlite3/tests/sqlite3result_reset_with_params_fails.phpt
+      ext/sqlite3/tests/sqlite3result_reset_with_params_fails.phpt
+      ext/sqlite3/tests/sqlite3stmt_reset_params.phpt
+      ext/sqlite3/tests/sqlite3stmt_reset_params.phpt:
+      
+      - New tests (testfest BelgiumUG)
+
+    * ext/sqlite3/sqlite3.c:
+      - Changed %s to %v on createAggregate() error message
+
+    * ext/spl/tests/iterator_044.phpt.orig
+      ext/spl/tests/iterator_044.phpt.orig
+      ext/spl/tests/iterator_count.phpt
+      ext/spl/tests/iterator_to_array.phpt
+      ext/spl/tests/limititerator_seek.phpt
+      ext/spl/tests/recursiveiteratoriterator_beginiteration_basic.phpt
+      ext/spl/tests/recursiveiteratoriterator_enditeration_basic.phpt
+      ext/spl/tests/recursiveiteratoriterator_getsubiterator_basic.phpt
+      ext/spl/tests/recursiveiteratoriterator_getsubiterator_error.phpt
+      ext/spl/tests/recursiveiteratoriterator_getsubiterator_variation.phpt
+      ext/spl/tests/recursiveiteratoriterator_getsubiterator_variation_002.phpt
+      ext/spl/tests/recursiveiteratoriterator_getsubiterator_variation_003.phpt
+      ext/spl/tests/recursiveiteratoriterator_nextelement_basic.phpt
+      ext/spl/tests/regexiterator_getpregflags.phpt
+      ext/spl/tests/regexiterator_setflags_exception.phpt
+      ext/spl/tests/regexiterator_setpregflags.phpt:
+      
+      file iterator_044.phpt.orig was initially added on branch PHP_5_2.
+
+    * (PHP_5_3)
+      ext/spl/tests/heap_corruption.phpt
+      ext/spl/tests/heap_current_variation_001.phpt
+      ext/spl/tests/heap_isempty_variation_001.phpt
+      ext/spl/tests/heap_it_current_empty.phpt
+      ext/spl/tests/heap_top_variation_001.phpt
+      ext/spl/tests/heap_top_variation_002.phpt
+      ext/spl/tests/heap_top_variation_003.phpt
+      ext/spl/tests/iterator_count.phpt
+      ext/spl/tests/iterator_to_array.phpt
+      ext/spl/tests/limititerator_seek.phpt
+      ext/spl/tests/pqueue_compare_basic.phpt
+      ext/spl/tests/pqueue_compare_error.phpt
+      ext/spl/tests/pqueue_current_error.phpt
+      ext/spl/tests/recursive_tree_iterator_setprefixpart.phpt
+      ext/spl/tests/recursiveiteratoriterator_beginiteration_basic.phpt
+      ext/spl/tests/recursiveiteratoriterator_enditeration_basic.phpt
+      ext/spl/tests/recursiveiteratoriterator_getsubiterator_basic.phpt
+      ext/spl/tests/recursiveiteratoriterator_getsubiterator_error.phpt
+      ext/spl/tests/recursiveiteratoriterator_getsubiterator_variation.phpt
+      ext/spl/tests/recursiveiteratoriterator_getsubiterator_variation_002.phpt
+      ext/spl/tests/recursiveiteratoriterator_getsubiterator_variation_003.phpt
+      ext/spl/tests/recursiveiteratoriterator_nextelement_basic.phpt
+      ext/spl/tests/regexiterator_getpregflags.phpt
+      ext/spl/tests/regexiterator_setflags_exception.phpt
+      ext/spl/tests/regexiterator_setpregflags.phpt
+      ext/spl/tests/regexiterator_setpregflags_exception.phpt
+      ext/spl/tests/regexiterator_setpregflags_exception.phpt
+      ext/spl/tests/spl_caching_iterator_constructor_flags.phpt
+      ext/spl/tests/spl_caching_iterator_constructor_flags.phpt
+      ext/spl/tests/spl_cachingiterator___toString_basic.phpt
+      ext/spl/tests/spl_cachingiterator___toString_basic.phpt
+      ext/spl/tests/spl_cachingiterator_setFlags_basic.phpt
+      ext/spl/tests/spl_cachingiterator_setFlags_basic.phpt
+      ext/spl/tests/spl_fileinfo_getlinktarget_basic.phpt
+      ext/spl/tests/spl_fileinfo_getlinktarget_basic.phpt
+      ext/spl/tests/spl_heap_count_basic.phpt
+      ext/spl/tests/spl_heap_count_error.phpt
+      ext/spl/tests/spl_heap_extract_parameter_error.phpt
+      ext/spl/tests/spl_heap_insert_basic.phpt
+      ext/spl/tests/spl_heap_is_empty_basic.phpt
+      ext/spl/tests/spl_heap_isempty.phpt
+      ext/spl/tests/spl_heap_iteration_error.phpt
+      ext/spl/tests/spl_heap_recoverfromcorruption_arguments.phpt
+      ext/spl/tests/spl_iterator_apply_error.phpt
+      ext/spl/tests/spl_iterator_apply_error.phpt
+      ext/spl/tests/spl_iterator_apply_error_001.phpt
+      ext/spl/tests/spl_iterator_apply_error_001.phpt
+      ext/spl/tests/spl_iterator_caching_count_basic.phpt
+      ext/spl/tests/spl_iterator_caching_count_basic.phpt
+      ext/spl/tests/spl_iterator_caching_count_error.phpt
+      ext/spl/tests/spl_iterator_caching_count_error.phpt
+      ext/spl/tests/spl_iterator_caching_getcache_error.phpt
+      ext/spl/tests/spl_iterator_caching_getcache_error.phpt
+      ext/spl/tests/spl_iterator_getcallchildren.phpt
+      ext/spl/tests/spl_iterator_getcallchildren.phpt
+      ext/spl/tests/spl_iterator_iterator_constructor.phpt
+      ext/spl/tests/spl_iterator_iterator_constructor.phpt
+      ext/spl/tests/spl_iterator_recursive_getiterator_error.phpt
+      ext/spl/tests/spl_iterator_recursive_getiterator_error.phpt
+      ext/spl/tests/spl_iterator_to_array_basic.phpt
+      ext/spl/tests/spl_iterator_to_array_basic.phpt
+      ext/spl/tests/spl_iterator_to_array_error.phpt
+      ext/spl/tests/spl_iterator_to_array_error.phpt
+      ext/spl/tests/spl_limit_iterator_check_limits.phpt
+      ext/spl/tests/spl_limit_iterator_check_limits.phpt
+      ext/spl/tests/spl_maxheap_compare_basic.phpt
+      ext/spl/tests/spl_minheap_compare_error.phpt
+      ext/spl/tests/spl_pq_top_basic.phpt
+      ext/spl/tests/spl_pq_top_error_args.phpt
+      ext/spl/tests/spl_pq_top_error_corrupt.phpt
+      ext/spl/tests/spl_pq_top_error_empty.phpt
+      ext/spl/tests/spl_priorityqeue_insert_two_params_error.phpt
+      ext/spl/tests/spl_recursiveIteratorIterator_setMaxDepth_parameter_count.phpt
+      ext/spl/tests/spl_recursiveIteratorIterator_setMaxDepth_parameter_count.phpt
+      ext/spl/tests/spl_recursive_iterator_iterator_key_case.phpt
+      ext/spl/tests/spl_recursive_iterator_iterator_key_case.phpt
+      ext/spl/tests/splpriorityqueue_extract.phpt
+      ext/spl/tests/splpriorityqueue_setextractflags.phpt:
+      - New tests (testfet LondonUG)
+
+    * ext/spl/tests/heap_corruption.phpt
+      ext/spl/tests/heap_corruption.phpt
+      ext/spl/tests/heap_current_variation_001.phpt
+      ext/spl/tests/heap_current_variation_001.phpt
+      ext/spl/tests/heap_isempty_variation_001.phpt
+      ext/spl/tests/heap_isempty_variation_001.phpt
+      ext/spl/tests/heap_it_current_empty.phpt
+      ext/spl/tests/heap_it_current_empty.phpt
+      ext/spl/tests/heap_top_variation_001.phpt
+      ext/spl/tests/heap_top_variation_001.phpt
+      ext/spl/tests/heap_top_variation_002.phpt
+      ext/spl/tests/heap_top_variation_002.phpt
+      ext/spl/tests/heap_top_variation_003.phpt
+      ext/spl/tests/heap_top_variation_003.phpt
+      ext/spl/tests/iterator_count.phpt
+      ext/spl/tests/iterator_count.phpt
+      ext/spl/tests/iterator_count.phpt
+      ext/spl/tests/iterator_to_array.phpt
+      ext/spl/tests/iterator_to_array.phpt
+      ext/spl/tests/iterator_to_array.phpt
+      ext/spl/tests/limititerator_seek.phpt
+      ext/spl/tests/limititerator_seek.phpt
+      ext/spl/tests/limititerator_seek.phpt
+      ext/spl/tests/pqueue_compare_basic.phpt
+      ext/spl/tests/pqueue_compare_basic.phpt
+      ext/spl/tests/pqueue_compare_error.phpt
+      ext/spl/tests/pqueue_compare_error.phpt
+      ext/spl/tests/pqueue_current_error.phpt
+      ext/spl/tests/pqueue_current_error.phpt
+      ext/spl/tests/recursive_tree_iterator_setprefixpart.phpt
+      ext/spl/tests/recursive_tree_iterator_setprefixpart.phpt
+      ext/spl/tests/recursiveiteratoriterator_beginiteration_basic.phpt
+      ext/spl/tests/recursiveiteratoriterator_beginiteration_basic.phpt
+      ext/spl/tests/recursiveiteratoriterator_beginiteration_basic.phpt
+      ext/spl/tests/recursiveiteratoriterator_enditeration_basic.phpt
+      ext/spl/tests/recursiveiteratoriterator_enditeration_basic.phpt
+      ext/spl/tests/recursiveiteratoriterator_enditeration_basic.phpt
+      ext/spl/tests/recursiveiteratoriterator_getsubiterator_basic.phpt
+      ext/spl/tests/recursiveiteratoriterator_getsubiterator_basic.phpt
+      ext/spl/tests/recursiveiteratoriterator_getsubiterator_basic.phpt
+      ext/spl/tests/recursiveiteratoriterator_getsubiterator_error.phpt
+      ext/spl/tests/recursiveiteratoriterator_getsubiterator_error.phpt
+      ext/spl/tests/recursiveiteratoriterator_getsubiterator_error.phpt
+      ext/spl/tests/recursiveiteratoriterator_getsubiterator_variation.phpt
+      ext/spl/tests/recursiveiteratoriterator_getsubiterator_variation.phpt
+      ext/spl/tests/recursiveiteratoriterator_getsubiterator_variation.phpt
+      ext/spl/tests/recursiveiteratoriterator_getsubiterator_variation_002.phpt
+      ext/spl/tests/recursiveiteratoriterator_getsubiterator_variation_002.phpt
+      ext/spl/tests/recursiveiteratoriterator_getsubiterator_variation_002.phpt
+      ext/spl/tests/recursiveiteratoriterator_getsubiterator_variation_003.phpt
+      ext/spl/tests/recursiveiteratoriterator_getsubiterator_variation_003.phpt
+      ext/spl/tests/recursiveiteratoriterator_getsubiterator_variation_003.phpt
+      ext/spl/tests/recursiveiteratoriterator_nextelement_basic.phpt
+      ext/spl/tests/recursiveiteratoriterator_nextelement_basic.phpt
+      ext/spl/tests/recursiveiteratoriterator_nextelement_basic.phpt
+      ext/spl/tests/regexiterator_getpregflags.phpt
+      ext/spl/tests/regexiterator_getpregflags.phpt
+      ext/spl/tests/regexiterator_getpregflags.phpt
+      ext/spl/tests/regexiterator_setflags_exception.phpt
+      ext/spl/tests/regexiterator_setflags_exception.phpt
+      ext/spl/tests/regexiterator_setflags_exception.phpt
+      ext/spl/tests/regexiterator_setpregflags.phpt
+      ext/spl/tests/regexiterator_setpregflags.phpt
+      ext/spl/tests/regexiterator_setpregflags.phpt
+      ext/spl/tests/regexiterator_setpregflags_exception.phpt
+      ext/spl/tests/regexiterator_setpregflags_exception.phpt
+      ext/spl/tests/regexiterator_setpregflags_exception.phpt
+      ext/spl/tests/spl_caching_iterator_constructor_flags.phpt
+      ext/spl/tests/spl_caching_iterator_constructor_flags.phpt
+      ext/spl/tests/spl_caching_iterator_constructor_flags.phpt
+      ext/spl/tests/spl_cachingiterator___toString_basic.phpt
+      ext/spl/tests/spl_cachingiterator___toString_basic.phpt
+      ext/spl/tests/spl_cachingiterator___toString_basic.phpt
+      ext/spl/tests/spl_cachingiterator_setFlags_basic.phpt
+      ext/spl/tests/spl_cachingiterator_setFlags_basic.phpt
+      ext/spl/tests/spl_cachingiterator_setFlags_basic.phpt
+      ext/spl/tests/spl_fileinfo_getlinktarget_basic.phpt
+      ext/spl/tests/spl_fileinfo_getlinktarget_basic.phpt
+      ext/spl/tests/spl_fileinfo_getlinktarget_basic.phpt
+      ext/spl/tests/spl_heap_count_basic.phpt
+      ext/spl/tests/spl_heap_count_basic.phpt
+      ext/spl/tests/spl_heap_count_error.phpt
+      ext/spl/tests/spl_heap_count_error.phpt
+      ext/spl/tests/spl_heap_extract_parameter_error.phpt
+      ext/spl/tests/spl_heap_extract_parameter_error.phpt
+      ext/spl/tests/spl_heap_insert_basic.phpt
+      ext/spl/tests/spl_heap_insert_basic.phpt
+      ext/spl/tests/spl_heap_is_empty_basic.phpt
+      ext/spl/tests/spl_heap_is_empty_basic.phpt
+      ext/spl/tests/spl_heap_isempty.phpt
+      ext/spl/tests/spl_heap_isempty.phpt
+      ext/spl/tests/spl_heap_iteration_error.phpt
+      ext/spl/tests/spl_heap_iteration_error.phpt
+      ext/spl/tests/spl_heap_recoverfromcorruption_arguments.phpt
+      ext/spl/tests/spl_heap_recoverfromcorruption_arguments.phpt
+      ext/spl/tests/spl_iterator_apply_error.phpt
+      ext/spl/tests/spl_iterator_apply_error.phpt
+      ext/spl/tests/spl_iterator_apply_error.phpt
+      ext/spl/tests/spl_iterator_apply_error_001.phpt
+      ext/spl/tests/spl_iterator_apply_error_001.phpt
+      ext/spl/tests/spl_iterator_apply_error_001.phpt
+      ext/spl/tests/spl_iterator_caching_count_basic.phpt
+      ext/spl/tests/spl_iterator_caching_count_basic.phpt
+      ext/spl/tests/spl_iterator_caching_count_basic.phpt
+      ext/spl/tests/spl_iterator_caching_count_error.phpt
+      ext/spl/tests/spl_iterator_caching_count_error.phpt
+      ext/spl/tests/spl_iterator_caching_count_error.phpt
+      ext/spl/tests/spl_iterator_caching_getcache_error.phpt
+      ext/spl/tests/spl_iterator_caching_getcache_error.phpt
+      ext/spl/tests/spl_iterator_caching_getcache_error.phpt
+      ext/spl/tests/spl_iterator_getcallchildren.phpt
+      ext/spl/tests/spl_iterator_getcallchildren.phpt
+      ext/spl/tests/spl_iterator_getcallchildren.phpt
+      ext/spl/tests/spl_iterator_iterator_constructor.phpt
+      ext/spl/tests/spl_iterator_iterator_constructor.phpt
+      ext/spl/tests/spl_iterator_iterator_constructor.phpt
+      ext/spl/tests/spl_iterator_recursive_getiterator_error.phpt
+      ext/spl/tests/spl_iterator_recursive_getiterator_error.phpt
+      ext/spl/tests/spl_iterator_recursive_getiterator_error.phpt
+      ext/spl/tests/spl_iterator_to_array_basic.phpt
+      ext/spl/tests/spl_iterator_to_array_basic.phpt
+      ext/spl/tests/spl_iterator_to_array_basic.phpt
+      ext/spl/tests/spl_iterator_to_array_error.phpt
+      ext/spl/tests/spl_iterator_to_array_error.phpt
+      ext/spl/tests/spl_iterator_to_array_error.phpt
+      ext/spl/tests/spl_limit_iterator_check_limits.phpt
+      ext/spl/tests/spl_limit_iterator_check_limits.phpt
+      ext/spl/tests/spl_limit_iterator_check_limits.phpt
+      ext/spl/tests/spl_maxheap_compare_basic.phpt
+      ext/spl/tests/spl_maxheap_compare_basic.phpt
+      ext/spl/tests/spl_minheap_compare_error.phpt
+      ext/spl/tests/spl_minheap_compare_error.phpt
+      ext/spl/tests/spl_pq_top_basic.phpt
+      ext/spl/tests/spl_pq_top_basic.phpt
+      ext/spl/tests/spl_pq_top_error_args.phpt
+      ext/spl/tests/spl_pq_top_error_args.phpt
+      ext/spl/tests/spl_pq_top_error_corrupt.phpt
+      ext/spl/tests/spl_pq_top_error_corrupt.phpt
+      ext/spl/tests/spl_pq_top_error_empty.phpt
+      ext/spl/tests/spl_pq_top_error_empty.phpt
+      ext/spl/tests/spl_priorityqeue_insert_two_params_error.phpt
+      ext/spl/tests/spl_priorityqeue_insert_two_params_error.phpt
+      ext/spl/tests/spl_recursiveIteratorIterator_setMaxDepth_parameter_count.phpt
+      ext/spl/tests/spl_recursiveIteratorIterator_setMaxDepth_parameter_count.phpt
+      ext/spl/tests/spl_recursiveIteratorIterator_setMaxDepth_parameter_count.phpt
+      ext/spl/tests/spl_recursive_iterator_iterator_key_case.phpt
+      ext/spl/tests/spl_recursive_iterator_iterator_key_case.phpt
+      ext/spl/tests/spl_recursive_iterator_iterator_key_case.phpt
+      ext/spl/tests/splpriorityqueue_extract.phpt
+      ext/spl/tests/splpriorityqueue_extract.phpt
+      ext/spl/tests/splpriorityqueue_setextractflags.phpt
+      ext/spl/tests/splpriorityqueue_setextractflags.phpt:
+      
+      - New tests (testfest LondonUG)
+
+2009-05-17  Arnaud Le Blanc  <arnaud.lb@gmail.com>
+
+    * (PHP_5_2)
+      NEWS
+      ext/standard/tests/streams/bug48309.phpt
+      ext/standard/tests/streams/bug48309.phpt
+      main/streams/mmap.c
+      main/streams/mmap.c
+      main/streams/php_stream_mmap.h
+      main/streams/php_stream_mmap.h
+      main/streams/streams.c
+      main/streams/streams.c:
+      MFH: Fixed bug #48309 (stream_copy_to_stream() and fpasstru() do not
+      update stream position of plain files)
+
+    * ext/standard/tests/streams/bug48309.phpt
+      ext/standard/tests/streams/bug48309.phpt
+      ext/standard/tests/streams/bug48309.phpt
+      main/streams/mmap.c
+      main/streams/php_stream_mmap.h
+      main/streams/streams.c:
+        1.1.4;
+      Fixed bug #48309 (stream_copy_to_stream() and fpasstru() do not
+      update stream position of plain files)
+
+2009-05-17  Felipe Pena  <felipensp@gmail.com>
+
+    * (PHP_5_3)
+      ext/date/tests/date_add_basic2.phpt
+      ext/date/tests/date_create_from_format_basic.phpt
+      ext/date/tests/date_create_from_format_basic2.phpt
+      ext/date/tests/date_get_last_errors_basic.phpt
+      ext/date/tests/date_parse_from_format_basic.phpt
+      ext/date/tests/strtotime_basic2.phpt:
+      - New tests (testfest Quebec)
+
+    * ext/date/tests/date_add_basic2.phpt
+      ext/date/tests/date_add_basic2.phpt
+      ext/date/tests/date_create_from_format_basic.phpt
+      ext/date/tests/date_create_from_format_basic.phpt
+      ext/date/tests/date_create_from_format_basic2.phpt
+      ext/date/tests/date_create_from_format_basic2.phpt
+      ext/date/tests/date_get_last_errors_basic.phpt
+      ext/date/tests/date_get_last_errors_basic.phpt
+      ext/date/tests/date_parse_from_format_basic.phpt
+      ext/date/tests/date_parse_from_format_basic.phpt
+      ext/date/tests/strtotime_basic2.phpt
+      ext/date/tests/strtotime_basic2.phpt:
+      
+      - New tests (testfest Quebec)
+
 2009-05-16  Felipe Pena  <felipensp@gmail.com>
 
     * (PHP_5_2)