4e46d7fd4f
PHP 7.0.0 comes with a new version of the Zend Engine, numerous improvements and new features such as * Improved performance: PHP 7 is up to twice as fast as PHP 5.6 * Significantly reduced memory usage * Abstract Syntax Tree * Consistent 64-bit support * Improved Exception hierarchy * Many fatal errors converted to Exceptions * Secure random number generator * Removed old and unsupported SAPIs and extensions * The null coalescing operator (??) * Return and Scalar Type Declarations * Anonymous Classes * Zero cost asserts
11 lines
447 B
Text
11 lines
447 B
Text
===========================================================================
|
|
$NetBSD: MESSAGE,v 1.1 2015/12/06 15:17:31 taca Exp $
|
|
|
|
To process PHP scripts, you will need a PHP-enabled HTTP server. You may
|
|
either configure the HTTP server to use the PHP CGI binary located in
|
|
|
|
${CGIDIR}/php
|
|
|
|
or you may install a PHP module for your HTTP server, e.g. www/ap-php.
|
|
|
|
===========================================================================
|