Search found 6 matches

by joeb
Wed Jan 07, 2009 2:47 pm
Forum: PHP Help and Discussion
Topic: php upgrade 5.2.8 and sqlite2 dependencies
Replies: 50
Views: 57726

I executed the following: yum resolvedep php-sqlite2 Answer was: 0:php-pdo-5.2.8-1.el5.art.x86_64 Does this not work the other way as well? That is that php-pdo is actually the package that is dependent on php-sqlite2? What I am getting at is that this package is the one responsible for the depende...
by joeb
Wed Jan 07, 2009 1:30 pm
Forum: PHP Help and Discussion
Topic: php upgrade 5.2.8 and sqlite2 dependencies
Replies: 50
Views: 57726

Can you post ur whole yum update result? Thanks, Jonas Here it is: Resolving Dependencies --> Populating transaction set with selected packages. Please wait. ---> Package php.i386 0:5.2.8-3.el4.art set to be updated --> Running transaction check --> Processing Dependency: php-common = 5.2.8-3.el4.a...
by joeb
Wed Jan 07, 2009 12:50 pm
Forum: PHP Help and Discussion
Topic: php upgrade 5.2.8 and sqlite2 dependencies
Replies: 50
Views: 57726

Hi,

I'm having the same issue upgrading to php 5.2.8.3 , I did not have any dependency issue upgrading to 5.2.8.1.

Code: Select all

Error: Missing Dependency: php <= 4.4.0 is needed by package php-sqlite2 

Thanks
by joeb
Tue Jan 06, 2009 11:39 am
Forum: PHP Help and Discussion
Topic: PHP.INI
Replies: 4
Views: 5780

hostingguy wrote:its probably /etc/php.ini.saved_by_

do this

mv /etc/php.ini /etc/php.ini.4.lines
cp /etc/php.ini.saved_by_ /etc/php.ini

then see if its good again.
Thank you hostingguy,

I have tried that but did not work, I manged to get a copy for php5 and all is well now.

Thank you

Joe
by joeb
Fri Jan 02, 2009 7:56 pm
Forum: PHP Help and Discussion
Topic: PHP.INI
Replies: 4
Views: 5780

Thank you Scott,

The only files that I see in /etc are :

/etc/php.ini
/etc/php.ini.saved_by_
/opt/php51/etc/php5/cli/php.ini
/opt/php51/etc/php5/fastcgi/php.ini
/usr/local/psa/admin/conf/php.ini

There are no php.ini.rpmnew

Thank you
by joeb
Fri Jan 02, 2009 4:47 pm
Forum: PHP Help and Discussion
Topic: PHP.INI
Replies: 4
Views: 5780

PHP.INI

Hi,

I have upgraded PHP on my CentOS 4 from php 4.3.9 to php 5.2.8 using the atomic Channel in yum. The upgrade went well and everything is working fine , but I noticed my php.ini file is very short it only has 4 lines in it. Is that how it suppose to be or did I miss somerthing?

Thank you

Joe