diff options
author | Remi Collet <fedora@famillecollet.com> | 2016-07-30 20:04:57 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2016-07-30 20:04:57 +0200 |
commit | 786d8944169e5c7f5508f14eb9a223ec13ba2248 (patch) | |
tree | ca5ec90b82e6093a1968e0f23f9b350dad388a5c /zephir-rpm.patch | |
parent | 8b6e70a12d34db25d68c5ccc7a81450e133094c7 (diff) |
zephir-parser: cleanup
Diffstat (limited to 'zephir-rpm.patch')
-rw-r--r-- | zephir-rpm.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/zephir-rpm.patch b/zephir-rpm.patch index dc497e4..505e682 100644 --- a/zephir-rpm.patch +++ b/zephir-rpm.patch @@ -26,9 +26,9 @@ diff -up bin/zephir.rpm bin/zephir if [[ $1 && $2 && $3 && "$1"=="-c" ]]; then - php -d safe_mode=Off -d enable_dl=On -c $2 $ZEPHIRDIR/compiler.php ${*:3} -+ @BINDIR@/php -d extension=zephir_parser.so -c $2 $ZEPHIRDIR/compiler.php ${*:3} ++ @BINDIR@/php -d memory_limit=1G -d extension=zephir_parser.so -c $2 $ZEPHIRDIR/compiler.php ${*:3} else - php -d safe_mode=Off -d enable_dl=On $ZEPHIRDIR/compiler.php $* -+ @BINDIR@/php -d extension=zephir_parser.so $ZEPHIRDIR/compiler.php $* ++ @BINDIR@/php -d memory_limit=1G -d extension=zephir_parser.so $ZEPHIRDIR/compiler.php $* fi |