|
|
@ -5,7 +5,7 @@ module Docs
|
|
|
|
|
|
|
|
|
|
|
|
self.name = 'PHP'
|
|
|
|
self.name = 'PHP'
|
|
|
|
self.type = 'php'
|
|
|
|
self.type = 'php'
|
|
|
|
self.release = '8.2'
|
|
|
|
self.release = '8.3'
|
|
|
|
self.base_url = 'https://www.php.net/manual/en/'
|
|
|
|
self.base_url = 'https://www.php.net/manual/en/'
|
|
|
|
self.root_path = 'index.html'
|
|
|
|
self.root_path = 'index.html'
|
|
|
|
self.initial_paths = %w(
|
|
|
|
self.initial_paths = %w(
|
|
|
@ -62,7 +62,7 @@ module Docs
|
|
|
|
options[:skip_patterns] = [/mysqlnd/, /xdevapi/i]
|
|
|
|
options[:skip_patterns] = [/mysqlnd/, /xdevapi/i]
|
|
|
|
|
|
|
|
|
|
|
|
options[:attribution] = <<-HTML
|
|
|
|
options[:attribution] = <<-HTML
|
|
|
|
© 1997–2022 The PHP Documentation Group<br>
|
|
|
|
© 1997–2023 The PHP Documentation Group<br>
|
|
|
|
Licensed under the Creative Commons Attribution License v3.0 or later.
|
|
|
|
Licensed under the Creative Commons Attribution License v3.0 or later.
|
|
|
|
HTML
|
|
|
|
HTML
|
|
|
|
|
|
|
|
|
|
|
|