cellog Tue Feb 3 18:25:59 2009 UTC Modified files: /php-src/ext/phar Makefile.frag Log: MFB fix Bug #47265 (generating phar.phar fails because of safe_mode) http://cvs.php.net/viewvc.cgi/php-src/ext/phar/Makefile.frag?r1=1.17&r2=1.18&diff_format=u Index: php-src/ext/phar/Makefile.frag diff -u php-src/ext/phar/Makefile.frag:1.17 php-src/ext/phar/Makefile.frag:1.18 --- php-src/ext/phar/Makefile.frag:1.17 Sat Dec 13 14:49:21 2008 +++ php-src/ext/phar/Makefile.frag Tue Feb 3 18:25:59 2009 @@ -4,7 +4,7 @@ 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"; \
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php