Date: 05/13/01
- Next message: Sebastian Bergmann: "Re: [PHP-DEV] php_domxml.c"
- Previous message: Sebastian Bergmann: "[PHP-DEV] php_domxml.c"
- In reply to: Sebastian Bergmann: "[PHP-DEV] php_domxml.c"
- Next in thread: Sebastian Bergmann: "Re: [PHP-DEV] php_domxml.c"
- Reply: Sebastian Bergmann: "Re: [PHP-DEV] php_domxml.c"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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: php-dev-unsubscribe <email protected> For additional commands, e-mail: php-dev-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>
- Next message: Sebastian Bergmann: "Re: [PHP-DEV] php_domxml.c"
- Previous message: Sebastian Bergmann: "[PHP-DEV] php_domxml.c"
- In reply to: Sebastian Bergmann: "[PHP-DEV] php_domxml.c"
- Next in thread: Sebastian Bergmann: "Re: [PHP-DEV] php_domxml.c"
- Reply: Sebastian Bergmann: "Re: [PHP-DEV] php_domxml.c"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

