From 919425b8cf16003bb9632937d404ceab7f54fcf9 Mon Sep 17 00:00:00 2001 From: Simon Legner Date: Thu, 21 Nov 2024 22:09:37 +0100 Subject: [PATCH] Update PHP documentation (8.4) --- lib/docs/scrapers/php.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/docs/scrapers/php.rb b/lib/docs/scrapers/php.rb index 6d38c70c..b9900e82 100644 --- a/lib/docs/scrapers/php.rb +++ b/lib/docs/scrapers/php.rb @@ -5,7 +5,7 @@ module Docs 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( @@ -62,7 +62,7 @@ module Docs options[:skip_patterns] = [/mysqlnd/, /xdevapi/i] options[:attribution] = <<-HTML - © 1997–2023 The PHP Documentation Group
+ © 1997–2024 The PHP Documentation Group
Licensed under the Creative Commons Attribution License v3.0 or later. HTML