problems after upgrading to php 5.2.3

Support/Development for PHP
connector
New Forum User
New Forum User
Posts: 2
Joined: Thu Oct 04, 2007 5:16 am

problems after upgrading to php 5.2.3

Unread post by connector »

After upgraden to php 5.2.3 last night, I'm having serious problems running php.

Code: Select all

yum info php
Loading "installonlyn" plugin
Setting up repositories
Reading repository metadata in from local files
Installed Packages
Name   : php
Arch   : i386
Version: 5.2.3
Release: 4.el5.art
Size   : 9.5 M
Repo   : installed
Summary: The PHP HTML-embedded scripting language. (PHP: Hypertext Preprocessor)
I'm getting the following error in the php errolog.
But I don't know where to look for and how to change the php startup.

Code: Select all

[04-Oct-2007 13:18:41] PHP Warning:  PHP Startup: fileinfo: Unable to initialize module
Module compiled with module API=20050922, debug=0, thread-safety=0
PHP    compiled with module API=20060613, debug=0, thread-safety=0
These options need to match
 in Unknown on line 0
[04-Oct-2007 13:18:41] PHP Warning:  PHP Startup: memcache: Unable to initialize module
Module compiled with module API=20050922, debug=0, thread-safety=0
PHP    compiled with module API=20060613, debug=0, thread-safety=0
These options need to match
 in Unknown on line 0
[04-Oct-2007 13:18:41] PHP Warning:  PHP Startup: readline: Unable to initialize module
Module compiled with module API=20050922, debug=0, thread-safety=0
PHP    compiled with module API=20060613, debug=0, thread-safety=0
These options need to match
 in Unknown on line 0
scott
Atomicorp Staff - Site Admin
Atomicorp Staff - Site Admin
Posts: 8355
Joined: Wed Dec 31, 1969 8:00 pm
Location: earth
Contact:

Unread post by scott »

sounds like youve got modules mixed in from some other version of php in there.
connector
New Forum User
New Forum User
Posts: 2
Joined: Thu Oct 04, 2007 5:16 am

Unread post by connector »

scott wrote:sounds like youve got modules mixed in from some other version of php in there.
Any idea how to solve this? Or doe have to uninstall PHP?
When for example I run the command:

Code: Select all

Yum remove PHP
It also want to delete all PSA dependencies, but this is not what I want.
Post Reply