Date: 05/13/01
- Next message: Alexander Bokovoy: "Re: [PHP-DEV] php_domxml.c"
- Previous message: Sascha Schumann: "Re: [PHP-DEV] Latest CVS on Linux"
- Next in thread: Alexander Bokovoy: "Re: [PHP-DEV] php_domxml.c"
- Reply: Alexander Bokovoy: "Re: [PHP-DEV] php_domxml.c"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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 :-/
-- sebastian bergmann sb <email protected> http://www.sebastian-bergmann.debonn.phpug.de | www.php.net | www.phpOpenTracker.de | www.titanchat.de
-- 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: Alexander Bokovoy: "Re: [PHP-DEV] php_domxml.c"
- Previous message: Sascha Schumann: "Re: [PHP-DEV] Latest CVS on Linux"
- Next in thread: Alexander Bokovoy: "Re: [PHP-DEV] php_domxml.c"
- Reply: Alexander Bokovoy: "Re: [PHP-DEV] php_domxml.c"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

