]> granicus.if.org Git - php/commitdiff
...
authorkrakjoe <joe.watkins@live.co.uk>
Sun, 10 Nov 2013 23:44:16 +0000 (23:44 +0000)
committerkrakjoe <joe.watkins@live.co.uk>
Sun, 10 Nov 2013 23:44:16 +0000 (23:44 +0000)
README.md

index 5fd6514d69219efb88e5d476c23cde0ede1d92cd..51f7be3041fbd376cb9db9acede22001c93bb14b 100644 (file)
--- 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
 ============