Charlie Brown
- Total activity 7
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 1
Activity overview
Latest activity by Charlie Brown-
Charlie Brown commented,
We really need a timeframe for this since PHP5.6 is end-of life in a few months and 7.2 has mcrypt removed. That leaves us with nothing.
-
Charlie Brown commented,
Any movement on this? I see several releases since December but still no sodium.
-
Charlie Brown commented,
The bug I was referencing was on bugs.php.net: Bug #74826 "libsodium does not appear to be present" but it looks like it was fixed in July so I don't understand why the sodium functions weren't in ...
-
Charlie Brown commented,
I see an update from the EasyApache4 group on 12-21-2017 but still no sodium in 7.2 echo phpversion() . "\n"; if(function_exists('sodium_bin2hex')) { echo "sodium_bin2hex() exists!\n"; } else ...
-
Charlie Brown commented,
For PHP Pre-7.2, it was true that you needed to do the PECL thing. But one of the new features(the best one) in 7.2 is built-in encryption. The php.net page even says "nothing required they are par...
-
Charlie Brown created a post,
Is sodium missing from 7.2?
I set a site to PHP 7.2 using EA4 but the sodium functions are missing. - Removed - Is there an extra setting required or a module to turn on?