We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 86f5b73 commit 4662833Copy full SHA for 4662833
.github/workflows/test/build-php-ext-gsl.sh
@@ -8,7 +8,7 @@ php --version
8
cd php-ext-gsl
9
10
phpize
11
-./configure
+./configure --with-gsl CFLAGS="$CFLAGS -Wno-implicit-function-declaration"
12
php -dmemory_limit=-1 build/gen_stub.php --force-regeneration
13
sed -i 's/$user_input = fgets($fp, 10);/$user_input = "s";/g' run-tests.php
14
make
0 commit comments