Minor cosmetics for PHP

This change contains two, relatively small changes:

1) The release of the PHP documentation is always the latest version of PHP, and even in some cases future releases such as the upcoming 7.2
2) The source location for PHP is actually our own git host at git.php.net, whereas the Github repository acts as a mirror
pull/686/head
Kalle Sommer Nielsen 7 years ago committed by GitHub
parent 8e2a918df0
commit 75827afc25

@ -4,7 +4,7 @@ module Docs
self.name = 'PHP'
self.type = 'php'
self.release = 'up to 7.1.5'
self.release = 'PHP4, PHP5 and PHP7'
self.base_url = 'https://secure.php.net/manual/en/'
self.root_path = 'index.html'
self.initial_paths = %w(
@ -20,7 +20,7 @@ module Docs
self.links = {
home: 'https://secure.php.net/',
code: 'https://github.com/php/php-src'
code: 'https://git.php.net/?p=php-src.git;a=summary'
}
# Downloaded from php.net/download-docs.php

Loading…
Cancel
Save