Skip to content

Commit 972ed81

Browse files
committed
Update PHP documentation (7.2.2)
1 parent 3d5c228 commit 972ed81

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

assets/javascripts/templates/pages/about_tmpl.coffee

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -522,7 +522,7 @@ credits = [
522522
'https://raw.githubusercontent.com/phoenixframework/phoenix/master/LICENSE.md'
523523
], [
524524
'PHP',
525-
'1997-2017 The PHP Documentation Group',
525+
'1997-2018 The PHP Documentation Group',
526526
'CC BY',
527527
'https://secure.php.net/manual/en/copyright.php'
528528
], [

lib/docs/scrapers/php.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ class Php < FileScraper
44

55
self.name = 'PHP'
66
self.type = 'php'
7-
self.release = '7.1.12'
7+
self.release = '7.2.2'
88
self.base_url = 'https://secure.php.net/manual/en/'
99
self.root_path = 'index.html'
1010
self.initial_paths = %w(
@@ -64,7 +64,7 @@ class Php < FileScraper
6464
options[:skip_patterns] = [/mysqlnd/]
6565

6666
options[:attribution] = <<-HTML
67-
&copy; 1997&ndash;2017 The PHP Documentation Group<br>
67+
&copy; 1997&ndash;2018 The PHP Documentation Group<br>
6868
Licensed under the Creative Commons Attribution License v3.0 or later.
6969
HTML
7070
end

0 commit comments

Comments
 (0)