You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -218,7 +218,7 @@ Nevertheless, production environment is not where you debug ;)
218
218
219
219
Other memory debugging tools for PHP
220
220
-------------------------------------
221
-
- XDebug (http://www.xdebug.net)
221
+
- XDebug (https://xdebug.org/)
222
222
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)
0 commit comments