PHP for Windows
am 23.06.2007 02:30:06 von Alpha Crucis Radio Network IT Admin
Is there any software to run PHP-based programs under
Windows XP. I plan on temporarily relocating my web
page to my Windows XP box, but I also run a bulletin board that needs PHP to
run.
Is there also a MySQL implementation for Windows XP, since phpBB also needs
MySQL to run.
As part of the "day of silience" on Internet Radio, I plan
on temporarily relocating my web page to my PC, and
then turning off IIS on my machine, and taking my web
site dark as wll, but I need to have some implmentation
of PHP and MySQL for my PC, first, so my BBS that
I run as well will still be available until the time comes
to temporarily pull the plug on my web site.
Re: PHP for Windows
am 23.06.2007 04:05:13 von Macca
> Is there any software to run PHP-based programs under
> Windows XP.
yes look on php.net - DONT INSTALL THE WINDOWS BINARY as is has
problems and does not work properly use the zip package instead.
> Is there also a MySQL implementation for Windows XP, since phpBB also needs
> MySQL to run.
Yes.
http://dev.mysql.com/downloads/
I would also reccommend that you run them under apache not IIS as it
is much more streamlined(apache.org)
Re: PHP for Windows
am 23.06.2007 10:57:16 von Paul Lautman
Alpha Crucis Radio Network IT Admin wrote:
> Is there any software to run PHP-based programs under
> Windows XP. I plan on temporarily relocating my web
> page to my Windows XP box, but I also run a bulletin board that needs
> PHP to run.
>
> Is there also a MySQL implementation for Windows XP, since phpBB also
> needs MySQL to run.
>
> As part of the "day of silience" on Internet Radio, I plan
> on temporarily relocating my web page to my PC, and
> then turning off IIS on my machine, and taking my web
> site dark as wll, but I need to have some implmentation
> of PHP and MySQL for my PC, first, so my BBS that
> I run as well will still be available until the time comes
> to temporarily pull the plug on my web site.
Search Gooble for WAMP
Re: PHP for Windows
am 23.06.2007 11:27:29 von zac.carey
Paul Lautman wrote:
> Alpha Crucis Radio Network IT Admin wrote:
> > Is there any software to run PHP-based programs under
> > Windows XP. I plan on temporarily relocating my web
> > page to my Windows XP box, but I also run a bulletin board that needs
> > PHP to run.
> >
> > Is there also a MySQL implementation for Windows XP, since phpBB also
> > needs MySQL to run.
> >
> > As part of the "day of silience" on Internet Radio, I plan
> > on temporarily relocating my web page to my PC, and
> > then turning off IIS on my machine, and taking my web
> > site dark as wll, but I need to have some implmentation
> > of PHP and MySQL for my PC, first, so my BBS that
> > I run as well will still be available until the time comes
> > to temporarily pull the plug on my web site.
>
> Search Gooble for WAMP
or xampp
Re: PHP for Windows
am 23.06.2007 16:55:40 von Paul Lautman
strawberry wrote:
> Paul Lautman wrote:
>> Alpha Crucis Radio Network IT Admin wrote:
>>> Is there any software to run PHP-based programs under
>>> Windows XP. I plan on temporarily relocating my web
>>> page to my Windows XP box, but I also run a bulletin board that
>>> needs PHP to run.
>>>
>>> Is there also a MySQL implementation for Windows XP, since phpBB
>>> also needs MySQL to run.
>>>
>>> As part of the "day of silience" on Internet Radio, I plan
>>> on temporarily relocating my web page to my PC, and
>>> then turning off IIS on my machine, and taking my web
>>> site dark as wll, but I need to have some implmentation
>>> of PHP and MySQL for my PC, first, so my BBS that
>>> I run as well will still be available until the time comes
>>> to temporarily pull the plug on my web site.
>>
>> Search Gooble for WAMP
>
> or xampp
I just installed WAMP5. XAMPP seems a lot bigger. Does it have any
advantages?
Re: PHP for Windows
am 24.06.2007 12:36:22 von zac.carey
Paul Lautman wrote:
> strawberry wrote:
> > Paul Lautman wrote:
> >> Alpha Crucis Radio Network IT Admin wrote:
> >>> Is there any software to run PHP-based programs under
> >>> Windows XP. I plan on temporarily relocating my web
> >>> page to my Windows XP box, but I also run a bulletin board that
> >>> needs PHP to run.
> >>>
> >>> Is there also a MySQL implementation for Windows XP, since phpBB
> >>> also needs MySQL to run.
> >>>
> >>> As part of the "day of silience" on Internet Radio, I plan
> >>> on temporarily relocating my web page to my PC, and
> >>> then turning off IIS on my machine, and taking my web
> >>> site dark as wll, but I need to have some implmentation
> >>> of PHP and MySQL for my PC, first, so my BBS that
> >>> I run as well will still be available until the time comes
> >>> to temporarily pull the plug on my web site.
> >>
> >> Search Gooble for WAMP
> >
> > or xampp
>
> I just installed WAMP5. XAMPP seems a lot bigger. Does it have any
> advantages?
I don't know. I think the second P stands for PERL - which I don't
really use anyway. I must have switched to XAMPP for a reason - but I
can't remember what it was! Maybe XAMPP seemed more up to date at the
time, but both seem to be equally well reviewed. If anyone knows any
particular advantages of one over the other, I'd be interested to hear
them too.
Re: PHP for Windows
am 25.06.2007 05:52:00 von Jim Carlock
"strawberry" wrote:
: I think the second P stands for PERL - which I don't really use
: anyway. I must have switched to XAMPP for a reason - but I
: can't remember what it was! Maybe XAMPP seemed more up
: to date at the time, but both seem to be equally well reviewed.
: If anyone knows any particular advantages of one over the other,
: I'd be interested to hear them too.
Do you know if it installed Perl as an executable file or as a DLL.
They call the DLL version mod_perl and supposedly works better
than perl.exe.
Can you confirm that? I think all you need to do is search the httpd.conf
file for perl.exe and if that shows up uncommented it installed the .exe
file. Not sure what they call the DLL, perhaps mod_perl.dll.
If you could check that would be great!
Thanks.
--
Jim Carlock
Custom Designed Swimming Pools
http://www.aquaticcreationsnc.com/swimming/pool/builder/nc/v iewing1.php
Re: PHP for Windows
am 25.06.2007 19:04:26 von nc
On Jun 22, 5:30 pm, "Alpha Crucis Radio Network IT Admin"
wrote:
>
> Is there any software to run PHP-based programs under
> Windows XP.
Yes. You can deploy Apache on Windows, or configure PHP to run under
IIS:
http://www.php.net/manual/en/install.windows.php
> Is there also a MySQL implementation for Windows XP
Yes: http://dev.mysql.com/downloads/mysql/5.0.html#downloads
Cheers,
NC
Re: PHP for Windows
am 25.06.2007 20:07:35 von unknown
Post removed (X-No-Archive: yes)
Re: PHP for Windows
am 27.06.2007 12:15:09 von countach
En las nuevas, Alpha Crucis Radio Network IT Admin escribió:
> Is there any software to run PHP-based programs under
> Windows XP. I plan on temporarily relocating my web
> page to my Windows XP box, but I also run a bulletin board that needs
> PHP to run.
>
> Is there also a MySQL implementation for Windows XP, since phpBB also
> needs MySQL to run.
>
> As part of the "day of silience" on Internet Radio, I plan
> on temporarily relocating my web page to my PC, and
> then turning off IIS on my machine, and taking my web
> site dark as wll, but I need to have some implmentation
> of PHP and MySQL for my PC, first, so my BBS that
> I run as well will still be available until the time comes
> to temporarily pull the plug on my web site.
PHPTriad works pretty well installing Apache, PHP and MySQL in a Windows
based machine.
http://sourceforge.net/projects/phptriad/
Re: PHP for Windows
am 02.10.2007 10:38:01 von David Floyd
In message of Wed, 27 Jun 2007, countach writes
>En las nuevas, Alpha Crucis Radio Network IT Admin escribió:
>> Is there any software to run PHP-based programs under
>> Windows XP. I plan on temporarily relocating my web
>> page to my Windows XP box, but I also run a bulletin board that needs
>> PHP to run.
>>
>> Is there also a MySQL implementation for Windows XP, since phpBB also
>> needs MySQL to run.
>>
>> As part of the "day of silience" on Internet Radio, I plan
>> on temporarily relocating my web page to my PC, and
>> then turning off IIS on my machine, and taking my web
>> site dark as wll, but I need to have some implmentation
>> of PHP and MySQL for my PC, first, so my BBS that
>> I run as well will still be available until the time comes
>> to temporarily pull the plug on my web site.
>
>PHPTriad works pretty well installing Apache, PHP and MySQL in a Windows
>based machine.
>
>http://sourceforge.net/projects/phptriad/
>
>
>
Excuse my ignorance, but can you run both Apache and IIS on an XP
machine. E.g. what happens when you type localhost in the browser.
At the moment I use IIS (with ASP and M$Access), but I am converting to
PHP on my Linux Laptop having installed LAMP. It would be nice to do
the conversion on one machine.
David
Re: PHP for Windows
am 02.10.2007 12:37:30 von Michael Fesser
..oO(David Floyd)
>Excuse my ignorance, but can you run both Apache and IIS on an XP
>machine.
Yes, they just have to listen on different ports.
>E.g. what happens when you type localhost in the browser.
For example:
http://localhost => Apache
http://localhost:4280 => IIS
Micha
Re: PHP for Windows
am 02.10.2007 14:12:53 von Captain Paralytic
On 2 Oct, 09:38, David Floyd wrote:
> In message of Wed, 27 Jun 2007, countach writes
>
>
>
>
>
> >En las nuevas, Alpha Crucis Radio Network IT Admin escribi=F3:
> >> Is there any software to run PHP-based programs under
> >> Windows XP. I plan on temporarily relocating my web
> >> page to my Windows XP box, but I also run a bulletin board that needs
> >> PHP to run.
>
> >> Is there also a MySQL implementation for Windows XP, since phpBB also
> >> needs MySQL to run.
>
> >> As part of the "day of silience" on Internet Radio, I plan
> >> on temporarily relocating my web page to my PC, and
> >> then turning off IIS on my machine, and taking my web
> >> site dark as wll, but I need to have some implmentation
> >> of PHP and MySQL for my PC, first, so my BBS that
> >> I run as well will still be available until the time comes
> >> to temporarily pull the plug on my web site.
>
> >PHPTriad works pretty well installing Apache, PHP and MySQL in a Windows
> >based machine.
>
> >http://sourceforge.net/projects/phptriad/
>
> Excuse my ignorance, but can you run both Apache and IIS on an XP
> machine. E.g. what happens when you type localhost in the browser.
>
> At the moment I use IIS (with ASP and M$Access), but I am converting to
> PHP on my Linux Laptop having installed LAMP. It would be nice to do
> the conversion on one machine.
>
> David- Hide quoted text -
>
> - Show quoted text -
You can set one of them to listen on a different port. For instance,
if you install MSAS or JSAS, the apache server that comes with them is
configured to listen on port 85 (instead of the standard http port
80). So you would refereto one of them as http://localhost/... (which
would sent the request to port 80) and the other one as http://localhost:85=
/..
But this is way off topic for a MySQL newsgroup.
Re: PHP for Windows
am 03.10.2007 09:56:21 von David Floyd
In message of Tue, 2 Oct 2007, Michael Fesser writes
>.oO(David Floyd)
>
>>Excuse my ignorance, but can you run both Apache and IIS on an XP
>>machine.
>
>Yes, they just have to listen on different ports.
>
>>E.g. what happens when you type localhost in the browser.
>
>For example:
>
>http://localhost => Apache
>http://localhost:4280 => IIS
>
Thanks, I'll give it a try.
David