diff --git a/assets/javascripts/templates/pages/about_tmpl.coffee b/assets/javascripts/templates/pages/about_tmpl.coffee
index 2996fa0b..f6f8e247 100644
--- a/assets/javascripts/templates/pages/about_tmpl.coffee
+++ b/assets/javascripts/templates/pages/about_tmpl.coffee
@@ -522,7 +522,7 @@ credits = [
'https://raw.githubusercontent.com/phoenixframework/phoenix/master/LICENSE.md'
], [
'PHP',
- '1997-2017 The PHP Documentation Group',
+ '1997-2018 The PHP Documentation Group',
'CC BY',
'https://secure.php.net/manual/en/copyright.php'
], [
diff --git a/lib/docs/scrapers/php.rb b/lib/docs/scrapers/php.rb
index 78736a0e..1a9ea25a 100644
--- a/lib/docs/scrapers/php.rb
+++ b/lib/docs/scrapers/php.rb
@@ -4,7 +4,7 @@ module Docs
self.name = 'PHP'
self.type = 'php'
- self.release = '7.1.12'
+ self.release = '7.2.2'
self.base_url = 'https://secure.php.net/manual/en/'
self.root_path = 'index.html'
self.initial_paths = %w(
@@ -64,7 +64,7 @@ module Docs
options[:skip_patterns] = [/mysqlnd/]
options[:attribution] = <<-HTML
- © 1997–2017 The PHP Documentation Group
+ © 1997–2018 The PHP Documentation Group
Licensed under the Creative Commons Attribution License v3.0 or later.
HTML
end