Thinking about downgrading PHP5 to 4.3.11

 
Post new topic   Reply to topic    Aprelium Forum Index -> PHP
View previous topic :: View next topic  
Author Message
grandadmiral
-


Joined: 21 Apr 2003
Posts: 5

PostPosted: Wed Jul 06, 2005 5:39 am    Post subject: Thinking about downgrading PHP5 to 4.3.11 Reply with quote

I have been having some serious issues with some phpnuke modules that I think are occurring because they may not be compatible with PHP5. Is it difficult to uninstall PHP5 and install 4.3.11? What type of steps should I take to do so. Should I expect any type of consequence from doing the downgrade?

Thanks for your help.
Back to top View user's profile Send private message
MonkeyNation
-


Joined: 05 Feb 2005
Posts: 921
Location: Cardiff

PostPosted: Wed Jul 06, 2005 6:31 am    Post subject: Re: Thinking about downgrading PHP5 to 4.3.11 Reply with quote

grandadmiral wrote:
I have been having some serious issues with some phpnuke modules that I think are occurring because they may not be compatible with PHP5. Is it difficult to uninstall PHP5 and install 4.3.11? What type of steps should I take to do so. Should I expect any type of consequence from doing the downgrade?

Thanks for your help.


You simply delete the contents of the folder with php5 in and put php4 in it instead =P

You lose a lot of the features of php5, but most scripts are meant for php4 anyway because its more widley used so it could well be that thats stopping phpnuke.
_________________
Back to top View user's profile Send private message AIM Address Yahoo Messenger MSN Messenger ICQ Number
grandadmiral
-


Joined: 21 Apr 2003
Posts: 5

PostPosted: Thu Jul 07, 2005 3:42 am    Post subject: Reply with quote

Is it really that easy?

***EDITED***

Ok so it wasn't that easy. Tried your suggestion and got nothing but errors.


Last edited by grandadmiral on Thu Jul 07, 2005 4:46 am; edited 1 time in total
Back to top View user's profile Send private message
MonkeyNation
-


Joined: 05 Feb 2005
Posts: 921
Location: Cardiff

PostPosted: Thu Jul 07, 2005 3:48 am    Post subject: Reply with quote

grandadmiral wrote:
Is it really that easy?


Thats all that should be to it.
Of course youll have to change the path of the inturpretter in scripting pamemeters as the exe has a different name I believe in php4 to php5.
_________________
Back to top View user's profile Send private message AIM Address Yahoo Messenger MSN Messenger ICQ Number
TRUSTAbyss
-


Joined: 29 Oct 2003
Posts: 3752
Location: USA, GA

PostPosted: Thu Jul 07, 2005 7:33 am    Post subject: Reply with quote

Change php-cgi.exe to php.exe in the Abyss Web Server console.

Sincerley , TRUSTpunk
Back to top View user's profile Send private message Visit poster's website
abyssisthebest
-


Joined: 30 Jun 2005
Posts: 319
Location: Boston, UK

PostPosted: Sun Jul 10, 2005 7:44 pm    Post subject: Reply with quote

I had to downgrade from php 5 to php 4.3.11, becasue phpmyadmin would not work.
Back to top View user's profile Send private message Send e-mail MSN Messenger
Taffman
-


Joined: 16 Sep 2004
Posts: 35
Location: Welwyn Garden City, UK

PostPosted: Fri Jul 29, 2005 2:11 pm    Post subject: Reply with quote

abyssisthebest wrote:
I had to downgrade from php 5 to php 4.3.11, becasue phpmyadmin would not work.


I'm having this problem.

Many thanks for the tip I'll give it a try..
Back to top View user's profile Send private message AIM Address Yahoo Messenger MSN Messenger ICQ Number
PWD
-


Joined: 04 Jan 2005
Posts: 34
Location: trying to conquer these fears I thought were GONE

PostPosted: Wed Aug 03, 2005 6:48 am    Post subject: Reply with quote

I know alot of hardcore coders who swear the upgrade is worth it. Me, though, I've personally found it full of bugs and found myself having to relearn MUCH of the coding knowledge I have.

As tech junkies, we have to stay up to date on new releases and fixes. I've gone from HTML 4.0 => HTML4.01 => XHTML. Ditto for Javascript and Perl to name a few. But for my clients and myself, I've chosen to stay with my PHP version 4.3.x as it's the most stable release know.

I'm sure I'll migrate to php5 eventually, but why try fixing something that isn't broke?

PWD
_________________
if (my($_GRATITUDE = 0)) {
kick_me(in the head);
}
Back to top View user's profile Send private message Send e-mail Visit poster's website
Taffman
-


Joined: 16 Sep 2004
Posts: 35
Location: Welwyn Garden City, UK

PostPosted: Wed Aug 03, 2005 9:01 am    Post subject: Reply with quote

I've just downloaded the pre configured php 5 download form the Aprelium site. works first time, many thanks Aprelium for providing this :-)
Back to top View user's profile Send private message AIM Address Yahoo Messenger MSN Messenger ICQ Number
pezza2323
-


Joined: 27 Jul 2005
Posts: 10

PostPosted: Thu Aug 04, 2005 4:16 pm    Post subject: Reply with quote

im also tryin to downgrade but u have to downgrade yr mysql aswel
Back to top View user's profile Send private message
TRUSTAbyss
-


Joined: 29 Oct 2003
Posts: 3752
Location: USA, GA

PostPosted: Thu Aug 04, 2005 7:36 pm    Post subject: Reply with quote

pezza2323 wrote:
im also tryin to downgrade but u have to downgrade yr mysql aswel


This issue has been solved through MSN Messenger. :-)

All you need to know when downgrading from PHP5 to PHP4 is that you
should use MySQL v4.0.x and not MySQL v4.1.x , problem solved. Thats
basicly what was going on , everything is working now. LateR!

Sincerely , TRUSTpunk
Back to top View user's profile Send private message Visit poster's website
mattj
-


Joined: 10 Mar 2005
Posts: 5
Location: West Midlands, United Kingdom

PostPosted: Fri Aug 05, 2005 9:55 pm    Post subject: Reply with quote

I'm in the process of learning PHP. That is mainly what I am using Abyss for.

I have heard people say "not PHP5" before, and have never understood why. I do believe in "If it ain't broke, don't fix it" though.

Surely an older mySQL is likely to contain security flaws that will have been fixed in newer releases? If anyone can weigh up the pros and cons for me it would really help.

Does phpmyadmin not work with PHP5 at all? Because I spent ages installing mySQL and PHP5 et al.

Many thanks,

Matthewl
Back to top View user's profile Send private message
TRUSTAbyss
-


Joined: 29 Oct 2003
Posts: 3752
Location: USA, GA

PostPosted: Fri Aug 05, 2005 10:35 pm    Post subject: Reply with quote

Well with PHP5 , Objects have changed and so some of the most popular
PHP applications that use these objects from PHP4 will have to update all
of their code to be compatible with the new PHP5 version.

Thats basicly the Con's of using PHP5.

Sincerely , TRUSTpunk
Back to top View user's profile Send private message Visit poster's website
aprelium
-


Joined: 22 Mar 2002
Posts: 6800

PostPosted: Sat Aug 06, 2005 6:28 pm    Post subject: Reply with quote

mattj wrote:

Does phpmyadmin not work with PHP5 at all? Because I spent ages installing mySQL and PHP5 et al.

Download the latest PhpMyAdmin and it will work on PHP5.
_________________
Support Team
Aprelium - http://www.aprelium.com
Back to top View user's profile Send private message Send e-mail
mattj
-


Joined: 10 Mar 2005
Posts: 5
Location: West Midlands, United Kingdom

PostPosted: Wed Aug 10, 2005 2:16 am    Post subject: Reply with quote

Thanks! :-)
Back to top View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    Aprelium Forum Index -> PHP All times are GMT + 1 Hour
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB phpBB Group