From d7bce93c81928d3a721be08a1faf45d3b8311768 Mon Sep 17 00:00:00 2001 From: mikey179 Date: Mon, 25 Sep 2017 19:33:31 +0200 Subject: [PATCH] ensure assert() is not removed when compiled --- appveyor.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/appveyor.yml b/appveyor.yml index 4d9f1144..d3bbef4c 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -21,6 +21,7 @@ install: - if %CACHED%==0 echo extension_dir=ext >> php.ini - if %CACHED%==0 echo extension=php_openssl.dll >> php.ini - if %CACHED%==0 echo extension=php_mbstring.dll >> php.ini + - if %CACHED%==0 echo zend.assertions = 1 >> php.ini - if %CACHED%==0 cd .. test_script: