diff options
author | Connor Tumbleson <connor.tumbleson@gmail.com> | 2014-01-24 14:37:22 +0100 |
---|---|---|
committer | Connor Tumbleson <connor.tumbleson@gmail.com> | 2014-01-24 14:37:22 +0100 |
commit | 1d6bddd3ef95f04795e6b3228dda6f8683bfccd7 (patch) | |
tree | 138ede9c3f3c1dc4c6232f0f17d299965985d24c /user_guide_src/source/general | |
parent | b8401d44036d0fbf336ba29ec2f17c82df5ea580 (diff) |
update to errorfunc url
Diffstat (limited to 'user_guide_src/source/general')
-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 000d04e1c..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/function.ini-set.php>`_ + <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. |