39506d885e
THe main features of PHP 5.6: * Constant scalar expressions. * Variadic functions and argument unpacking using the ... operator. * Exponentiation using the ** operator. * Function and constant importing with the use keyword. * phpdbg as an interactive integrated debugger SAPI. * php://input is now reusable, and $HTTP_RAW_POST_DATA is deprecated. * GMP objects now support operator overloading. * File uploads larger than 2 gigabytes in size are now accepted. Please refer for difference from oldre release:http://php.net/migration56.
11 lines
447 B
Text
11 lines
447 B
Text
===========================================================================
|
|
$NetBSD: MESSAGE,v 1.1 2014/11/24 15:37:08 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.
|
|
|
|
===========================================================================
|