[commits] [Wiki] changed: Doc/Dev/DebugH4
Michael Rubinsky
mrubinsk at horde.org
Wed Aug 10 14:28:47 UTC 2011
mrubinsk Wed, 10 Aug 2011 14:28:47 +0000
Modified page: http://wiki.horde.org/Doc/Dev/DebugH4
New Revision: 1.1
Change log: worth noting, took me a while to figure out why php was
segfaulting on a Horde::debug call
@@ -16,4 +16,11 @@
Horde::debug($variable, $filename);
</code>
{{$filename}} should be the full path to the filename. If using
{{$filename}}, make sure the directory/file is writable by the user
the PHP process runs as.
+
+It's worth noting that the output will also include a
debug_backtrace(), so trying something like:
+<code type="php">
+Horde::debug(debug_backtrace());
+</code>
+
+will likely cause issues.
More information about the commits
mailing list