eva2000
- Total activity 128
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 13
- Subscriptions 40
Comments
Recent activity by eva2000-
How to install for PHP 7.1 ? didn't PHP 7 remove mssql extension support PHP 7 - MSSQL Removed? What's replacing? " r/PHP ?
-
I have confirmed that the change for MySQL 5.7 is only to do with the way user passwords are set. What everyone else has done is a simple If, else statement when creating users. if (mysql_57) { c...
-
Maybe cpanel needs a new tier beyond Edge releases for Experimental and push the newer bleeding edge or MySQL 5.7 support into that tier for folks to test ?
-
indeed in that instance cPanel supporting MySQL 5.7 would be nice
-
The other feature we are starting to see requested is in delayed replication answered at cPanel and MySQL 5.7 abandonment. Where to go to? | Web Hosting Talk delayed replication was added in MariaD...
-
cheers @cPJacob :)
-
i see maybe aliases for pecl53 = ea-php53 pecl54 = ea-php54 pecl55 = ea-php55 pecl56 = ea-php56 pecl70 = ea-php70 much easier to remember than full paths ? :)
-
It's important to use the full path to the PECL binary associated with your version of PHP. I successfully installed the Imagick PECL module for PHP 7 via the command line with EasyApache 4: why no...
-
FYI, CentOS 6.x has just pushed out CentOS 6.8 CR YUM repo fix for openssl vulnerability fix so you need to update via CR YUM repo Security - OpenSSL 1.0.h & Updating. CentOS 7.x openssl fix was re...
-
We don't provide, or ship, OpenSSL. Patches need provided by Red Hat, CentOS, or Cloud Linux. Has cpanel considered rolling their own OpenSSL RPM or adding ability for Apache provided by Cpanel to ...