Search found 75 matches

by acidbox
Fri Apr 20, 2007 3:53 pm
Forum: PHP Help and Discussion
Topic: PHP 5.2.0
Replies: 14
Views: 14171

I cant find the PHP 5.2 rpms in the testing channel or any other channel. Are they posted to yum yet?
by acidbox
Sat Feb 10, 2007 6:13 pm
Forum: PHP Help and Discussion
Topic: PHP 5.2.0
Replies: 14
Views: 14171

any word on when this will be released? I'd like to try it out as well.
by acidbox
Wed Jan 10, 2007 7:21 pm
Forum: PHP Help and Discussion
Topic: RHEL4 and PHP 5.2
Replies: 8
Views: 8942

Nice Scott. Thanks for the update. I've been playing with PHP 5.2 and man is it WAY better. The i18n support in 5.2 is far superior to 5.1, especially when using time zones.
by acidbox
Fri Jan 05, 2007 9:18 pm
Forum: PHP Help and Discussion
Topic: RHEL4 and PHP 5.2
Replies: 8
Views: 8942

RHEL4 and PHP 5.2

Any plans to make a PHP 5.2 distribution for RHEL4? :)
by acidbox
Fri Oct 20, 2006 4:22 pm
Forum: PHP Help and Discussion
Topic: upgrade to php5.1.5 from php5.0.4 error
Replies: 0
Views: 3888

upgrade to php5.1.5 from php5.0.4 error

When I attempt to upgrade php from 5.0.4 to 5.1.5 using the unstable rpms, i get the following dependency error:
php-domxml is needed by (installed) psa-php4-configurator-1.0.0-rhel4.build80060329.02.noarch
This is a Plesk 8 RHEL4 box
by acidbox
Sun Jul 30, 2006 5:55 pm
Forum: PHP Help and Discussion
Topic: Will centos PHP 5.1.4 rpms work on EL4?
Replies: 1
Views: 4087

Will centos PHP 5.1.4 rpms work on EL4?

I found these RPMS: http://dev.centos.org/centos/4.3/testing/i386/RPMS/

Do you think they'll work on RHEL4?
by acidbox
Fri Mar 24, 2006 1:40 am
Forum: PHP Help and Discussion
Topic: Anyone here using PHP 5.0.4 on RHE3?
Replies: 1
Views: 4591

I am. I downloaded the RPMS and installed them manually instead of via yum, but the upgrade worked nicely.

The only issue I had was with PEAR. It didn't seem to upgrade right.

http://atomicrocketturtle.com/forum/viewtopic.php?t=800
by acidbox
Wed Mar 08, 2006 8:51 pm
Forum: General Help and Development Discussion
Topic: Safest way to upgrade Apache to 2.0.55 on RHEL3?
Replies: 3
Views: 3918

The problem I'm having is the fact that I'm trying to run the newest version of mod_python, but it's only compatibly with version 2.0.47+. If you don't have this version you get a nasty error.
by acidbox
Tue Mar 07, 2006 11:50 am
Forum: General Help and Development Discussion
Topic: Safest way to upgrade Apache to 2.0.55 on RHEL3?
Replies: 3
Views: 3918

Safest way to upgrade Apache to 2.0.55 on RHEL3?

Is there a safe way to upgrade apache without breaking anything in Plesk?



Right now we're on .46, and I'd like to get .55 if possible.
by acidbox
Sat Mar 04, 2006 5:13 pm
Forum: PHP Help and Discussion
Topic: PEAR issues after 5.0.4 upgrade
Replies: 1
Views: 4707

After I copied over the PEAR libraries from another of my plesk servers with the art PHP 4.4.2 install on it, it worked. I just had to re-install all my pear libraries.
by acidbox
Sat Mar 04, 2006 4:31 pm
Forum: PHP Help and Discussion
Topic: PEAR issues after 5.0.4 upgrade
Replies: 1
Views: 4707

PEAR issues after 5.0.4 upgrade

I get this error:
PHP Fatal error: Class 'PEAR_Command_Auth-init' not found in /usr/share/pear/PEAR/Command.php on line 271
I'm going to try to copy my other box's version of PEAR onto this to see if it makes a difference.
by acidbox
Mon Feb 27, 2006 2:47 pm
Forum: General Help and Development Discussion
Topic: Should MYSQL old_password =1 with ART PHP RPMS?
Replies: 5
Views: 5165

I think there has to be an easier way to do that. To me, that doesn't seem feasable on a production server.
by acidbox
Sat Feb 25, 2006 11:58 am
Forum: PHP Help and Discussion
Topic: Are there known issues with PHP 5.1?
Replies: 3
Views: 5990

What potential issues might there be? Issues with horde perhaps? I'm sure it will break a lot of the older application vault packages too. Anything else you can think of?
by acidbox
Sat Feb 25, 2006 11:56 am
Forum: General Help and Development Discussion
Topic: Should MYSQL old_password =1 with ART PHP RPMS?
Replies: 5
Views: 5165

Scott, Is this because of a limitation by PHP, or just backwards compatibility with MySQL 3.2? If disable old_passwords=1 and I create a script to update each domain by resetting the password with PASSWORD() instead of OLD_PASSWORD(), will PHP work normally? The problem I'm having right now is that ...