mirror of
https://github.com/php/php-src.git
synced 2025-08-18 06:58:55 +02:00
add unicode support
update test
This commit is contained in:
parent
ae4d9f326c
commit
f85e695409
17 changed files with 311 additions and 132 deletions
|
@ -117,7 +117,7 @@ PHP_METHOD(domdocumentfragment, appendXML) {
|
|||
int err;
|
||||
xmlNodePtr lst;
|
||||
|
||||
if (zend_parse_method_parameters(ZEND_NUM_ARGS() TSRMLS_CC, getThis(), "Os", &id, dom_documentfragment_class_entry, &data, &data_len) == FAILURE) {
|
||||
if (zend_parse_method_parameters(ZEND_NUM_ARGS() TSRMLS_CC, getThis(), "Os&", &id, dom_documentfragment_class_entry, &data, &data_len, UG(utf8_conv)) == FAILURE) {
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue