diff options
author | Andrey Andreev <narf@devilix.net> | 2014-01-24 14:58:07 +0100 |
---|---|---|
committer | Andrey Andreev <narf@devilix.net> | 2014-01-24 14:58:07 +0100 |
commit | 44930554e0a47027b136abf2904825cab53f965f (patch) | |
tree | 138ede9c3f3c1dc4c6232f0f17d299965985d24c /user_guide_src | |
parent | 8b9dd229bc58e271cba9665d26882d8c8449ac36 (diff) | |
parent | 1d6bddd3ef95f04795e6b3228dda6f8683bfccd7 (diff) |
Merge pull request #2837 from iBotPeaches/feature/user-guide-cleanup
fix outdated php.net url
Diffstat (limited to 'user_guide_src')
-rw-r--r-- | user_guide_src/source/general/styleguide.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/user_guide_src/source/general/styleguide.rst b/user_guide_src/source/general/styleguide.rst index 5613eabec..6718bc342 100644 --- a/user_guide_src/source/general/styleguide.rst +++ b/user_guide_src/source/general/styleguide.rst @@ -565,7 +565,7 @@ the ability to change this in the php.ini, you can often enable it with:: ini_set('display_errors', 1); .. note:: Setting the `display_errors - <http://php.net/manual/en/ref.errorfunc.php#ini.display-errors>`_ + <http://php.net/manual/en/errorfunc.configuration.php#ini.display-errors>`_ setting with ``ini_set()`` at runtime is not identical to having it enabled in the PHP environment. Namely, it will not have any effect if the script has fatal errors. |