|
|||||||
New to SitePoint Forums? Register here for free!
|
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
SitePoint Enthusiast
![]() Join Date: May 2002
Location: UK
Posts: 69
|
Recommended PHP bundle?
Hi,
After looking into PHP a couple of months ago, I downloaded PHPdev4 and installed it on my home PC. This was a useful bundle as I had no joy in configuring them to work by downloading each individually. I have recently been asked to do a demonstration next Monday on the current site, and the only means is with the use of a laptop. Ideally I'll need to download a bundle again to put on there, as this is required to view the forum section. After searching the sitepoint forums, I have come across a few bundles that all seem to do the same job. Such names are 'PHP Triad', 'PHPdev5', 'PHP Home Edition' etc. What I'd like to know is which one would you recommend to use, even if it's one I have not mentioned? Thank you for your time, and I hope someone can help. |
|
|
|
|
|
#2 |
|
SitePoint Callithumpian
![]() Join Date: Jun 2000
Location: Sydney, Australia
Posts: 3,845
|
The only bundles I have ever used are Nusphere (for linux) and firepages phpdev (for win). I have never tried any other php bundle for win as I have found phpdev to be excellent. www.firepages.com.au
|
|
|
|
|
|
#3 |
|
As the name suggests...
![]() ![]() ![]() ![]() ![]() Join Date: Jul 2002
Location: Melbourne, Australia
Posts: 682
|
I used PHP Triad when i used windows ans it was very good for beginning php. It let you not worry about configuration too much and lets you get straight into the play.
of course once you've mucked around a bit, i suggest looking into the different configurations and extensions that PHP can have. |
|
|
|
|
|
#4 |
|
Probably eating pie
![]() ![]() ![]() ![]() Join Date: Sep 2001
Location: England, UK
Posts: 405
|
I would have to concur, PHPdev is your best option, however don't get PHPdev5 on windows <2000 or if you dont require PHP GTK as it needs some fiddling, get version 4. If you want a permanent full (and still free) solution try http://www.abriasoft.com but that is probably much more than you need. Normally however I'd say install everything manually as you get a much better feel for how everything goes together
![]() |
|
|
|
|
|
#5 |
|
We like music.
![]() ![]() ![]() ![]() ![]() ![]() Join Date: May 2001
Location: Channel Islands Girth: Footlong
Posts: 6,146
|
PHPTriad is now officially dead...
|
|
|
|
|
|
#6 |
|
Gone!
![]() ![]() ![]() ![]() ![]() ![]() Join Date: Aug 2001
Location: Witty Location Parody
Posts: 4,806
|
I switched from phpdev4 (which was great) to PHP Home Edition 2, as I needed to upgrade to a later version of PHP (4.1.2 I think) and phpdev4 didnt support that. phpdev5 is out now which does, and is on my list of things to install as if its the same as phpdev4 then it would be my choice.
There is nothing wrong with PHP Home Edition, but I found phpdev easier to use straight from the box so to speak. Dan ![]() |
|
|
|
|
|
#7 |
|
SitePoint Wizard
![]() Join Date: Jan 2002
Location: Canada
Posts: 7,385
|
I wish I could get phpDev 4 with PHP 4.1+, becuase the package that comes is 4.0.6!
![]() |
|
|
|
|
|
#8 | |
|
Gone!
![]() ![]() ![]() ![]() ![]() ![]() Join Date: Aug 2001
Location: Witty Location Parody
Posts: 4,806
|
Quote:
Dan ![]() |
|
|
|
|
|
|
#9 |
|
will code HTML for food
![]() ![]() ![]() ![]() Join Date: Sep 2000
Location: Corsica
Posts: 552
|
phpdev5 is great ! But it's confusing if you used phpdev4 before.
You install the thing, and it puts icons, then you think you now have to click these icons to make the thing work. But it already works, the icon is only for administration: it should be labelled as 'phpdev5 admin' and not 'phpdev5' then :P Even if you don't need php-gtk, phpdev5 is great to get Just ignore the php-gtk part of it. |
|
|
|
|
|
#10 | ||
|
SitePoint Wizard
![]() Join Date: Jan 2002
Location: Canada
Posts: 7,385
|
Quote:
![]() Quote:
In summary: phpDev 4 is small, and you do everything in your control ( ). phpDev 5 has all this other stuf I don't want, liek apache 2 and php website and it starts up on it's own. ![]() Thanks, ~someonewhois |
||
|
|
|
|
|
#11 |
|
Probably eating pie
![]() ![]() ![]() ![]() Join Date: Sep 2001
Location: England, UK
Posts: 405
|
What do you mean phpdev5 starts up on boot? Windows is windows, you have full control over your start up.
|
|
|
|
|
|
#12 | |
|
SitePoint Enthusiast
![]() Join Date: Mar 2002
Location: Southampton, UK
Posts: 94
|
Quote:
I would recommend PHPTriad |
|
|
|
|
|
|
#13 | |
|
SitePoint Wizard
![]() Join Date: Jan 2002
Location: Canada
Posts: 7,385
|
Quote:
I searched everywhere, didn't find anything to do with Apache. ![]() Only the /phpdev5/ file had anything to do with it. So it must have been somethign in there... Thanks, ~someonewhois |
|
|
|
|
|
|
#14 |
|
SitePoint Addict
![]() ![]() ![]() Join Date: Aug 2002
Posts: 221
|
what os is your laptop running? if it's a windows os i highly recommend not using apache, which is what is included in most bundles, but rather using iis if avaliable, or if not, pws, as both of these would be fine for demonstration purposes. you can then download php4.2.2 windows install file and have it do all of the configuration for you. i used to run phptriad with apache on my xp system and it just buggered up totaly, after switching to iis i have never gone back and my system resource useage has dropped considerably.
|
|
|
|
|
|
#15 | |
|
We like music.
![]() ![]() ![]() ![]() ![]() ![]() Join Date: May 2001
Location: Channel Islands Girth: Footlong
Posts: 6,146
|
Quote:
|
|
|
|
|
|
|
#16 |
|
SitePoint Wizard
![]() Join Date: Jan 2002
Location: Canada
Posts: 7,385
|
I still liked phpDev 4 better.
![]() phpDev 5 gave me problems running it, just doesnt' work too well with windows 95, but phpDev 4 worked really great: Except none of my forms worked since it needed $HTTP_POST_VARS instead of my $_POST.. ![]() |
|
|
|
|
|
#17 |
|
SitePoint Enthusiast
![]() Join Date: May 2002
Location: UK
Posts: 69
|
Thanks for all your comments everyone, I didn't expect so many useful replies.
I decided to install PHP Home Edition, but even though it was activated I couldn't get it to display anything. Having limited knowledge on these kind of things, I didn't find it user-friendly, so after much thought (2 seconds roughly) I opted to uninstall. I then installed phpdev4 which I used on my home PC, and got everything up and running within seconds. I have no idea if phpdev5 is better, but I didn't want to take the risk. Anyway, presentation went smoothly, so now all I have to worry about is setting up a server to do the same thing ![]() Thanks once again everyone. |
|
|
|
|
|
#18 |
|
SitePoint Zealot
![]() ![]() Join Date: Jul 2001
Location: Ireland
Posts: 106
|
Win XP and PHPDev
Hello,
I have a Dell Inspiron 8200 Laptop with Win XP Home. Is installing PHPDev4 the same as installing any other program on my laptop? i.e. the program will not interfere with the operation of XP. When I uninstall PHPDev4, will my computer be back to the way it was originally? I see lots of references to servers running and am afraid that this will interfere with the configuration of my computer (which is primarily used for MS Office applications etc). Any advice is appreciated. waherne |
|
|
|
|
|
#19 |
|
SitePoint Enthusiast
![]() Join Date: Jun 2001
Location: New Jersey
Posts: 36
|
Use Norton Ghost to backup the drive. Just in case it gets screwed up you'll have a backup image of the entire hard drive.
|
|
|
|
![]() |
| Bookmarks |
«
Previous Thread
|
Next Thread
»
| Thread Tools | |
| Display Modes | |
|
|
|
All times are GMT -7. The time now is 22:50.















Linear Mode
