PHP 7.2.0 Released

wattie

Verified User
Joined
May 31, 2008
Messages
1,234
Location
Bulgaria
- Includes libsodium in core - modern cryptographic library
- Now warns (instead of notify) for unquoted strings (in future versions it will be error)
- New format of php.ini - loads extensions by their name (no ".so" needed at the end of them)
- Mcrypt is removed

http://php.net/archive/2017.php#id2017-11-30-1
 
Already in custombuild.

Installed:

Code:
[root@server php72]# /usr/local/php72/bin/php -v
PHP 7.2.0 (cli) (built: Dec  3 2017 22:51:14) ( NTS )
Copyright (c) 1997-2017 The PHP Group
Zend Engine v3.2.0, Copyright (c) 1998-2017 Zend Technologies
 
- PHP 7.2.0 Installed.

There is no ionCube loader available for PHP 7.2.
 
Back
Top