From de9a4c0fcaab076b5a12e3f64e168581b85271b9 Mon Sep 17 00:00:00 2001 From: Linus Metzler Date: Sat, 4 Oct 2014 12:41:48 +0200 Subject: [PATCH 1/2] fixing links to the PHP documentation php.net recently changed their links a bit which results in a call to http://uk2.php.net/ to return a 404 error --- docs/configuration.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/configuration.rst b/docs/configuration.rst index 6b5f2ff6..c66a1050 100644 --- a/docs/configuration.rst +++ b/docs/configuration.rst @@ -362,6 +362,6 @@ If you wish to use custom caching functions, you can set them from the configure .. _PDO documentation: http://php.net/manual/en/pdo.construct.php .. _the PDO documentation: http://www.php.net/manual/en/pdo.construct.php -.. _the PDO set attribute documentation: http://uk2.php.net/manual/en/pdo.setattribute.php +.. _the PDO set attribute documentation: http://php.net/manual/en/pdo.setattribute.php .. _PDOStatement documentation: http://www.php.net/manual/en/class.pdostatement.php .. _Memcached: http://www.memcached.org/ From 20436a973274e5d1637490eb7324e03db56b1718 Mon Sep 17 00:00:00 2001 From: Linus Metzler Date: Thu, 9 Oct 2014 09:04:18 +0200 Subject: [PATCH 2/2] php.net doesn't use any subdomains (anymore) --- docs/configuration.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/configuration.rst b/docs/configuration.rst index c66a1050..b40cbe12 100644 --- a/docs/configuration.rst +++ b/docs/configuration.rst @@ -361,7 +361,7 @@ If you wish to use custom caching functions, you can set them from the configure .. _PDO documentation: http://php.net/manual/en/pdo.construct.php -.. _the PDO documentation: http://www.php.net/manual/en/pdo.construct.php +.. _the PDO documentation: http://php.net/manual/en/pdo.construct.php .. _the PDO set attribute documentation: http://php.net/manual/en/pdo.setattribute.php -.. _PDOStatement documentation: http://www.php.net/manual/en/class.pdostatement.php +.. _PDOStatement documentation: http://php.net/manual/en/class.pdostatement.php .. _Memcached: http://www.memcached.org/