Update PHP documentation (7.1.12)

Closes #686.
Closes #673.
pull/704/merge
Thibaut Courouble 7 years ago
parent dac419289b
commit 0091cc6bd2

@ -4,7 +4,7 @@ module Docs
self.name = 'PHP' self.name = 'PHP'
self.type = 'php' self.type = 'php'
self.release = 'up to 7.1.5' self.release = '7.1.12'
self.base_url = 'https://secure.php.net/manual/en/' self.base_url = 'https://secure.php.net/manual/en/'
self.root_path = 'index.html' self.root_path = 'index.html'
self.initial_paths = %w( self.initial_paths = %w(
@ -20,7 +20,7 @@ module Docs
self.links = { self.links = {
home: 'https://secure.php.net/', 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 # Downloaded from php.net/download-docs.php
@ -45,7 +45,7 @@ module Docs
BOOKS = %w(apache apc apcu array bc bzip2 calendar csprng classobj ctype curl BOOKS = %w(apache apc apcu array bc bzip2 calendar csprng classobj ctype curl
datetime dba dir dom ds eio errorfunc ev event exec exif fileinfo filesystem filter datetime dba dir dom ds eio errorfunc ev event exec exif fileinfo filesystem filter
ftp funchand gearman geoip gettext gmagick gmp hash iconv iisfunc image ftp funchand gearman geoip gettext gmagick gmp hash ibase iconv iisfunc image
imagick imap info inotify intl json judy ldap libevent libxml lua mail mailparse imagick imap info inotify intl json judy ldap libevent libxml lua mail mailparse
math mbstring mcrypt memcached misc mysqli network oauth openssl math mbstring mcrypt memcached misc mysqli network oauth openssl
outcontrol password pcntl pcre pdo pgsql phar posix proctitle pthreads quickhash regex runkit outcontrol password pcntl pcre pdo pgsql phar posix proctitle pthreads quickhash regex runkit

Loading…
Cancel
Save