Initial commit

This commit is contained in:
2022-11-21 09:47:28 +01:00
commit 76cec83d26
11652 changed files with 1980467 additions and 0 deletions

12
#pma/test/install-runkit Normal file
View File

@ -0,0 +1,12 @@
#!/bin/bash
if [ "$TRAVIS_PHP_VERSION" = "nightly" -o "$TRAVIS_PHP_VERSION" = "hhvm" -o "$TRAVIS_PHP_VERSION" = "7.0" ] ; then
exit 0
fi
set -e
set -x
pecl install runkit
phpenv config-add test/php-runkit.ini