mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
Darwin seems to like this arrangement much better.
This commit is contained in:
parent
67a66b858f
commit
869d6002d6
2 changed files with 2 additions and 2 deletions
|
@ -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[]
|
||||
|
|
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue