Re: [PHP-DEV] php_domxml.c

2001-05-13 Thread Sebastian Bergmann
Alexander Bokovoy wrote: > Only reason I can imagine is that that part isn't finished yet. Okay, but it must have been working some weeks ago, since Ulf surely has tested his class. -- sebastian bergmann[EMAIL PROTECTED] htt

Re: [PHP-DEV] php_domxml.c

2001-05-13 Thread Alexander Bokovoy
On Sun, May 13, 2001 at 10:09:25AM +0200, Sebastian Bergmann wrote: > What's the reason for > > #if defined(LIBXML_XPATH_ENABLED) > /* PHP_FE(xpath_new_context, NULL) >PHP_FE(xpath_eval, NULL) >PHP_FE(xpath_eval_expression, NULL) */ > #endif > #if defined(LIBXML_

[PHP-DEV] php_domxml.c

2001-05-13 Thread Sebastian Bergmann
What's the reason for #if defined(LIBXML_XPATH_ENABLED) /* PHP_FE(xpath_new_context, NULL) PHP_FE(xpath_eval, NULL) PHP_FE(xpath_eval_expression, NULL) */ #endif #if defined(LIBXML_XPTR_ENABLED) /* PHP_FE(xptr_new_context, NULL) PHP_FE(xptr_eval, NULL) *