diff --git a/assets/javascripts/templates/pages/about_tmpl.coffee b/assets/javascripts/templates/pages/about_tmpl.coffee
index 2c999dbc..1c0437d5 100644
--- a/assets/javascripts/templates/pages/about_tmpl.coffee
+++ b/assets/javascripts/templates/pages/about_tmpl.coffee
@@ -242,7 +242,7 @@ credits = [
'https://github.com/sparklemotion/nokogiri/blob/master/README.rdoc#license'
], [
'PHP',
- '1997-2014 The PHP Documentation Group',
+ '1997-2015 The PHP Documentation Group',
'CC BY',
'http://creativecommons.org/licenses/by/3.0/'
], [
diff --git a/lib/docs/scrapers/php.rb b/lib/docs/scrapers/php.rb
index dc3a2954..bcc1eab3 100644
--- a/lib/docs/scrapers/php.rb
+++ b/lib/docs/scrapers/php.rb
@@ -2,7 +2,7 @@ module Docs
class Php < FileScraper
self.name = 'PHP'
self.type = 'php'
- self.version = 'up to 5.6.2'
+ self.version = 'up to 5.6.5'
self.base_url = 'http://www.php.net/manual/en/'
self.root_path = 'index.html'
self.initial_paths = %w(
@@ -52,7 +52,7 @@ module Docs
options[:skip_patterns] = [/mysqlnd/]
options[:attribution] = <<-HTML
- © 1997–2014 The PHP Documentation Group
+ © 1997–2015 The PHP Documentation Group
Licensed under the Creative Commons Attribution License v3.0 or later.
HTML
end