|
|
@ -4,7 +4,7 @@ module Docs
|
|
|
|
|
|
|
|
|
|
|
|
self.name = 'PHP'
|
|
|
|
self.name = 'PHP'
|
|
|
|
self.type = 'php'
|
|
|
|
self.type = 'php'
|
|
|
|
self.release = '7.2.2'
|
|
|
|
self.release = '7.2.5'
|
|
|
|
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(
|
|
|
@ -61,7 +61,7 @@ module Docs
|
|
|
|
function.mssql-select-db.html
|
|
|
|
function.mssql-select-db.html
|
|
|
|
pthreads.modifiers.html)
|
|
|
|
pthreads.modifiers.html)
|
|
|
|
|
|
|
|
|
|
|
|
options[:skip_patterns] = [/mysqlnd/]
|
|
|
|
options[:skip_patterns] = [/mysqlnd/, /xdevapi/i]
|
|
|
|
|
|
|
|
|
|
|
|
options[:attribution] = <<-HTML
|
|
|
|
options[:attribution] = <<-HTML
|
|
|
|
© 1997–2018 The PHP Documentation Group<br>
|
|
|
|
© 1997–2018 The PHP Documentation Group<br>
|
|
|
|