|
|
|
@ -1,3 +1,206 @@ |
|
|
|
2009-05-25 Kalle Sommer Nielsen <kalle.php@gmail.com> |
|
|
|
|
|
|
|
* ext/pdo_pgsql/pgsql_statement.c: |
|
|
|
Typo |
|
|
|
|
|
|
|
2009-05-25 Pierre-Alain Joye <pierre.dev@gmail.com> |
|
|
|
|
|
|
|
* (PHP_5_2) |
|
|
|
NEWS: |
|
|
|
- #48202 |
|
|
|
|
|
|
|
* (PHP_5_2) |
|
|
|
ext/xmlwriter/php_xmlwriter.c |
|
|
|
ext/xmlwriter/tests/xmlwriter_open_uri_error_003.phpt |
|
|
|
ext/xmlwriter/tests/xmlwriter_open_uri_error_004.phpt |
|
|
|
ext/xmlwriter/tests/xmlwriter_open_uri_error_005.phpt: |
|
|
|
- MFH: #48202, Out of memory error when passing non-existing filename, |
|
|
|
enable related tests (marked as XFAIL now) |
|
|
|
|
|
|
|
* ext/xmlwriter/php_xmlwriter.c |
|
|
|
ext/xmlwriter/tests/xmlwriter_open_uri_error_003.phpt |
|
|
|
ext/xmlwriter/tests/xmlwriter_open_uri_error_004.phpt |
|
|
|
ext/xmlwriter/tests/xmlwriter_open_uri_error_005.phpt: |
|
|
|
- MFB: #48202, Out of memory error when passing non-existing filename, |
|
|
|
enable related tests (marked as XFAIL now) |
|
|
|
|
|
|
|
* (PHP_5_3) |
|
|
|
ext/xmlwriter/php_xmlwriter.c: |
|
|
|
- better fix for file:/// and file://localhost (thx Ilia), init file_dest |
|
|
|
when the path is an uri |
|
|
|
|
|
|
|
* (PHP_5_3) |
|
|
|
ext/xmlwriter/php_xmlwriter.c |
|
|
|
ext/xmlwriter/tests/xmlwriter_open_uri_error_003.phpt |
|
|
|
ext/xmlwriter/tests/xmlwriter_open_uri_error_004.phpt |
|
|
|
ext/xmlwriter/tests/xmlwriter_open_uri_error_005.phpt: |
|
|
|
- #48202, Out of memory error when passing non-existing filename, enable |
|
|
|
related tests (marked as XFAIL now) |
|
|
|
|
|
|
|
2009-05-25 Felipe Pena <felipensp@gmail.com> |
|
|
|
|
|
|
|
* ZendEngine2/zend_API.c |
|
|
|
ZendEngine2/zend_API.h |
|
|
|
ZendEngine2/zend_builtin_functions.c |
|
|
|
ZendEngine2/zend_compile.c |
|
|
|
ZendEngine2/zend_execute_API.c |
|
|
|
ZendEngine2/zend_language_parser.y |
|
|
|
ZendEngine2/zend_language_scanner.c |
|
|
|
ZendEngine2/zend_language_scanner.l |
|
|
|
ZendEngine2/zend_object_handlers.c |
|
|
|
ZendEngine2/zend_operators.h |
|
|
|
ext/dom/attr.c |
|
|
|
ext/dom/characterdata.c |
|
|
|
ext/dom/element.c |
|
|
|
ext/dom/node.c |
|
|
|
ext/dom/notation.c |
|
|
|
ext/dom/processinginstruction.c |
|
|
|
ext/oci8/oci8.c |
|
|
|
ext/oci8/oci8_interface.c |
|
|
|
ext/oci8/oci8_statement.c |
|
|
|
ext/pcre/php_pcre.c |
|
|
|
ext/pdo/pdo_dbh.c |
|
|
|
ext/reflection/php_reflection.c |
|
|
|
ext/session/session.c |
|
|
|
ext/simplexml/simplexml.c |
|
|
|
ext/soap/soap.c |
|
|
|
ext/spl/php_spl.c |
|
|
|
ext/spl/spl_array.c |
|
|
|
ext/spl/spl_directory.c |
|
|
|
ext/spl/spl_functions.c |
|
|
|
ext/spl/spl_iterators.c |
|
|
|
ext/sqlite/sqlite.c |
|
|
|
ext/standard/basic_functions.c |
|
|
|
ext/standard/incomplete_class.c |
|
|
|
ext/standard/streamsfuncs.c |
|
|
|
ext/standard/string.c |
|
|
|
ext/standard/var_unserializer.c |
|
|
|
ext/standard/var_unserializer.re |
|
|
|
ext/xmlreader/php_xmlreader.c: |
|
|
|
- Dropped *_TEXT* macros in favor of unicode macros direct usage |
|
|
|
|
|
|
|
* ZendEngine2/zend_API.h: |
|
|
|
- Fixed macro (thanks Kalle) |
|
|
|
|
|
|
|
2009-05-25 Ilia Alshanetsky <ilia@prohost.org> |
|
|
|
|
|
|
|
* ext/standard/file.c: |
|
|
|
|
|
|
|
MFB: Fixed bug #48313 (fgetcsv() return empty string rather then NULL for |
|
|
|
empty rows) |
|
|
|
|
|
|
|
2009-05-25 Rasmus Lerdorf <rasmus@lerdorf.com> |
|
|
|
|
|
|
|
* ext/zlib/tests/bug.tar |
|
|
|
ext/zlib/tests/bug.tar |
|
|
|
ext/zlib/tests/bug_40189_2.phpt |
|
|
|
ext/zlib/tests/bug_40189_2.phpt: |
|
|
|
Removing test |
|
|
|
|
|
|
|
* (PHP_5_2) |
|
|
|
ext/zlib/tests/bug.tar |
|
|
|
ext/zlib/tests/bug_40189_2.phpt: |
|
|
|
Argh! Please do not include entire GPL'ed packages in the PHP |
|
|
|
distribution. Removing test and entire phpMyAdmin distribution |
|
|
|
in bug.tar. |
|
|
|
|
|
|
|
2009-05-25 Pierre-Alain Joye <pierre.dev@gmail.com> |
|
|
|
|
|
|
|
* (PHP_5_3) |
|
|
|
ext/gmp/config.w32: |
|
|
|
- MFH: enable MPIR support and the good old 4.1.x gmp for VC6. solving the |
|
|
|
lgplv3 mess |
|
|
|
|
|
|
|
* ext/gmp/config.w32: |
|
|
|
- enable MPIR support and the good old 4.1.x gmp for VC6. solving the |
|
|
|
lgplv3 mess |
|
|
|
|
|
|
|
2009-05-25 Eric Stewart <e.stewart@mac.com> |
|
|
|
|
|
|
|
* ext/dom/tests/DOMCharacterData_appendData_error_001.phpt |
|
|
|
ext/dom/tests/DOMCharacterData_appendData_error_001.phpt |
|
|
|
ext/dom/tests/DOMCharacterData_deleteData_basic_001.phpt |
|
|
|
ext/dom/tests/DOMCharacterData_deleteData_basic_001.phpt |
|
|
|
ext/dom/tests/DOMCharacterData_deleteData_error_001.phpt |
|
|
|
ext/dom/tests/DOMCharacterData_deleteData_error_001.phpt |
|
|
|
ext/dom/tests/DOMCharacterData_deleteData_error_002.phpt |
|
|
|
ext/dom/tests/DOMCharacterData_deleteData_error_002.phpt |
|
|
|
ext/dom/tests/DOMCharacterData_insertData_error_001.phpt |
|
|
|
ext/dom/tests/DOMCharacterData_insertData_error_001.phpt |
|
|
|
ext/dom/tests/DOMCharacterData_replaceData_error_001.phpt |
|
|
|
ext/dom/tests/DOMCharacterData_replaceData_error_001.phpt |
|
|
|
ext/dom/tests/DOMComment_construct_error_001.phpt |
|
|
|
ext/dom/tests/DOMComment_construct_error_001.phpt |
|
|
|
ext/dom/tests/DOMDocumentFragment_appendXML_basic_001.phpt |
|
|
|
ext/dom/tests/DOMDocumentFragment_appendXML_basic_001.phpt |
|
|
|
ext/dom/tests/DOMDocumentFragment_appendXML_error_001.phpt |
|
|
|
ext/dom/tests/DOMDocumentFragment_appendXML_error_001.phpt |
|
|
|
ext/dom/tests/DOMDocumentFragment_construct_basic_001.phpt |
|
|
|
ext/dom/tests/DOMDocumentFragment_construct_basic_001.phpt |
|
|
|
ext/dom/tests/DOMDocumentFragment_construct_error_001.phpt |
|
|
|
ext/dom/tests/DOMDocumentFragment_construct_error_001.phpt: |
|
|
|
Add the following new tests: |
|
|
|
DOMCharacterData::appendData() with no arguments. |
|
|
|
DOMCharacterData::deleteData() with count exceeding string size. |
|
|
|
DOMCharacterData::deleteData() with no arguments. |
|
|
|
DOMCharacterData::deleteData() with offset exceeding string size. |
|
|
|
DOMCharacterData::insertData() with no arguments. |
|
|
|
DOMCharacterData::replaceData() with no arguments. |
|
|
|
DOMComment::__construct() with more arguments than acceptable. |
|
|
|
DOMDocumentFragment::__construct(). |
|
|
|
DOMDocumentFragment::__construct() with too many errors. |
|
|
|
DOMDocumentFragment::appendXML() with no arguments. |
|
|
|
DOMDocumentFragment::appendXML() with children with properties. |
|
|
|
|
|
|
|
* ext/dom/tests/DOMCharacterData_appendData_error_001.phpt |
|
|
|
ext/dom/tests/DOMCharacterData_appendData_error_001.phpt |
|
|
|
ext/dom/tests/DOMCharacterData_appendData_error_001.phpt |
|
|
|
ext/dom/tests/DOMCharacterData_deleteData_basic_001.phpt |
|
|
|
ext/dom/tests/DOMCharacterData_deleteData_basic_001.phpt |
|
|
|
ext/dom/tests/DOMCharacterData_deleteData_basic_001.phpt |
|
|
|
ext/dom/tests/DOMCharacterData_deleteData_error_001.phpt |
|
|
|
ext/dom/tests/DOMCharacterData_deleteData_error_001.phpt |
|
|
|
ext/dom/tests/DOMCharacterData_deleteData_error_001.phpt |
|
|
|
ext/dom/tests/DOMCharacterData_deleteData_error_002.phpt |
|
|
|
ext/dom/tests/DOMCharacterData_deleteData_error_002.phpt |
|
|
|
ext/dom/tests/DOMCharacterData_deleteData_error_002.phpt |
|
|
|
ext/dom/tests/DOMCharacterData_insertData_error_001.phpt |
|
|
|
ext/dom/tests/DOMCharacterData_insertData_error_001.phpt |
|
|
|
ext/dom/tests/DOMCharacterData_insertData_error_001.phpt |
|
|
|
ext/dom/tests/DOMCharacterData_replaceData_error_001.phpt |
|
|
|
ext/dom/tests/DOMCharacterData_replaceData_error_001.phpt |
|
|
|
ext/dom/tests/DOMCharacterData_replaceData_error_001.phpt |
|
|
|
ext/dom/tests/DOMComment_construct_error_001.phpt |
|
|
|
ext/dom/tests/DOMComment_construct_error_001.phpt |
|
|
|
ext/dom/tests/DOMComment_construct_error_001.phpt |
|
|
|
ext/dom/tests/DOMDocumentFragment_appendXML_basic_001.phpt |
|
|
|
ext/dom/tests/DOMDocumentFragment_appendXML_basic_001.phpt |
|
|
|
ext/dom/tests/DOMDocumentFragment_appendXML_basic_001.phpt |
|
|
|
ext/dom/tests/DOMDocumentFragment_appendXML_error_001.phpt |
|
|
|
ext/dom/tests/DOMDocumentFragment_appendXML_error_001.phpt |
|
|
|
ext/dom/tests/DOMDocumentFragment_appendXML_error_001.phpt |
|
|
|
ext/dom/tests/DOMDocumentFragment_construct_basic_001.phpt |
|
|
|
ext/dom/tests/DOMDocumentFragment_construct_basic_001.phpt |
|
|
|
ext/dom/tests/DOMDocumentFragment_construct_basic_001.phpt |
|
|
|
ext/dom/tests/DOMDocumentFragment_construct_error_001.phpt |
|
|
|
ext/dom/tests/DOMDocumentFragment_construct_error_001.phpt |
|
|
|
ext/dom/tests/DOMDocumentFragment_construct_error_001.phpt: |
|
|
|
1.1.4; |
|
|
|
file DOMCharacterData_appendData_error_001.phpt was initially added on |
|
|
|
branch PHP_5_2. |
|
|
|
|
|
|
|
2009-05-25 Sara Golemon <saramg@gmail.com> |
|
|
|
|
|
|
|
* (PHP_5_3) |
|
|
|
ZendEngine2/zend_hash.h: |
|
|
|
MFH(r-1.103) Expand zend_symtable_update_current_key to allow specifying |
|
|
|
HashPosition |
|
|
|
|
|
|
|
* ZendEngine2/zend_hash.c |
|
|
|
ZendEngine2/zend_hash.h: |
|
|
|
Expand zend_(u_)symtable_update_current_key to allow specifying |
|
|
|
HashPosition |
|
|
|
|
|
|
|
2009-05-24 Greg Beaver <greg@chiaraquartet.net> |
|
|
|
|
|
|
|
* (PHP_5_3) |
|
|
|
|