diff options
Diffstat (limited to 'lang/php72/DESCR')
-rw-r--r-- | lang/php72/DESCR | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/lang/php72/DESCR b/lang/php72/DESCR new file mode 100644 index 00000000000..2a6e822dc4e --- /dev/null +++ b/lang/php72/DESCR @@ -0,0 +1,22 @@ +PHP is a widely-used open source general-purpose scripting language +that is especially suited for web development and can be embedded +into HTML. It is modular, and object-oriented. 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 7.2.x. + +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 |