View previous topic :: View next topic |
Author |
Message |
gloomer -
Joined: 01 Nov 2006 Posts: 18
|
Posted: Thu Nov 02, 2006 7:26 am Post subject: Small quick php question |
|
|
Everyone says double click the php installer and go from there.
Am I stupid or something?
I download the latest version of php off of php.net
PHP 5.1.6 is the version.
I download the windows binary's and end up with a bunch of .php files and scripts and dos programs.
Where's the easy .exe installer.
I've downloaded all the packages except for the version 4 ones.
I still can't seem to find it? What am I missing. |
|
Back to top |
|
 |
AbyssUnderground -
Joined: 31 Dec 2004 Posts: 3855
|
Posted: Thu Nov 02, 2006 8:37 am Post subject: |
|
|
Download the preconfigured package from my site. That one is installable. _________________ Andy (AbyssUnderground) (previously The Inquisitor)
www.abyssunderground.co.uk |
|
Back to top |
|
 |
aprelium -
Joined: 22 Mar 2002 Posts: 6800
|
Posted: Thu Nov 02, 2006 11:02 am Post subject: Re: Small quick php question |
|
|
gloomer,
There is no installer for PHP 5 on http://www.php.net. There are only Zip packages you could use to deploy PHP 5 (but they need a lot of configuration time).
We suggest using our preconfigured PHP 5 installer instead which is available from http://www.aprelium.com/abyssws/php5win.html . _________________ Support Team
Aprelium - http://www.aprelium.com |
|
Back to top |
|
 |
gloomer -
Joined: 01 Nov 2006 Posts: 18
|
Posted: Thu Nov 02, 2006 5:42 pm Post subject: |
|
|
Thanks guys. Now only one more small question.
How do I enable php for the entire server instead of having to enable PHP for each host I make.
Thanks. |
|
Back to top |
|
 |
AbyssUnderground -
Joined: 31 Dec 2004 Posts: 3855
|
Posted: Thu Nov 02, 2006 6:05 pm Post subject: |
|
|
gloomer wrote: | Thanks guys. Now only one more small question.
How do I enable php for the entire server instead of having to enable PHP for each host I make.
Thanks. |
You cant. But you can duplicate hosts when you create them and make the minor changes for that host. The scripting paramaters will already be present in the copy process. _________________ Andy (AbyssUnderground) (previously The Inquisitor)
www.abyssunderground.co.uk |
|
Back to top |
|
 |
Riax -
Joined: 31 Oct 2006 Posts: 17
|
Posted: Fri Nov 03, 2006 12:30 am Post subject: |
|
|
AbyssUnderground wrote: | You cant. But you can duplicate hosts when you create them and make the minor changes for that host. The scripting paramaters will already be present in the copy process. |
I'd also suggest creating a virtual host that isn't used and keep it as a template to create new hosts by duplicating it, as AbyssUnderground mentioned. |
|
Back to top |
|
 |
|