Skip to content

Commit be28b4a

Browse files
authored
Update Readme
Replace xdebug link with the good url
1 parent 684368a commit be28b4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ Nevertheless, production environment is not where you debug ;)
218218

219219
Other memory debugging tools for PHP
220220
-------------------------------------
221-
- XDebug (http://www.xdebug.net)
221+
- XDebug (https://xdebug.org/)
222222
With the trace feature and the memory delta option (tool see XDebug documentation), you can trace function memory usage. You can use the provided script to get an aggregated view (TODO link)
223223

224224
- PHP Memprof (https://github.com/arnaud-lb/php-memory-profiler)

0 commit comments

Comments
 (0)