summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrey Andreev <narf@devilix.net>2014-01-24 14:58:07 +0100
committerAndrey Andreev <narf@devilix.net>2014-01-24 14:58:07 +0100
commit44930554e0a47027b136abf2904825cab53f965f (patch)
tree138ede9c3f3c1dc4c6232f0f17d299965985d24c
parent8b9dd229bc58e271cba9665d26882d8c8449ac36 (diff)
parent1d6bddd3ef95f04795e6b3228dda6f8683bfccd7 (diff)
Merge pull request #2837 from iBotPeaches/feature/user-guide-cleanup
fix outdated php.net url
-rw-r--r--user_guide_src/source/general/styleguide.rst2
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.