|
|
|
@ -4,7 +4,7 @@ module Docs
|
|
|
|
|
|
|
|
|
|
self.name = 'PHP'
|
|
|
|
|
self.type = 'php'
|
|
|
|
|
self.release = 'up to 7.1.0'
|
|
|
|
|
self.release = 'up to 7.1.3'
|
|
|
|
|
self.base_url = 'https://secure.php.net/manual/en/'
|
|
|
|
|
self.root_path = 'index.html'
|
|
|
|
|
self.initial_paths = %w(
|
|
|
|
@ -46,12 +46,12 @@ module Docs
|
|
|
|
|
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
|
|
|
|
|
ftp funchand gearman geoip gettext gmagick gmp hash iconv iisfunc image
|
|
|
|
|
imagick imap info inotify intl json ldap libevent libxml mail mailparse
|
|
|
|
|
imagick imap info inotify intl json judy ldap libevent libxml lua mail mailparse
|
|
|
|
|
math mbstring mcrypt memcached misc mysqli network oauth openssl
|
|
|
|
|
outcontrol password pcntl pcre pdo pgsql phar posix proctitle pthreads quickhash regex runkit
|
|
|
|
|
reflection sca session sem session-pgsql shmop simplexml soap sockets solr sphinx spl
|
|
|
|
|
spl-types sqlite3 sqlsrv ssh2 stats stream strings sync taint tidy uodbc url
|
|
|
|
|
var varnish weakref xml xmlreader xmlrpc xmlwriter xsl yaf yar yaml zip zlib)
|
|
|
|
|
spl-types sqlite3 sqlsrv ssh2 stats stream strings sync taint tidy tokenizer uodbc url
|
|
|
|
|
v8js var varnish weakref xml xmlreader xmlrpc xmlwriter xsl yaf yar yaml zip zlib)
|
|
|
|
|
|
|
|
|
|
options[:only] = BOOKS.map { |s| "book.#{s}.html" }
|
|
|
|
|
|
|
|
|
@ -64,7 +64,7 @@ module Docs
|
|
|
|
|
options[:skip_patterns] = [/mysqlnd/]
|
|
|
|
|
|
|
|
|
|
options[:attribution] = <<-HTML
|
|
|
|
|
© 1997–2016 The PHP Documentation Group<br>
|
|
|
|
|
© 1997–2017 The PHP Documentation Group<br>
|
|
|
|
|
Licensed under the Creative Commons Attribution License v3.0 or later.
|
|
|
|
|
HTML
|
|
|
|
|
end
|
|
|
|
|