Re: [PHP-WIN] Re: Executing External Application

2006-06-16 Thread Chuck Anderson
Brian Stakes wrote: I checked the button which should allow apache to interact with the desktop, but to no avail. Was there anything else that you had to do in order to get apache to interact with an Application? Chuck Anderson wrote: Brian Stakes wrote: I am trying use PHP to run an

RE: [PHP-WIN] Upgrading from 5.0.5 to 5.1.4

2006-06-16 Thread Simon Renshaw
Thanks for the link but I run it as CGI so I don't think it would apply to me. And I only use PHP because I installed a few Wikis. My knowledge of PHP is very limited. And since I have a few PEAR packages installed, I should run a pear upgrade-all after? Thanks! Simon -Original Message---

RE: [PHP-WIN] Upgrading from 5.0.5 to 5.1.4

2006-06-16 Thread Bowden, Zeb
If you want to run in ISAPI mode on IIS 6 you probably want to keep this in mind: http://bugs.php.net/bug.php?id=37483 It will depend on the extensions you're running and how you configured IIS but I think you should be fine by just stopping the World Wide Web Publishing service, overwriti

[PHP-WIN] Upgrading from 5.0.5 to 5.1.4

2006-06-16 Thread Simon Renshaw
Hi, I'm currently running version 5.0.5 on Windows 2003. I'd like to upgrade to 5.1.4. To do so, I just need to unzip 5.1.4 zip in my PHP dir and overwrite everything? Thanks! Simon -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-WIN] Building with CYGWIN on Windows XP

2006-06-16 Thread David Lawson
Hello, I'm having trouble building PHP-5.1.4 with CYGWIN on Windows XP. If this is the wrong list for this question, please let me know which group would be better and I'll move the question there. I have already built the following other tools and am referencing them in my PHP configure line:

Re: [PHP-WIN] Re: Executing External Application

2006-06-16 Thread Brian Stakes
I checked the button which should allow apache to interact with the desktop, but to no avail. Was there anything else that you had to do in order to get apache to interact with an Application? Chuck Anderson wrote: Brian Stakes wrote: I am trying use PHP to run an application on Windows XP Pr