summaryrefslogtreecommitdiff
path: root/lang/php56/patches/patch-ext_standard_basic__functions.c
AgeCommit message (Collapse)AuthorFilesLines
2014-11-24Add php56, PHP version 5.6.3.taca1-0/+15
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.