summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author <changelog@php.net>2009-05-24 01:32:48 +0000
committer <changelog@php.net>2009-05-24 01:32:48 +0000
commit01d1074f514e9889fe9182ba4655851a58273e8d (patch)
tree7c580f105653ba4947b279a82a7e3acbe1f65b55
parent1020fdde3ce85d0aad94640a3104fe7b0a4b2bb1 (diff)
downloadphp-git-01d1074f514e9889fe9182ba4655851a58273e8d.tar.gz
ChangeLog update
-rw-r--r--ChangeLog569
-rw-r--r--Zend/ChangeLog8
2 files changed, 577 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index a7cdc3a5a7..cd810983e6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,572 @@
+2009-05-23 Jani Taskinen <jani.taskinen@sci.fi>
+
+ * main/php_variables.c
+ main/rfc1867.c:
+ ws
+
+2009-05-23 Pierre-Alain Joye <pierre.dev@gmail.com>
+
+ * main/php_variables.c:
+ - fix build, fix TS build
+
+2009-05-23 Jani Taskinen <jani.taskinen@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 <andrei@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 <felipensp@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 <nunoplopes@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.php@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.stewart@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.php@gmail.com>
* (PHP_5_3)
diff --git a/Zend/ChangeLog b/Zend/ChangeLog
index 3b563d7ea8..e9fab422df 100644
--- a/Zend/ChangeLog
+++ b/Zend/ChangeLog
@@ -1,3 +1,11 @@
+2009-05-23 Andrei Zmievski <andrei@gravitonic.com>
+
+ * zend.c
+ zend_compile.c
+ zend_compile.h
+ zend_globals.h:
+ Implement JIT request decoding support for $_GET and $_POST.
+
2009-05-22 Arnaud Le Blanc <arnaud.lb@gmail.com>
* (PHP_5_2)