From a44bda729fc7e50263de61a9c9889daba3cd7f2b Mon Sep 17 00:00:00 2001 From: Jennifer Hodgdon Date: Thu, 12 Sep 2013 07:52:52 -0700 Subject: Issue #692366 by mariacha1, hosef, Albert Volkman, xjm, underq, kid_icarus, willmoy, bradweikel: Replace US-centric php.net URLs with language-neutral URLs --- sites/default/default.settings.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sites/default') diff --git a/sites/default/default.settings.php b/sites/default/default.settings.php index 40f552e1d..580cc3887 100644 --- a/sites/default/default.settings.php +++ b/sites/default/default.settings.php @@ -271,7 +271,7 @@ $drupal_hash_salt = ''; * * To see what PHP settings are possible, including whether they can be set at * runtime (by using ini_set()), read the PHP documentation: - * http://www.php.net/manual/en/ini.list.php + * http://www.php.net/manual/ini.list.php * See drupal_environment_initialize() in includes/bootstrap.inc for required * runtime settings and the .htaccess file for non-runtime settings. Settings * defined there should not be duplicated here so as to avoid conflict issues. @@ -307,7 +307,7 @@ ini_set('session.cookie_lifetime', 2000000); * output filter may not have sufficient memory to process it. If you * experience this issue, you may wish to uncomment the following two lines * and increase the limits of these variables. For more information, see - * http://php.net/manual/en/pcre.configuration.php. + * http://php.net/manual/pcre.configuration.php. */ # ini_set('pcre.backtrack_limit', 200000); # ini_set('pcre.recursion_limit', 200000); -- cgit v1.2.3