Skip to content
New issue

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

PHP 5.4 update #21

Closed
joschi99 opened this issue Nov 6, 2015 · 2 comments
Closed

PHP 5.4 update #21

joschi99 opened this issue Nov 6, 2015 · 2 comments
Assignees
Milestone

Comments

@joschi99
Copy link
Owner

joschi99 commented Nov 6, 2015

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.

@joschi99 joschi99 self-assigned this Nov 6, 2015
@joschi99 joschi99 added this to the Osiris 2.2 milestone Nov 6, 2015
@joschi99
Copy link
Owner Author

Php upgrade procedure

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

@joschi99
Copy link
Owner Author

There are no errors on the php webapplication installed:

Monitoring is working normaly.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant