]> granicus.if.org Git - php/commitdiff
fix bug #47265 (generating phar.phar fails because of safe_mode)
authorGreg Beaver <cellog@php.net>
Tue, 3 Feb 2009 18:17:24 +0000 (18:17 +0000)
committerGreg Beaver <cellog@php.net>
Tue, 3 Feb 2009 18:17:24 +0000 (18:17 +0000)
NEWS
ext/phar/Makefile.frag

diff --git a/NEWS b/NEWS
index ffe0b3b744035d5cf40c9296b46ef2b556c56fd2..d71cb9758d6f80b9de71a8c43c386142d8f048be 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,9 +1,10 @@
 PHP                                                                        NEWS
 |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
 ?? ??? 2009, PHP 5.3.0 Beta 2
+- Fixed bug #47265 (generating phar.phar failes because of safe_mode). (Greg)
 - Fixed bug #47229 (preg_quote() should escape the '-' char). (Nuno)
-- Fixed bug #46347 (parse_ini_file() doesn't support * in keys). (Nuno)
 - Fixed bug #47031 (Fix constants in DualIterator example). (Etienne)
+- Fixed bug #46347 (parse_ini_file() doesn't support * in keys). (Nuno)
 
 
 29 Jan 2009, PHP 5.3.0 Beta 1
index c29e97f868714a92d1397edac5a7651a10f3e4c7..554bc0cdfd473b73f8103510c2ba5909bbeedcc8 100755 (executable)
@@ -4,7 +4,7 @@ $(srcdir)/phar_path_check.c: $(srcdir)/phar_path_check.re
 
 pharcmd: $(builddir)/phar.php $(builddir)/phar.phar
 
-PHP_PHARCMD_SETTINGS = -d 'open_basedir=' -d 'output_buffering=0' -d 'memory_limit=-1' -d phar.readonly=0
+PHP_PHARCMD_SETTINGS = -d 'open_basedir=' -d 'output_buffering=0' -d 'memory_limit=-1' -d phar.readonly=0 -d 'safe_mode=0'
 PHP_PHARCMD_EXECUTABLE = ` \
        if test -x "$(top_builddir)/$(SAPI_CLI_PATH)"; then \
                $(top_srcdir)/build/shtool echo -n -- "$(top_builddir)/$(SAPI_CLI_PATH) -n"; \