Darwin seems to like this arrangement much better.

This commit is contained in:
George Schlossnagle 2005-07-15 16:47:12 +00:00
parent 67a66b858f
commit 869d6002d6
2 changed files with 2 additions and 2 deletions

View file

@ -31,7 +31,7 @@
/* If you declare any globals in php_xsl.h uncomment this:
ZEND_DECLARE_MODULE_GLOBALS(xsl)
*/
zend_class_entry *xsl_xsltprocessor_class_entry;
static zend_object_handlers xsl_object_handlers;
/* {{{ xsl_functions[]

View file

@ -22,7 +22,7 @@
#define XSL_FE_H
extern zend_function_entry php_xsl_xsltprocessor_class_functions[];
zend_class_entry *xsl_xsltprocessor_class_entry;
extern zend_class_entry *xsl_xsltprocessor_class_entry;
PHP_FUNCTION(xsl_xsltprocessor_import_stylesheet);
PHP_FUNCTION(xsl_xsltprocessor_transform_to_doc);