php-doc-en/reference/opcache
Adam Harvey 41d8e7ffe4 Update version information to include PHP 7.
This was mostly done programmatically, and is likely wrong for a small number
of functions. We may have to wait for bug reports, unless someone wants to
review this by hand. Basic efforts were made to avoid adding "PHP 7" to
functions that were removed in PHP 5.x (x > 0) and PHP 7, but there are
undoubtedly still issues.

In case we're still using Docbook for PHP 8, I've uploaded the script that I
wrote to do this to GitHub at
https://github.com/LawnGnome/php-doc-version-migrator.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@338406 c90b9560-bf6c-de11-be94-00142212c4b1
2016-01-04 21:40:07 +00:00
..
functions Added opcache_is_script_cached() docs (Patch by Trevor Suarez) 2015-02-11 09:34:01 +00:00
book.xml
configure.xml fix #66363 update opcache docs to reflect it can only be compiled shared 2013-12-28 07:50:35 +00:00
ini.xml The current opcache documentation says that the selected prime number will be "bigger" than the value specified, while in source (https://github.com/php/php-src/blob/PHP-7.0/ext/opcache/zend_accelerator_hash.c#L43) it looks to be "greater than or equal" -- which makes sense. 2015-12-31 12:50:01 +00:00
reference.xml
setup.xml
versions.xml Update version information to include PHP 7. 2016-01-04 21:40:07 +00:00