Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@ for custom memory measurements.
* Log: Timing information of current request, time spent in action controller and custom timers. Also average, min and max time for requests.
* Variables: View variables, request info and contents of `$_COOKIE`, `$_POST` and `$_SESSION`

System Requirements
------------
Zfdebug runs on any version of PHP between 5.3 and 8.1! (see composer.json)

Installation & Usage
------------
To install, place the folder 'ZFDebug' in your library path, next to the Zend
Expand Down Expand Up @@ -78,4 +82,4 @@ Options

; Include file list filtered
zfdebug.plugins.File.base_path = APPLICATION_PATH "/../"
zfdebug.plugins.File.library = Regnskab
zfdebug.plugins.File.library = Regnskab
1 change: 1 addition & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
"library/"
],
"require": {
"php": ">=5.3",
"zendframework/zendframework1": "1.*"
},
"authors": [
Expand Down