File tree Expand file tree Collapse file tree
assets/javascripts/templates/pages Expand file tree Collapse file tree Original file line number Diff line number Diff 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 ], [
Original file line number Diff line number Diff 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- © 1997–2017 The PHP Documentation Group< br >
67+ © 1997–2018 The PHP Documentation Group< br >
6868 Licensed under the Creative Commons Attribution License v3.0 or later.
6969 HTML
7070 end
You can’t perform that action at this time.
0 commit comments