From: krakjoe Date: Sun, 10 Nov 2013 23:44:16 +0000 (+0000) Subject: ... X-Git-Tag: php-5.6.0alpha1~110^2~497 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b5da4267761367f0c8eecdad6fe830e784e74bdc;p=php ... --- diff --git a/README.md b/README.md index 5fd6514d69..51f7be3041 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,12 @@ -phpdbg - The interactive PHP debugger -===================================== +The interactive PHP debugger +============================ phpdbg is an interactive debugger for PHP. Implemented as a SAPI module, phpdbg can excerpt complete control over the environment without impacting the functionality or performance of your code. +phpdbg aims to be a lightweight, easy to use debugging platform for PHP5.5+ + Features ======== @@ -14,6 +16,13 @@ Features - easy manipulation of the environment with built-in eval() - sapi agnositicism, easy integration +Planned +======= + + - mocking server environments/requests + - userland script-ability + - improve everything + Installation ============