6a2b156325
PHP 7.2.x builds upon 7.1.x, adding new features: * Argument type declarations * Object return type declarations * Parameter Type Widening * Trailing commas in list syntax * Argon2 in password hash * Libsodium as part of PHP Core * Deprecated: __autoload, $php_errormsg, create_function(), mbstring.func_overload, parse_str() without second argument, gmp_random(), each(), assert(), $errcontext * uniqid() patch to avoid usleep() integrated, 10000x improvement on NetBSD, about 10x on Linux
11 lines
451 B
Text
11 lines
451 B
Text
===========================================================================
|
|
$NetBSD: MESSAGE,v 1.1 2017/11/15 08:56:12 jdolecek 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.
|
|
|
|
===========================================================================
|