Selaa lähdekoodia

Update PHP documentation (8.2)

Simon Legner 3 vuotta sitten
vanhempi
commit
979c8a32ae

+ 1 - 1
assets/javascripts/templates/pages/about_tmpl.coffee

@@ -687,7 +687,7 @@ credits = [
     'https://raw.githubusercontent.com/phoenixframework/phoenix/master/LICENSE.md'
   ], [
     'PHP',
-    '1997-2021 The PHP Documentation Group',
+    '1997-2022 The PHP Documentation Group',
     'CC BY',
     'https://secure.php.net/manual/en/copyright.php'
   ], [

+ 2 - 2
lib/docs/scrapers/php.rb

@@ -5,7 +5,7 @@ module Docs
 
     self.name = 'PHP'
     self.type = 'php'
-    self.release = '8.1.5'
+    self.release = '8.2'
     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
-      &copy; 1997&ndash;2021 The PHP Documentation Group<br>
+      &copy; 1997&ndash;2022 The PHP Documentation Group<br>
       Licensed under the Creative Commons Attribution License v3.0 or later.
     HTML