diff options
| author | jvoisin | 2018-07-13 11:41:10 +0200 |
|---|---|---|
| committer | jvoisin | 2018-07-13 11:41:10 +0200 |
| commit | d7119b01c37cc7c94fe959046a2ec60639e1ae69 (patch) | |
| tree | 1a3ed223ec46c6a85ce2ed3444ef362ea9caf6a1 /doc/source/config.rst | |
| parent | 94649dee9e8b8b6c6c28b79d565ae7b388e3d6d9 (diff) | |
Document why `print` might look like `echo` in logs
Diffstat (limited to 'doc/source/config.rst')
| -rw-r--r-- | doc/source/config.rst | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/source/config.rst b/doc/source/config.rst index 0186b4a..1b37071 100644 --- a/doc/source/config.rst +++ b/doc/source/config.rst | |||
| @@ -310,6 +310,9 @@ It's currently not possible to: | |||
| 310 | - Hook on the return value of user-defined functions | 310 | - Hook on the return value of user-defined functions |
| 311 | - Use extra-convoluted rules for matching, like ``${$A}$$B->${'}[1]``, because if you're writing | 311 | - Use extra-convoluted rules for matching, like ``${$A}$$B->${'}[1]``, because if you're writing |
| 312 | things like this, odds are that you're doing something wrong anyway. | 312 | things like this, odds are that you're doing something wrong anyway. |
| 313 | - Hooks on ``print`` will be logged | ||
| 314 | (`for now<https://github.com/nbs-system/snuffleupagus/issues/190>`__) as hooks | ||
| 315 | on ``echo`` because of how PHP implements its internals. | ||
| 313 | 316 | ||
| 314 | 317 | ||
| 315 | Examples | 318 | Examples |
