From: Antony Dovgal Date: Fri, 28 Sep 2007 05:32:41 +0000 (+0000) Subject: ws X-Git-Tag: RELEASE_2_0_0a1~1729 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a1d9649e69d473351855a245899f7506d4a942b9;p=php ws --- diff --git a/ext/xsl/php_xsl.c b/ext/xsl/php_xsl.c index 2bc8e05883..e5edeb52df 100644 --- a/ext/xsl/php_xsl.c +++ b/ext/xsl/php_xsl.c @@ -27,7 +27,6 @@ #include "ext/standard/info.h" #include "php_xsl.h" - zend_class_entry *xsl_xsltprocessor_class_entry; static zend_object_handlers xsl_object_handlers; @@ -107,6 +106,7 @@ void xsl_objects_free_storage(void *object TSRMLS_DC) efree(object); } /* }}} */ + /* {{{ xsl_objects_new */ zend_object_value xsl_objects_new(zend_class_entry *class_type TSRMLS_DC) { @@ -241,9 +241,6 @@ zval *php_xsl_create_object(xsltStylesheetPtr obj, int *found, zval *wrapper_in, } /* }}} */ - - - /* {{{ PHP_MSHUTDOWN_FUNCTION */ PHP_MSHUTDOWN_FUNCTION(xsl) @@ -306,7 +303,6 @@ PHP_MINFO_FUNCTION(xsl) } /* }}} */ - /* * Local variables: * tab-width: 4