summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/source/config.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/source/config.rst b/doc/source/config.rst
index 5f28532..89e063f 100644
--- a/doc/source/config.rst
+++ b/doc/source/config.rst
@@ -342,6 +342,8 @@ It's currently not possible to:
342 without hooking the other, at least 342 without hooking the other, at least
343 `for now <https://github.com/nbs-system/snuffleupagus/issues/190>`__). 343 `for now <https://github.com/nbs-system/snuffleupagus/issues/190>`__).
344 This is why hooked ``print`` will be displayed as ``echo`` in the logs. 344 This is why hooked ``print`` will be displayed as ``echo`` in the logs.
345- Hook `strlen`, since in latest PHP versions, this function is usually
346 optimized away by the compiled.
345 347
346 348
347Examples 349Examples