HEAD compilation failure

php.internals

Andrei Zmievski

20 years ago
Right now HEAD doesn't compile: /homes/andrei/dev/php-src/ext/libxml/libxml.c: In function `php_libxml_register_export': /homes/andrei/dev/php-src/ext/libxml/libxml.c:844: incompatible type for argument 2 of `_zend_hash_add_or_update' /homes/andrei/dev/php-src/ext/libxml/libxml.c:849: incompatible type for argument 1 of `u_charsToUChars_3_4' /homes/andrei/dev/php-src/ext/libxml/libxml.c:850: incompatible type for argument 3 of `_zend_u_hash_add_or_update' What is this function supposed to do? Is the goal to register both Unicode and non-unicode entries or just one? -Andrei