We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8fff775 commit 919425bCopy full SHA for 919425b
lib/docs/scrapers/php.rb
@@ -5,7 +5,7 @@ class Php < FileScraper
5
6
self.name = 'PHP'
7
self.type = 'php'
8
- self.release = '8.3'
+ self.release = '8.4'
9
self.base_url = 'https://www.php.net/manual/en/'
10
self.root_path = 'index.html'
11
self.initial_paths = %w(
@@ -62,7 +62,7 @@ class Php < FileScraper
62
options[:skip_patterns] = [/mysqlnd/, /xdevapi/i]
63
64
options[:attribution] = <<-HTML
65
- © 1997–2023 The PHP Documentation Group<br>
+ © 1997–2024 The PHP Documentation Group<br>
66
Licensed under the Creative Commons Attribution License v3.0 or later.
67
HTML
68
0 commit comments