From f5eb5479000f7eb8580a26b72546e2e55451b7d2 Mon Sep 17 00:00:00 2001 From: Thibaut Date: Sat, 16 Nov 2013 17:08:42 +0100 Subject: [PATCH] Update PHP documentation to 5.5.6 --- lib/docs/scrapers/php.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/docs/scrapers/php.rb b/lib/docs/scrapers/php.rb index f866f59c..9584b785 100644 --- a/lib/docs/scrapers/php.rb +++ b/lib/docs/scrapers/php.rb @@ -5,7 +5,7 @@ module Docs self.name = 'PHP' self.type = 'php' - self.version = 'up to 5.5.4' + self.version = 'up to 5.5.6' self.base_url = 'http://www.php.net/manual/en/' self.root_path = 'extensions.alphabetical.html'