|
@@ -2,7 +2,7 @@ module Docs
|
|
|
class Php < FileScraper
|
|
class Php < FileScraper
|
|
|
self.name = 'PHP'
|
|
self.name = 'PHP'
|
|
|
self.type = 'php'
|
|
self.type = 'php'
|
|
|
- self.version = 'up to 5.6.6'
|
|
|
|
|
|
|
+ self.version = 'up to 5.6.13'
|
|
|
self.base_url = 'http://www.php.net/manual/en/'
|
|
self.base_url = 'http://www.php.net/manual/en/'
|
|
|
self.root_path = 'index.html'
|
|
self.root_path = 'index.html'
|
|
|
self.initial_paths = %w(
|
|
self.initial_paths = %w(
|