Skip to content

Instantly share code, notes, and snippets.

View satwareAG-ironMike's full-sized avatar

Michael Wegener satwareAG-ironMike

View GitHub Profile
@satwareAG-ironMike
satwareAG-ironMike / gist:5cf5396a8f78a40d2bd9484e21973b0e
Created December 19, 2022 16:24
Test doctrine-firebird-driver for PHP 8.1 and Firebird 3
git clone --single-branch --branch php81-phpunit https://github.com/satwareAG/doctrine-firebird-driver
cd doctrine-firebird-driver/tests
docker-compose up &
docker exec app-doctrine-firebird-driver composer install
docker exec app-doctrine-firebird-driver bin/simple-phpunit -c ./tests/phpunit.xml
@satwareAG-ironMike
satwareAG-ironMike / build-linux-phpdriver.sh
Created December 19, 2022 15:39
Build PHP 8.1 php-firebird driver for Linux
git clone --single-branch --branch fix-deprecations https://github.com/satwareAG/php-firebird.git
cd php-firebird/docker
sudo ./getmodule.sh