Skip to content

Commit

Permalink
Update PHP documentation (8.4)
Browse files Browse the repository at this point in the history
  • Loading branch information
simon04 committed Nov 21, 2024
1 parent 8fff775 commit 919425b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/docs/scrapers/php.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ class Php < FileScraper

self.name = 'PHP'
self.type = 'php'
self.release = '8.3'
self.release = '8.4'
self.base_url = 'https://www.php.net/manual/en/'
self.root_path = 'index.html'
self.initial_paths = %w(
Expand Down Expand Up @@ -62,7 +62,7 @@ class Php < FileScraper
options[:skip_patterns] = [/mysqlnd/, /xdevapi/i]

options[:attribution] = <<-HTML
&copy; 1997&ndash;2023 The PHP Documentation Group<br>
&copy; 1997&ndash;2024 The PHP Documentation Group<br>
Licensed under the Creative Commons Attribution License v3.0 or later.
HTML

Expand Down

0 comments on commit 919425b

Please sign in to comment.