changelog               Sun May 24 01:32:45 2009 UTC

  Modified files:              
    /php-src    ChangeLog 
  Log:
  ChangeLog update
  
http://cvs.php.net/viewvc.cgi/php-src/ChangeLog?r1=1.3412&r2=1.3413&diff_format=u
Index: php-src/ChangeLog
diff -u php-src/ChangeLog:1.3412 php-src/ChangeLog:1.3413
--- php-src/ChangeLog:1.3412    Sat 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
+      ext/spl/tests/SplFixedArray_current_param.phpt
+      ext/spl/tests/SplFixedArray_fromArray_invalid_parameter_001.phpt
+      ext/spl/tests/SplFixedArray_fromArray_invalid_parameter_002.phpt
+      ext/spl/tests/SplFixedArray_fromarray_indexes.phpt
+      ext/spl/tests/SplFixedArray_fromarray_non_indexes.phpt
+      ext/spl/tests/SplFixedArray_fromarray_param_boolean.phpt
+      ext/spl/tests/SplFixedArray_fromarray_param_multiarray.phpt
+      ext/spl/tests/SplFixedArray_getSize_pass_param.phpt
+      ext/spl/tests/SplFixedArray_key_param.phpt
+      ext/spl/tests/SplFixedArray_key_setsize.phpt
+      ext/spl/tests/SplFixedArray_next_param.phpt
+      ext/spl/tests/SplFixedArray_offsetExists_invalid_parameter.phpt
+      ext/spl/tests/SplFixedArray_offsetExists_less_than_zero.phpt
+      ext/spl/tests/SplFixedArray_offsetGet_invalid_parameter.phpt
+      ext/spl/tests/SplFixedArray_offsetSet_invalid_parameter.phpt
+      ext/spl/tests/SplFixedArray_offsetSet_one_invalid_parameter.phpt
+      ext/spl/tests/SplFixedArray_offsetUnset_invalid_parameter.phpt
+      ext/spl/tests/SplFixedArray_offsetUnset_string.phpt
+      ext/spl/tests/SplFixedArray_rewind_param.phpt
+      ext/spl/tests/SplFixedArray_setSize_filled_to_smaller.phpt
+      ext/spl/tests/SplFixedArray_setSize_param_array.phpt
+      ext/spl/tests/SplFixedArray_setSize_param_float.phpt
+      ext/spl/tests/SplFixedArray_setSize_param_null.phpt
+      ext/spl/tests/SplFixedArray_setSize_reduce.phpt
+      ext/spl/tests/SplFixedArray_setsize_001.phpt
+      ext/spl/tests/SplFixedArray_setsize_grow.phpt
+      ext/spl/tests/SplFixedArray_setsize_shrink.phpt
+      ext/spl/tests/SplFixedArray_toArray_with-params.phpt
+      ext/spl/tests/SplFixedarray_offsetExists_larger.phpt
+      ext/spl/tests/SplHeap_count_invalid_parameter.phpt
+      ext/spl/tests/SplHeap_extract_invalid_parameter.phpt
+      ext/spl/tests/SplHeap_insert_invalid_parameter.phpt
+      ext/spl/tests/SplHeap_isEmpty.phpt
+      ext/spl/tests/SplHeap_isEmpty_invalid_parameter.phpt
+      ext/spl/tests/SplObjectStorage_addAll_invalid_parameter.phpt
+      ext/spl/tests/SplObjectStorage_attach_invalid_parameter.phpt
+      ext/spl/tests/SplObjectStorage_contains_invalid_parameter.phpt
+      ext/spl/tests/SplObjectStorage_current_empty_storage.phpt
+      ext/spl/tests/SplObjectStorage_detach_invalid_parameter.phpt
+      ext/spl/tests/SplObjectStorage_getInfo_empty_storage.phpt
+      ext/spl/tests/SplObjectStorage_offsetGet.phpt
+      ext/spl/tests/SplObjectStorage_offsetGet_invalid_parameter.phpt
+      ext/spl/tests/SplObjectStorage_offsetGet_missing_object.phpt
+      ext/spl/tests/SplObjectStorage_removeAll_invalid_parameter.phpt
+      ext/spl/tests/SplObjectStorage_setInfo_empty_storage.phpt
+      ext/spl/tests/SplObjectStorage_setInfo_invalid_parameter.phpt
+      ext/spl/tests/SplObjectStorage_unserialize_invalid_parameter1.phpt
+      ext/spl/tests/SplObjectStorage_unserialize_invalid_parameter2.phpt
+      ext/spl/tests/SplObjectStorage_unserialize_invalid_parameter3.phpt
+      ext/spl/tests/SplPriorityQueue_extract_invalid_parameter.phpt
+      ext/spl/tests/SplPriorityQueue_insert_invalid_parameter.phpt
+      ext/spl/tests/SplQueue_setIteratorMode.phpt
+      ext/spl/tests/SplQueue_setIteratorMode_param_lifo.phpt
+      ext/spl/tests/SplStack_setIteratorMode.phpt:
+      - New tests (testfest NorthWestUG)
+
+    * ext/spl/tests/DirectoryIterator_getBasename_basic_test.phpt
+      ext/spl/tests/DirectoryIterator_getBasename_basic_test.phpt
+      ext/spl/tests/DirectoryIterator_getBasename_pass_array.phpt
+      ext/spl/tests/DirectoryIterator_getBasename_pass_array.phpt
+      ext/spl/tests/SplArray_fromArray.phpt
+      ext/spl/tests/SplArray_fromArray.phpt
+      ext/spl/tests/SplDoublyLinkedList_bottom_pass_array.phpt
+      ext/spl/tests/SplDoublyLinkedList_bottom_pass_array.phpt
+      ext/spl/tests/SplDoublyLinkedList_bottom_pass_float.phpt
+      ext/spl/tests/SplDoublyLinkedList_bottom_pass_float.phpt
+      ext/spl/tests/SplDoublyLinkedList_bottom_pass_integer.phpt
+      ext/spl/tests/SplDoublyLinkedList_bottom_pass_integer.phpt
+      ext/spl/tests/SplDoublyLinkedList_bottom_pass_null.phpt
+      ext/spl/tests/SplDoublyLinkedList_bottom_pass_null.phpt
+      ext/spl/tests/SplDoublyLinkedList_count.phpt
+      ext/spl/tests/SplDoublyLinkedList_count.phpt
+      ext/spl/tests/SplDoublyLinkedList_count_param_SplDoublyLinkedList.phpt
+      ext/spl/tests/SplDoublyLinkedList_count_param_SplDoublyLinkedList.phpt
+      ext/spl/tests/SplDoublyLinkedList_current.phpt
+      ext/spl/tests/SplDoublyLinkedList_current.phpt
+      ext/spl/tests/SplDoublyLinkedList_current_empty.phpt
+      ext/spl/tests/SplDoublyLinkedList_current_empty.phpt
+      ext/spl/tests/SplDoublyLinkedList_debug-info.phpt
+      ext/spl/tests/SplDoublyLinkedList_debug-info.phpt
+      ext/spl/tests/SplDoublyLinkedList_getIteratorMode.phpt
+      ext/spl/tests/SplDoublyLinkedList_getIteratorMode.phpt
+      ext/spl/tests/SplDoublyLinkedList_getIteratorMode_error.phpt
+      ext/spl/tests/SplDoublyLinkedList_getIteratorMode_error.phpt
+      ext/spl/tests/SplDoublyLinkedList_isEmpty_empty-with-parameter.phpt
+      ext/spl/tests/SplDoublyLinkedList_isEmpty_empty-with-parameter.phpt
+      ext/spl/tests/SplDoublyLinkedList_isEmpty_empty.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-with-parameter.phpt
+      ext/spl/tests/SplDoublyLinkedList_isEmpty_not-empty.phpt
+      ext/spl/tests/SplDoublyLinkedList_isEmpty_not-empty.phpt
+      ext/spl/tests/SplDoublyLinkedList_lifoMode.phpt
+      ext/spl/tests/SplDoublyLinkedList_lifoMode.phpt
+      ext/spl/tests/SplDoublyLinkedList_offsetExists_invalid_parameter.phpt
+      ext/spl/tests/SplDoublyLinkedList_offsetExists_invalid_parameter.phpt
+      ext/spl/tests/SplDoublyLinkedList_offsetExists_success.phpt
+      ext/spl/tests/SplDoublyLinkedList_offsetExists_success.phpt
+      ext/spl/tests/SplDoublyLinkedList_offsetGet_empty.phpt
+      ext/spl/tests/SplDoublyLinkedList_offsetGet_empty.phpt
+      ext/spl/tests/SplDoublyLinkedList_offsetGet_missing_param.phpt
+      ext/spl/tests/SplDoublyLinkedList_offsetGet_missing_param.phpt
+      ext/spl/tests/SplDoublyLinkedList_offsetGet_param_array.phpt
+      ext/spl/tests/SplDoublyLinkedList_offsetGet_param_array.phpt
+      ext/spl/tests/SplDoublyLinkedList_offsetGet_param_string.phpt
+      ext/spl/tests/SplDoublyLinkedList_offsetGet_param_string.phpt
+      ext/spl/tests/SplDoublyLinkedList_offsetSet_invalid_parameter.phpt
+      ext/spl/tests/SplDoublyLinkedList_offsetSet_invalid_parameter.phpt
+      ext/spl/tests/SplDoublyLinkedList_offsetSet_one_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_greater_than_elements.phpt
+      ext/spl/tests/SplDoublyLinkedList_offsetUnset_negative-parameter.phpt
+      ext/spl/tests/SplDoublyLinkedList_offsetUnset_negative-parameter.phpt
+      
ext/spl/tests/SplDoublyLinkedList_offsetUnset_parameter-larger-num-elements.phpt
+      
ext/spl/tests/SplDoublyLinkedList_offsetUnset_parameter-larger-num-elements.phpt
+      ext/spl/tests/SplDoublyLinkedList_pop_noParams.phpt
+      ext/spl/tests/SplDoublyLinkedList_pop_noParams.phpt
+      ext/spl/tests/SplDoublyLinkedList_pop_params.phpt
+      ext/spl/tests/SplDoublyLinkedList_pop_params.phpt
+      ext/spl/tests/SplDoublyLinkedList_push_missing_parameter.phpt
+      ext/spl/tests/SplDoublyLinkedList_push_missing_parameter.phpt
+      
ext/spl/tests/SplDoublyLinkedList_setIteratorMode_param_SplDoublyLinkedList.phpt
+      
ext/spl/tests/SplDoublyLinkedList_setIteratorMode_param_SplDoublyLinkedList.phpt
+      ext/spl/tests/SplDoublyLinkedList_shift_noParams.phpt
+      ext/spl/tests/SplDoublyLinkedList_shift_noParams.phpt
+      ext/spl/tests/SplDoublyLinkedList_top_pass_array.phpt
+      ext/spl/tests/SplDoublyLinkedList_top_pass_array.phpt
+      ext/spl/tests/SplDoublyLinkedList_top_pass_float.phpt
+      ext/spl/tests/SplDoublyLinkedList_top_pass_float.phpt
+      ext/spl/tests/SplDoublyLinkedList_top_pass_integer.phpt
+      ext/spl/tests/SplDoublyLinkedList_top_pass_integer.phpt
+      ext/spl/tests/SplDoublyLinkedList_top_pass_null.phpt
+      ext/spl/tests/SplDoublyLinkedList_top_pass_null.phpt
+      ext/spl/tests/SplDoublyLinkedList_unshift_missing_parameter.phpt
+      ext/spl/tests/SplDoublyLinkedList_unshift_missing_parameter.phpt
+      ext/spl/tests/SplDoublylinkedlist_offsetunset_first.phpt
+      ext/spl/tests/SplDoublylinkedlist_offsetunset_first.phpt
+      ext/spl/tests/SplDoublylinkedlist_offsetunset_first002.phpt
+      ext/spl/tests/SplDoublylinkedlist_offsetunset_first002.phpt
+      ext/spl/tests/SplDoublylinkedlist_offsetunset_last.phpt
+      ext/spl/tests/SplDoublylinkedlist_offsetunset_last.phpt
+      ext/spl/tests/SplFixedArray__construct_param_array.phpt
+      ext/spl/tests/SplFixedArray__construct_param_array.phpt
+      ext/spl/tests/SplFixedArray__construct_param_float.phpt
+      ext/spl/tests/SplFixedArray__construct_param_float.phpt
+      ext/spl/tests/SplFixedArray__construct_param_null.phpt
+      ext/spl/tests/SplFixedArray__construct_param_null.phpt
+      ext/spl/tests/SplFixedArray__construct_param_string.phpt
+      ext/spl/tests/SplFixedArray__construct_param_string.phpt
+      ext/spl/tests/SplFixedArray_construct_param_SplFixedArray.phpt
+      ext/spl/tests/SplFixedArray_construct_param_SplFixedArray.phpt
+      ext/spl/tests/SplFixedArray_count_checkParams.phpt
+      ext/spl/tests/SplFixedArray_count_checkParams.phpt
+      ext/spl/tests/SplFixedArray_count_param_int.phpt
+      ext/spl/tests/SplFixedArray_count_param_int.phpt
+      ext/spl/tests/SplFixedArray_current_param.phpt
+      ext/spl/tests/SplFixedArray_current_param.phpt
+      ext/spl/tests/SplFixedArray_fromArray_invalid_parameter_001.phpt
+      ext/spl/tests/SplFixedArray_fromArray_invalid_parameter_001.phpt
+      ext/spl/tests/SplFixedArray_fromArray_invalid_parameter_002.phpt
+      ext/spl/tests/SplFixedArray_fromArray_invalid_parameter_002.phpt
+      ext/spl/tests/SplFixedArray_fromarray_indexes.phpt
+      ext/spl/tests/SplFixedArray_fromarray_indexes.phpt
+      ext/spl/tests/SplFixedArray_fromarray_non_indexes.phpt
+      ext/spl/tests/SplFixedArray_fromarray_non_indexes.phpt
+      ext/spl/tests/SplFixedArray_fromarray_param_boolean.phpt
+      ext/spl/tests/SplFixedArray_fromarray_param_boolean.phpt
+      ext/spl/tests/SplFixedArray_fromarray_param_multiarray.phpt
+      ext/spl/tests/SplFixedArray_fromarray_param_multiarray.phpt
+      ext/spl/tests/SplFixedArray_getSize_pass_param.phpt
+      ext/spl/tests/SplFixedArray_getSize_pass_param.phpt
+      ext/spl/tests/SplFixedArray_key_param.phpt
+      ext/spl/tests/SplFixedArray_key_param.phpt
+      ext/spl/tests/SplFixedArray_key_setsize.phpt
+      ext/spl/tests/SplFixedArray_key_setsize.phpt
+      ext/spl/tests/SplFixedArray_next_param.phpt
+      ext/spl/tests/SplFixedArray_next_param.phpt
+      ext/spl/tests/SplFixedArray_offsetExists_invalid_parameter.phpt
+      ext/spl/tests/SplFixedArray_offsetExists_invalid_parameter.phpt
+      ext/spl/tests/SplFixedArray_offsetExists_less_than_zero.phpt
+      ext/spl/tests/SplFixedArray_offsetExists_less_than_zero.phpt
+      ext/spl/tests/SplFixedArray_offsetGet_invalid_parameter.phpt
+      ext/spl/tests/SplFixedArray_offsetGet_invalid_parameter.phpt
+      ext/spl/tests/SplFixedArray_offsetSet_invalid_parameter.phpt
+      ext/spl/tests/SplFixedArray_offsetSet_invalid_parameter.phpt
+      ext/spl/tests/SplFixedArray_offsetSet_one_invalid_parameter.phpt
+      ext/spl/tests/SplFixedArray_offsetSet_one_invalid_parameter.phpt
+      ext/spl/tests/SplFixedArray_offsetUnset_invalid_parameter.phpt
+      ext/spl/tests/SplFixedArray_offsetUnset_invalid_parameter.phpt
+      ext/spl/tests/SplFixedArray_offsetUnset_string.phpt
+      ext/spl/tests/SplFixedArray_offsetUnset_string.phpt
+      ext/spl/tests/SplFixedArray_rewind_param.phpt
+      ext/spl/tests/SplFixedArray_rewind_param.phpt
+      ext/spl/tests/SplFixedArray_setSize_filled_to_smaller.phpt
+      ext/spl/tests/SplFixedArray_setSize_filled_to_smaller.phpt
+      ext/spl/tests/SplFixedArray_setSize_param_array.phpt
+      ext/spl/tests/SplFixedArray_setSize_param_array.phpt
+      ext/spl/tests/SplFixedArray_setSize_param_float.phpt
+      ext/spl/tests/SplFixedArray_setSize_param_float.phpt
+      ext/spl/tests/SplFixedArray_setSize_param_null.phpt
+      ext/spl/tests/SplFixedArray_setSize_param_null.phpt
+      ext/spl/tests/SplFixedArray_setSize_reduce.phpt
+      ext/spl/tests/SplFixedArray_setSize_reduce.phpt
+      ext/spl/tests/SplFixedArray_setsize_001.phpt
+      ext/spl/tests/SplFixedArray_setsize_001.phpt
+      ext/spl/tests/SplFixedArray_setsize_grow.phpt
+      ext/spl/tests/SplFixedArray_setsize_grow.phpt
+      ext/spl/tests/SplFixedArray_setsize_shrink.phpt
+      ext/spl/tests/SplFixedArray_setsize_shrink.phpt
+      ext/spl/tests/SplFixedArray_toArray_with-params.phpt
+      ext/spl/tests/SplFixedArray_toArray_with-params.phpt
+      ext/spl/tests/SplFixedarray_offsetExists_larger.phpt
+      ext/spl/tests/SplFixedarray_offsetExists_larger.phpt
+      ext/spl/tests/SplHeap_count_invalid_parameter.phpt
+      ext/spl/tests/SplHeap_count_invalid_parameter.phpt
+      ext/spl/tests/SplHeap_extract_invalid_parameter.phpt
+      ext/spl/tests/SplHeap_extract_invalid_parameter.phpt
+      ext/spl/tests/SplHeap_insert_invalid_parameter.phpt
+      ext/spl/tests/SplHeap_insert_invalid_parameter.phpt
+      ext/spl/tests/SplHeap_isEmpty.phpt
+      ext/spl/tests/SplHeap_isEmpty.phpt
+      ext/spl/tests/SplHeap_isEmpty_invalid_parameter.phpt
+      ext/spl/tests/SplHeap_isEmpty_invalid_parameter.phpt
+      ext/spl/tests/SplObjectStorage_addAll_invalid_parameter.phpt
+      ext/spl/tests/SplObjectStorage_addAll_invalid_parameter.phpt
+      ext/spl/tests/SplObjectStorage_attach_invalid_parameter.phpt
+      ext/spl/tests/SplObjectStorage_attach_invalid_parameter.phpt
+      ext/spl/tests/SplObjectStorage_contains_invalid_parameter.phpt
+      ext/spl/tests/SplObjectStorage_contains_invalid_parameter.phpt
+      ext/spl/tests/SplObjectStorage_current_empty_storage.phpt
+      ext/spl/tests/SplObjectStorage_current_empty_storage.phpt
+      ext/spl/tests/SplObjectStorage_detach_invalid_parameter.phpt
+      ext/spl/tests/SplObjectStorage_detach_invalid_parameter.phpt
+      ext/spl/tests/SplObjectStorage_getInfo_empty_storage.phpt
+      ext/spl/tests/SplObjectStorage_getInfo_empty_storage.phpt
+      ext/spl/tests/SplObjectStorage_offsetGet.phpt
+      ext/spl/tests/SplObjectStorage_offsetGet.phpt
+      ext/spl/tests/SplObjectStorage_offsetGet_invalid_parameter.phpt
+      ext/spl/tests/SplObjectStorage_offsetGet_invalid_parameter.phpt
+      ext/spl/tests/SplObjectStorage_offsetGet_missing_object.phpt
+      ext/spl/tests/SplObjectStorage_offsetGet_missing_object.phpt
+      ext/spl/tests/SplObjectStorage_removeAll_invalid_parameter.phpt
+      ext/spl/tests/SplObjectStorage_removeAll_invalid_parameter.phpt
+      ext/spl/tests/SplObjectStorage_setInfo_empty_storage.phpt
+      ext/spl/tests/SplObjectStorage_setInfo_empty_storage.phpt
+      ext/spl/tests/SplObjectStorage_setInfo_invalid_parameter.phpt
+      ext/spl/tests/SplObjectStorage_setInfo_invalid_parameter.phpt
+      ext/spl/tests/SplObjectStorage_unserialize_invalid_parameter1.phpt
+      ext/spl/tests/SplObjectStorage_unserialize_invalid_parameter1.phpt
+      ext/spl/tests/SplObjectStorage_unserialize_invalid_parameter2.phpt
+      ext/spl/tests/SplObjectStorage_unserialize_invalid_parameter2.phpt
+      ext/spl/tests/SplObjectStorage_unserialize_invalid_parameter3.phpt
+      ext/spl/tests/SplObjectStorage_unserialize_invalid_parameter3.phpt
+      ext/spl/tests/SplPriorityQueue_extract_invalid_parameter.phpt
+      ext/spl/tests/SplPriorityQueue_extract_invalid_parameter.phpt
+      ext/spl/tests/SplPriorityQueue_insert_invalid_parameter.phpt
+      ext/spl/tests/SplPriorityQueue_insert_invalid_parameter.phpt
+      ext/spl/tests/SplQueue_setIteratorMode.phpt
+      ext/spl/tests/SplQueue_setIteratorMode.phpt
+      ext/spl/tests/SplQueue_setIteratorMode_param_lifo.phpt
+      ext/spl/tests/SplQueue_setIteratorMode_param_lifo.phpt
+      ext/spl/tests/SplStack_setIteratorMode.phpt
+      ext/spl/tests/SplStack_setIteratorMode.phpt:
+      
+      - New tests (testfest NorthWestUG)
+
+    * ext/spl/spl_fixedarray.c:
+      - Added missing param checks
+
+    * (PHP_5_2)
+      ext/xsl/tests/phpfunc-nostring.xsl
+      ext/xsl/tests/phpfunc-undef.xsl
+      ext/xsl/tests/phpfunc.xsl
+      ext/xsl/tests/xsl-phpinfo.phpt
+      ext/xsl/tests/xsl-phpinfo.phpt
+      ext/xsl/tests/xsltprocessor_getParameter-invalidparam.phpt
+      ext/xsl/tests/xsltprocessor_getParameter-invalidparam.phpt
+      ext/xsl/tests/xsltprocessor_getParameter-wrongparam.phpt
+      ext/xsl/tests/xsltprocessor_getParameter-wrongparam.phpt
+      ext/xsl/tests/xsltprocessor_getParameter.phpt
+      ext/xsl/tests/xsltprocessor_getParameter.phpt
+      ext/xsl/tests/xsltprocessor_registerPHPFunctions-allfuncs.phpt
+      ext/xsl/tests/xsltprocessor_registerPHPFunctions-allfuncs.phpt
+      ext/xsl/tests/xsltprocessor_registerPHPFunctions-array-multiple.phpt
+      ext/xsl/tests/xsltprocessor_registerPHPFunctions-array-multiple.phpt
+      ext/xsl/tests/xsltprocessor_registerPHPFunctions-array-notallowed.phpt
+      ext/xsl/tests/xsltprocessor_registerPHPFunctions-array-notallowed.phpt
+      ext/xsl/tests/xsltprocessor_registerPHPFunctions-array.phpt
+      ext/xsl/tests/xsltprocessor_registerPHPFunctions-array.phpt
+      ext/xsl/tests/xsltprocessor_registerPHPFunctions-funcnostring.phpt
+      ext/xsl/tests/xsltprocessor_registerPHPFunctions-funcnostring.phpt
+      ext/xsl/tests/xsltprocessor_registerPHPFunctions-funcundef.phpt
+      ext/xsl/tests/xsltprocessor_registerPHPFunctions-funcundef.phpt
+      ext/xsl/tests/xsltprocessor_registerPHPFunctions-null.phpt
+      ext/xsl/tests/xsltprocessor_registerPHPFunctions-null.phpt
+      ext/xsl/tests/xsltprocessor_registerPHPFunctions-string-multiple.phpt
+      ext/xsl/tests/xsltprocessor_registerPHPFunctions-string-multiple.phpt
+      ext/xsl/tests/xsltprocessor_registerPHPFunctions-string-notallowed.phpt
+      ext/xsl/tests/xsltprocessor_registerPHPFunctions-string-notallowed.phpt
+      ext/xsl/tests/xsltprocessor_registerPHPFunctions-string.phpt
+      ext/xsl/tests/xsltprocessor_registerPHPFunctions-string.phpt
+      ext/xsl/tests/xsltprocessor_removeParameter-invalidparam.phpt
+      ext/xsl/tests/xsltprocessor_removeParameter-invalidparam.phpt
+      ext/xsl/tests/xsltprocessor_removeParameter-wrongparams.phpt
+      ext/xsl/tests/xsltprocessor_removeParameter-wrongparams.phpt
+      ext/xsl/tests/xsltprocessor_removeParameter.phpt
+      ext/xsl/tests/xsltprocessor_removeParameter.phpt
+      ext/xsl/tests/xsltprocessor_setparameter-errorquote.phpt
+      ext/xsl/tests/xsltprocessor_setparameter-errorquote.phpt
+      ext/xsl/tests/xsltprocessor_setparameter-nostring.phpt
+      ext/xsl/tests/xsltprocessor_setparameter-nostring.phpt:
+      - New tests (testfest BerlinUG)
+
+    * (PHP_5_3)
+      ext/xsl/tests/phpfunc-nostring.xsl
+      ext/xsl/tests/phpfunc-undef.xsl
+      ext/xsl/tests/phpfunc.xsl:
+      - New xsl files
+
+    * ext/xsl/tests/phpfunc-nostring.xsl
+      ext/xsl/tests/phpfunc-nostring.xsl
+      ext/xsl/tests/phpfunc-nostring.xsl
+      ext/xsl/tests/phpfunc-undef.xsl
+      ext/xsl/tests/phpfunc-undef.xsl
+      ext/xsl/tests/phpfunc-undef.xsl
+      ext/xsl/tests/phpfunc.xsl
+      ext/xsl/tests/phpfunc.xsl
+      ext/xsl/tests/phpfunc.xsl:
+        1.1.4;
+      - New xsl files
+
+    * ext/xsl/tests/xsl-phpinfo.phpt
+      ext/xsl/tests/xsl-phpinfo.phpt
+      ext/xsl/tests/xsl-phpinfo.phpt
+      ext/xsl/tests/xsltprocessor_getParameter-invalidparam.phpt
+      ext/xsl/tests/xsltprocessor_getParameter-invalidparam.phpt
+      ext/xsl/tests/xsltprocessor_getParameter-invalidparam.phpt
+      ext/xsl/tests/xsltprocessor_getParameter-wrongparam.phpt
+      ext/xsl/tests/xsltprocessor_getParameter-wrongparam.phpt
+      ext/xsl/tests/xsltprocessor_getParameter-wrongparam.phpt
+      ext/xsl/tests/xsltprocessor_getParameter.phpt
+      ext/xsl/tests/xsltprocessor_getParameter.phpt
+      ext/xsl/tests/xsltprocessor_getParameter.phpt
+      ext/xsl/tests/xsltprocessor_registerPHPFunctions-allfuncs.phpt
+      ext/xsl/tests/xsltprocessor_registerPHPFunctions-allfuncs.phpt
+      ext/xsl/tests/xsltprocessor_registerPHPFunctions-allfuncs.phpt
+      ext/xsl/tests/xsltprocessor_registerPHPFunctions-array-multiple.phpt
+      ext/xsl/tests/xsltprocessor_registerPHPFunctions-array-multiple.phpt
+      ext/xsl/tests/xsltprocessor_registerPHPFunctions-array-multiple.phpt
+      ext/xsl/tests/xsltprocessor_registerPHPFunctions-array-notallowed.phpt
+      ext/xsl/tests/xsltprocessor_registerPHPFunctions-array-notallowed.phpt
+      ext/xsl/tests/xsltprocessor_registerPHPFunctions-array-notallowed.phpt
+      ext/xsl/tests/xsltprocessor_registerPHPFunctions-array.phpt
+      ext/xsl/tests/xsltprocessor_registerPHPFunctions-array.phpt
+      ext/xsl/tests/xsltprocessor_registerPHPFunctions-array.phpt
+      ext/xsl/tests/xsltprocessor_registerPHPFunctions-funcnostring.phpt
+      ext/xsl/tests/xsltprocessor_registerPHPFunctions-funcnostring.phpt
+      ext/xsl/tests/xsltprocessor_registerPHPFunctions-funcnostring.phpt
+      ext/xsl/tests/xsltprocessor_registerPHPFunctions-funcundef.phpt
+      ext/xsl/tests/xsltprocessor_registerPHPFunctions-funcundef.phpt
+      ext/xsl/tests/xsltprocessor_registerPHPFunctions-funcundef.phpt
+      ext/xsl/tests/xsltprocessor_registerPHPFunctions-null.phpt
+      ext/xsl/tests/xsltprocessor_registerPHPFunctions-null.phpt
+      ext/xsl/tests/xsltprocessor_registerPHPFunctions-null.phpt
+      ext/xsl/tests/xsltprocessor_registerPHPFunctions-string-multiple.phpt
+      ext/xsl/tests/xsltprocessor_registerPHPFunctions-string-multiple.phpt
+      ext/xsl/tests/xsltprocessor_registerPHPFunctions-string-multiple.phpt
+      ext/xsl/tests/xsltprocessor_registerPHPFunctions-string-notallowed.phpt
+      ext/xsl/tests/xsltprocessor_registerPHPFunctions-string-notallowed.phpt
+      ext/xsl/tests/xsltprocessor_registerPHPFunctions-string-notallowed.phpt
+      ext/xsl/tests/xsltprocessor_registerPHPFunctions-string.phpt
+      ext/xsl/tests/xsltprocessor_registerPHPFunctions-string.phpt
+      ext/xsl/tests/xsltprocessor_registerPHPFunctions-string.phpt
+      ext/xsl/tests/xsltprocessor_removeParameter-invalidparam.phpt
+      ext/xsl/tests/xsltprocessor_removeParameter-invalidparam.phpt
+      ext/xsl/tests/xsltprocessor_removeParameter-invalidparam.phpt
+      ext/xsl/tests/xsltprocessor_removeParameter-wrongparams.phpt
+      ext/xsl/tests/xsltprocessor_removeParameter-wrongparams.phpt
+      ext/xsl/tests/xsltprocessor_removeParameter-wrongparams.phpt
+      ext/xsl/tests/xsltprocessor_removeParameter.phpt
+      ext/xsl/tests/xsltprocessor_removeParameter.phpt
+      ext/xsl/tests/xsltprocessor_removeParameter.phpt
+      ext/xsl/tests/xsltprocessor_setparameter-errorquote.phpt
+      ext/xsl/tests/xsltprocessor_setparameter-errorquote.phpt
+      ext/xsl/tests/xsltprocessor_setparameter-errorquote.phpt
+      ext/xsl/tests/xsltprocessor_setparameter-nostring.phpt
+      ext/xsl/tests/xsltprocessor_setparameter-nostring.phpt
+      ext/xsl/tests/xsltprocessor_setparameter-nostring.phpt:
+        1.1.4;
+      - New tests (testfest BerlinUG)
+
+    * (PHP_5_2)
+      ext/xsl/xsltprocessor.c
+      ext/xsl/xsltprocessor.c:
+      - Fix error message
+
+2009-05-23  Nuno Lopes  <nunoplo...@sapo.pt>
+
+    * ext/pdo_firebird/config.m4:
+      MFB: fix compilation of pdo_firebird and intl extension with ld 
--as-needed
+
+    * (PHP_5_3)
+      ext/pdo_firebird/config.m4:
+      fix compilation of pdo_firebird and intl extension with ld --as-needed
+
+2009-05-23  Kalle Sommer Nielsen  <kalle....@gmail.com>
+
+    * (PHP_5_3)
+      ext/mysqli/mysqli_api.c:
+      Fixed compiler warning again, uint8_t is only available with mysqlnd. 
This
+      is not affecting HEAD
+
+2009-05-23  Eric Stewart  <e.stew...@mac.com>
+
+    * (PHP_5_2)
+      ext/dom/tests/DOMAttr_name_basic_001.phpt
+      ext/dom/tests/DOMAttr_name_basic_001.phpt
+      ext/dom/tests/DOMAttr_ownerElement_error_001.phpt
+      ext/dom/tests/DOMAttr_ownerElement_error_001.phpt
+      ext/dom/tests/DOMAttr_value_basic_002.phpt
+      ext/dom/tests/DOMAttr_value_basic_002.phpt
+      ext/dom/tests/DOMCDATASection_construct_error_001.phpt
+      ext/dom/tests/DOMCDATASection_construct_error_001.phpt
+      ext/dom/tests/DOMCharacterData_data_error_002.phpt
+      ext/dom/tests/DOMCharacterData_data_error_002.phpt:
+      New test: DOMAttr read $name property.
+      New test: DOMAttr read $ownerElement with null parent.
+      New test: DOMAttr write non-string $value property
+      New test: DOMCDATASection __construct() with no arguments.
+      New test: DOMCharacterData - Invalid State Error when getting data out of
+      content.
+
+    * ext/dom/tests/DOMAttr_name_basic_001.phpt
+      ext/dom/tests/DOMAttr_name_basic_001.phpt
+      ext/dom/tests/DOMAttr_name_basic_001.phpt
+      ext/dom/tests/DOMAttr_ownerElement_error_001.phpt
+      ext/dom/tests/DOMAttr_ownerElement_error_001.phpt
+      ext/dom/tests/DOMAttr_ownerElement_error_001.phpt
+      ext/dom/tests/DOMAttr_value_basic_002.phpt
+      ext/dom/tests/DOMAttr_value_basic_002.phpt
+      ext/dom/tests/DOMAttr_value_basic_002.phpt
+      ext/dom/tests/DOMCDATASection_construct_error_001.phpt
+      ext/dom/tests/DOMCDATASection_construct_error_001.phpt
+      ext/dom/tests/DOMCDATASection_construct_error_001.phpt
+      ext/dom/tests/DOMCharacterData_data_error_002.phpt
+      ext/dom/tests/DOMCharacterData_data_error_002.phpt
+      ext/dom/tests/DOMCharacterData_data_error_002.phpt:
+        1.1.4;
+      New test: DOMAttr read $name property.
+      New test: DOMAttr read $ownerElement with null parent.
+      New test: DOMAttr write non-string $value property
+      New test: DOMCDATASection __construct() with no arguments.
+      New test: DOMCharacterData - Invalid State Error when getting data out of
+      content.
+
+    * (PHP_5_2)
+      ext/dom/tests/DOMAttr_construct_error_001.phpt
+      ext/dom/tests/DOMAttr_construct_error_001.phpt:
+      New test: DOMAttr __construct() with no arguments.
+
+    * ext/dom/tests/DOMAttr_construct_error_001.phpt
+      ext/dom/tests/DOMAttr_construct_error_001.phpt
+      ext/dom/tests/DOMAttr_construct_error_001.phpt:
+        1.1.4;
+      New test: DOMAttr __construct() with no arguments.
+
 2009-05-22  Kalle Sommer Nielsen  <kalle....@gmail.com>
 
     * (PHP_5_3)
@@ -41298,7 +41867,7 @@
 
     * sapi/litespeed/lsapi_main.c
       sapi/litespeed/lsapilib.c:
-      - Added missing $Id: ChangeLog,v 1.3412 2009/05/23 01:33:13 changelog 
Exp $ tags and nuked c++ comments
+      - Added missing $Id: ChangeLog,v 1.3413 2009/05/24 01:32:43 changelog 
Exp $ tags and nuked c++ comments
 
     * (PHP_5_3)
       ext/intl/locale/locale.c

Reply via email to