summaryrefslogtreecommitdiff
path: root/ext/xsl/php_xsl.c
diff options
context:
space:
mode:
authorAntony Dovgal <tony2001@php.net>2007-09-28 05:33:11 +0000
committerAntony Dovgal <tony2001@php.net>2007-09-28 05:33:11 +0000
commitd84755e758a0ddc14c68cae0356b5d14f9ffd158 (patch)
treedc20764d77800f26299a9fb2e59c50e37530480c /ext/xsl/php_xsl.c
parentdf5e18347036ef008ca6cf590daa6c543ed42767 (diff)
downloadphp-git-d84755e758a0ddc14c68cae0356b5d14f9ffd158.tar.gz
ws
Diffstat (limited to 'ext/xsl/php_xsl.c')
-rw-r--r--ext/xsl/php_xsl.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/ext/xsl/php_xsl.c b/ext/xsl/php_xsl.c
index 19c4111e12..29528565bc 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)
{
@@ -243,9 +243,6 @@ zval *php_xsl_create_object(xsltStylesheetPtr obj, int *found, zval *wrapper_in,
}
/* }}} */
-
-
-
/* {{{ PHP_MSHUTDOWN_FUNCTION
*/
PHP_MSHUTDOWN_FUNCTION(xsl)
@@ -308,7 +305,6 @@ PHP_MINFO_FUNCTION(xsl)
}
/* }}} */
-
/*
* Local variables:
* tab-width: 4