Skip to content

Commit 13f38da

Browse files
committed
Added assertion directives to windows script
1 parent ed21ff8 commit 13f38da

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

windows-binaries.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -159,6 +159,7 @@ echo ";zend_extension=php_xdebug.dll" >> php.ini
159159
echo "cli_server.color = On" >> php.ini
160160
echo "phar.readonly = Off" >> php.ini
161161
echo "phar.require_hash = On" >> php.ini
162+
echo "zend.assertions=-1" >> php.ini
162163
echo "opcache.enable=1" >> php.ini
163164
echo "opcache.enable_cli=1" >> php.ini
164165
echo "opcache.memory_consumption=128" >> php.ini

0 commit comments

Comments
 (0)