wez Mon Aug 18 21:30:28 2003 EDT Modified files: /php-src/ext/dom php_dom.c /php-src/ext/simplexml simplexml.c /php-src/ext/xsl php_xsl.c Log: fix build Index: php-src/ext/dom/php_dom.c diff -u php-src/ext/dom/php_dom.c:1.24 php-src/ext/dom/php_dom.c:1.25 --- php-src/ext/dom/php_dom.c:1.24 Mon Aug 18 19:13:25 2003 +++ php-src/ext/dom/php_dom.c Mon Aug 18 21:30:25 2003 @@ -18,7 +18,7 @@ +----------------------------------------------------------------------+ */ -/* $Id: php_dom.c,v 1.24 2003/08/18 23:13:25 zeev Exp $ */ +/* $Id: php_dom.c,v 1.25 2003/08/19 01:30:25 wez Exp $ */ #ifdef HAVE_CONFIG_H #include "config.h" @@ -32,7 +32,6 @@ #if HAVE_DOM -#include "zend_execute_locks.h" #include "ext/standard/info.h" #define PHP_XPATH 1 #define PHP_XPTR 2 Index: php-src/ext/simplexml/simplexml.c diff -u php-src/ext/simplexml/simplexml.c:1.57 php-src/ext/simplexml/simplexml.c:1.58 --- php-src/ext/simplexml/simplexml.c:1.57 Mon Aug 18 18:33:15 2003 +++ php-src/ext/simplexml/simplexml.c Mon Aug 18 21:30:27 2003 @@ -16,7 +16,7 @@ +----------------------------------------------------------------------+ */ -/* $Id: simplexml.c,v 1.57 2003/08/18 22:33:15 zeev Exp $ */ +/* $Id: simplexml.c,v 1.58 2003/08/19 01:30:27 wez Exp $ */ #ifdef HAVE_CONFIG_H #include "config.h" @@ -26,7 +26,6 @@ #include "php_ini.h" #include "ext/standard/info.h" #include "php_simplexml.h" -#include "zend_execute_locks.h" zend_class_entry *sxe_class_entry; @@ -1067,7 +1066,7 @@ { php_info_print_table_start(); php_info_print_table_header(2, "Simplexml support", "enabled"); - php_info_print_table_row(2, "Revision", "$Revision: 1.57 $"); + php_info_print_table_row(2, "Revision", "$Revision: 1.58 $"); php_info_print_table_end(); } /* }}} */ Index: php-src/ext/xsl/php_xsl.c diff -u php-src/ext/xsl/php_xsl.c:1.6 php-src/ext/xsl/php_xsl.c:1.7 --- php-src/ext/xsl/php_xsl.c:1.6 Sat Jul 5 19:43:10 2003 +++ php-src/ext/xsl/php_xsl.c Mon Aug 18 21:30:27 2003 @@ -16,7 +16,7 @@ +----------------------------------------------------------------------+ */ -/* $Id: php_xsl.c,v 1.6 2003/07/05 23:43:10 rrichards Exp $ */ +/* $Id: php_xsl.c,v 1.7 2003/08/19 01:30:27 wez Exp $ */ #ifdef HAVE_CONFIG_H #include "config.h" @@ -24,7 +24,6 @@ #include "php.h" #include "php_ini.h" -#include "zend_execute_locks.h" #include "ext/standard/info.h" #include "php_xsl.h"
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php