mirror of
https://github.com/php/php-src.git
synced 2026-03-31 04:32:19 +02:00
10 lines
238 B
Bash
Executable File
10 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
|