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_XPTR_ENABLED)
>     /* PHP_FE(xptr_new_context, NULL)
>        PHP_FE(xptr_eval, NULL) */
>     #endif
> 
>   I'm curious, because I need xpath_new_context() for Ulf Wendel's
> Menu_Browser class :-/
Only reason I can imagine is that that part isn't finished yet.
-- 
Sincerely yours, Alexander Bokovoy 
  The Midgard Project    | ALT  Linux  Team | Minsk Linux Users Group
 www.midgard-project.org | www.altlinux.ru  |    www.minsk-lug.net 
-- You won't skid if you stay in a rut.
                -- Frank Hubbard

-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to