PHP 7.0 has been released and we still can't use it in production on DA servers

uh its taking too long for john to update to the server.
can i just download php 7 from php.net site directly?
 
common where is the update john??????
u should get a volunteer who can upload new versions
 
@Frej. If you can't wait one or two days, I suggest you install php 7 from source instead. One or two days is not much to wait for a new version. You should not expect it do be available in custombuild only hours after it is released and announced on php.net

I would not like a volunteer for this, that would be a security risk for us all the way I see it. Please be a little patient. :)
 
Last edited:
The latest version of PHP 7 is now in CB. I compared the MD5 checksums and they were the same.

versions.txt:
php70:7.0.0:4ac36fc0c028c7f704b8485b9cd636e9

PHP download page:

php-7.0.0.tar.gz (sig) [17,797Kb] 03 Dec 2015
4ac36fc0c028c7f704b8485b9cd636e9
d6ae7b4a2e5c43a9945a97e83b6b3adfb7d0df0b91ef78b647a6dffefaa9c71b

// After the update i have this error message:
Code:
cp: cannot stat '/usr/local/directadmin/custombuild/configure/php-fpm/conf/php-fpm.conf.70': No such file or directory
Downloading		php-fpm.conf.70...
--2015-12-05 16:26:14--  http://files.directadmin.com/services/custombuild/php-fpm.conf.70
Resolving files.directadmin.com (files.directadmin.com)... 208.167.226.3, 216.144.254.90, 69.162.69.58
Connecting to files.directadmin.com (files.directadmin.com)|208.167.226.3|:80... connected.
HTTP request sent, awaiting response... 404 Not Found
2015-12-05 16:26:14 ERROR 404: Not Found.

Downloaded file /usr/local/directadmin/custombuild/php-fpm.conf.70 does not exist or is empty after download

MD5 Checksum on php-fpm.conf.70 passed.
Enabling php-fpm70 in systemd...
ln -s '/etc/systemd/system/php-fpm70.service' '/etc/systemd/system/multi-user.target.wants/php-fpm70.service'
Job for php-fpm70.service failed. See 'systemctl status php-fpm70.service' and 'journalctl -xn' for details.
PHP 7.0.0 Installed.

However PHP-FPM is running:

Code:
systemctl status php-fpm70.service 
php-fpm70.service - The PHP FastCGI Process Manager
   Loaded: loaded (/etc/systemd/system/php-fpm70.service; enabled)
   Active: active (running) since Sat 2015-12-05 16:26:20 CET; 6min ago

And everything is working perfectly fine. The speed improvement is massive. Are these messages a bug in CB perhaps?
 
Last edited:
Back
Top