Unicode support

This commit is contained in:
Dmitry Stogov 2005-08-12 11:29:33 +00:00
parent 6b98cc4ef5
commit 21c1109e0c
42 changed files with 432 additions and 440 deletions

View file

@ -49,7 +49,7 @@ PHP_METHOD(domdocumentfragment, __construct)
xmlNodePtr nodep = NULL, oldnode = NULL;
dom_object *intern;
php_set_error_handling(EH_THROW, dom_domexception_class_entry TSRMLS_CC);
php_set_error_handling(EH_THROW, U_CLASS_ENTRY(dom_domexception_class_entry) TSRMLS_CC);
if (zend_parse_method_parameters(ZEND_NUM_ARGS() TSRMLS_CC, getThis(), "O", &id, dom_documentfragment_class_entry) == FAILURE) {
php_std_error_handling();
return;