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
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_
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) *