We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Upgrade to php version 5.4.x on Scientific Linux 6.7
This is necessary to have more compatibility for future updates like GLPI 0.9 and others.
The text was updated successfully, but these errors were encountered:
yum clean all wget http://rpms.famillecollet.com/enterprise/remi-release-6.rpm yum install remi-release-6.rpm
enable remi repository
yum update php yum remove php-pecl-apc.x86_64 yum install php-pecl-apcu.x86_64
very important to remove php-pecl-apc and install php-pecl.apcu - php-pecl-apc is not compliant with php 5.4 configure php.ini and restart apache
/etc/init.d/httpd restart
disable remo repository
Sorry, something went wrong.
Osiris2.2 PHP 5.4.x php.ini configuration (see #21)
638c7d2
There are no errors on the php webapplication installed:
Monitoring is working normaly.
joschi99
No branches or pull requests
Upgrade to php version 5.4.x on Scientific Linux 6.7
This is necessary to have more compatibility for future updates like GLPI 0.9 and others.
The text was updated successfully, but these errors were encountered: