Search found 7 matches

by htw_simon
Tue May 12, 2009 12:14 pm
Forum: PHP Help and Discussion
Topic: PSA 8.6 CENTOS 4 PHP 5 Upgrade
Replies: 12
Views: 27150

Re: PSA 8.6 CENTOS 4 PHP 5 Upgrade

I'm afraid thats beyond my knowledge.

'rpm -q php' says 'php-5.2.9-2.el4.art'

4.3.9 was the old version, but no idea about the date. This should work shouldn't it? This is running on a vps if that helps anyone.

Any help would be greatly appreciated!!!
by htw_simon
Tue May 12, 2009 10:11 am
Forum: PHP Help and Discussion
Topic: PSA 8.6 CENTOS 4 PHP 5 Upgrade
Replies: 12
Views: 27150

Re: PSA 8.6 CENTOS 4 PHP 5 Upgrade

cat /etc/*release* says CentOS release 4.5 (Final). Plesk says 4.3. Yes I restarted apache after changing php.ini. phpinfo() says: Configuration File (php.ini) Path /etc Loaded Configuration File /etc/php.ini Scan this dir for additional .ini files /etc/php.d additional .ini files parsed /etc/php.d/...
by htw_simon
Tue May 12, 2009 4:07 am
Forum: PHP Help and Discussion
Topic: PSA 8.6 CENTOS 4 PHP 5 Upgrade
Replies: 12
Views: 27150

Re: PSA 8.6 CENTOS 4 PHP 5 Upgrade

I think they are all the same. Installed yum (version 2.4.3) as it wasn't on the system - as well as all its dependencies. Then just went through the wiki instructions. I did "yum upgrade php" instead of just "yum upgrade". Would that be the problem? Was worried about the compati...
by htw_simon
Mon May 11, 2009 4:35 pm
Forum: PHP Help and Discussion
Topic: PSA 8.6 CENTOS 4 PHP 5 Upgrade
Replies: 12
Views: 27150

Re: PSA 8.6 CENTOS 4 PHP 5 Upgrade

I also extracted the php.ini file from http://www.atomicorp.com/channels/atomi ... x86_64.rpm and tried it, but I get the same errors.
by htw_simon
Mon May 11, 2009 4:04 pm
Forum: PHP Help and Discussion
Topic: PSA 8.6 CENTOS 4 PHP 5 Upgrade
Replies: 12
Views: 27150

Re: PSA 8.6 CENTOS 4 PHP 5 Upgrade

I tried replacing the php.ini file with one from the php dist, but I now get the following errors: PHP Warning: Unknown(): Unable to load dynamic library '/usr/lib64/php/modules/dbase.so' - /usr/lib64/php/modules/dbase.so: undefined symbol: _zval_dtor_func in Unknown on line 0 PHP Warning: Unknown()...
by htw_simon
Mon May 11, 2009 10:10 am
Forum: PHP Help and Discussion
Topic: PSA 8.6 CENTOS 4 PHP 5 Upgrade
Replies: 12
Views: 27150

Re: PSA 8.6 CENTOS 4 PHP 5 Upgrade

The install did not create the file /etc/php.ini.rpmnew for me to use - I did wonder about this, but it does say 'if applicable' on the wiki and I thought it just might not be as the file wasn't created. :( . How can I get a copy of this file or can I use the php.ini from a php.net 5.2.9 distribution?
by htw_simon
Mon May 11, 2009 7:05 am
Forum: PHP Help and Discussion
Topic: PSA 8.6 CENTOS 4 PHP 5 Upgrade
Replies: 12
Views: 27150

PSA 8.6 CENTOS 4 PHP 5 Upgrade

I upgraded to php version 5.2.9 as described in your wiki. The upgrade process seemed to work fine, however I now get the following errors for "php -v" PHP Warning: Unknown(): Unable to load dynamic library '/usr/lib64/php/modules/dbase.so' - /usr/lib64/php/modules/dbase.so: undefined symb...