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.
7 lines
343 B
Text
7 lines
343 B
Text
PHP is an HTML-embedded scripting language. It is modular, with
|
|
some object-oriented features. Much of its syntax is borrowed from
|
|
C, Java and Perl with a couple of unique PHP-specific features
|
|
thrown in. The language is designed to allow web developers to
|
|
write dynamically generated pages quickly.
|
|
|
|
This package provides PHP version 5.5.x.
|