We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 939f626 commit 0025730Copy full SHA for 0025730
1 file changed
lib/docs/scrapers/php.rb
@@ -2,7 +2,7 @@ module Docs
2
class Php < FileScraper
3
self.name = 'PHP'
4
self.type = 'php'
5
- self.version = 'up to 5.5.10'
+ self.version = 'up to 5.5.11'
6
self.base_url = 'http://www.php.net/manual/en/'
7
self.root_path = 'index.html'
8
self.initial_paths = %w(
0 commit comments