mirror of
https://github.com/php/php-src.git
synced 2026-03-31 04:32:19 +02:00
instructions
This commit is contained in:
15
README.md
15
README.md
@@ -14,6 +14,21 @@ Features
|
||||
- access to eval during execution
|
||||
- sapi agnositicism, easy integration
|
||||
|
||||
Installation
|
||||
============
|
||||
|
||||
To install **phpdbg**, you must compile the source against your PHP installation sources, and enable the SAPI with the configure command.
|
||||
|
||||
```
|
||||
cd /usr/src/php-src/sapi
|
||||
git clone https://github.com/krakjoe/phpdbg
|
||||
cd ../
|
||||
./buildconf --force
|
||||
./config.nice
|
||||
make -j8
|
||||
make install-phpdbg
|
||||
```
|
||||
|
||||
Screeny
|
||||
=======
|
||||
|
||||
|
||||
Reference in New Issue
Block a user