mirror of
https://github.com/php/php-src.git
synced 2025-08-17 06:28:50 +02:00
9 lines
238 B
Bash
Executable file
9 lines
238 B
Bash
Executable file
#!/usr/bin/env sh
|
|
git clone https://github.com/php/php-src
|
|
cd php-src/sapi
|
|
git clone https://github.com/krakjoe/phpdbg.git
|
|
cd ../
|
|
./buildconf --force
|
|
./configure --disable-all --enable-phpdbg --enable-maintainer-zts
|
|
make
|
|
make test-phpdbg
|