|
@@ -4,7 +4,7 @@ module Docs
|
|
|
|
|
|
|
|
self.name = 'PHP'
|
|
self.name = 'PHP'
|
|
|
self.type = 'php'
|
|
self.type = 'php'
|
|
|
- self.release = 'up to 7.0.5'
|
|
|
|
|
|
|
+ self.release = 'up to 7.0.7'
|
|
|
self.base_url = 'https://secure.php.net/manual/en/'
|
|
self.base_url = 'https://secure.php.net/manual/en/'
|
|
|
self.root_path = 'index.html'
|
|
self.root_path = 'index.html'
|
|
|
self.initial_paths = %w(
|
|
self.initial_paths = %w(
|
|
@@ -36,7 +36,7 @@ module Docs
|
|
|
options[:only_patterns] = [
|
|
options[:only_patterns] = [
|
|
|
/\Alanguage\./,
|
|
/\Alanguage\./,
|
|
|
/\Aclass\./,
|
|
/\Aclass\./,
|
|
|
- /\Afunction\./,
|
|
|
|
|
|
|
+ /\Afunctions?\./,
|
|
|
/\Acontrol-structures/,
|
|
/\Acontrol-structures/,
|
|
|
/\Aregexp\./,
|
|
/\Aregexp\./,
|
|
|
/\Areserved\.exceptions/,
|
|
/\Areserved\.exceptions/,
|