From 1efe984d08ccab1d06f062ca157e3bdb2cb7cd57 Mon Sep 17 00:00:00 2001 From: Andi Gutmans Date: Sun, 19 Feb 2006 04:29:42 +0000 Subject: - Get rid of using ENFORCE_SAFE_MODE. --- ext/soap/php_xml.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext/soap/php_xml.c') diff --git a/ext/soap/php_xml.c b/ext/soap/php_xml.c index 7c8ea081e9..760d02abcd 100644 --- a/ext/soap/php_xml.c +++ b/ext/soap/php_xml.c @@ -176,7 +176,7 @@ int php_stream_xmlIO_match_wrapper(const char *filename) void *php_stream_xmlIO_open_wrapper(const char *filename) { TSRMLS_FETCH(); - return php_stream_open_wrapper((char*)filename, "rb", ENFORCE_SAFE_MODE|REPORT_ERRORS, NULL); + return php_stream_open_wrapper((char*)filename, "rb", REPORT_ERRORS, NULL); } int php_stream_xmlIO_read(void *context, char *buffer, int len) -- cgit v1.2.1