RE: [PHP] Configure php for windows

2002-09-30 Thread Khalid El-Kary
Hi, why do you want to run it from a cd, PHP doesn't pass the 6 MB limit! i suggest for reliability reasons that you run PHP from your disk, i don't think Apache would do okay if it didn't fine the PHP path (in case that you eject the cd) do you have special reasons? khalid ___

RE: [PHP] Configure php for windows

2002-09-30 Thread Uma Shankari T.
Hello, On Tue, 1 Oct 2002, Peter Houchin wrote: PH> ScriptAlias /php/ "c:/path-to-php-dir/" PH> PH>one would assume that you change the "C:/path-to-php-dir/" to the path of PH>the cd drive to get it to work I have changed like the following you have mentioned above..abut anyway it couldn;t r

RE: [PHP] Configure php for windows

2002-09-30 Thread Peter Houchin
ScriptAlias /php/ "c:/path-to-php-dir/" one would assume that you change the "C:/path-to-php-dir/" to the path of the cd drive to get it to work -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Configure php for windows

2002-09-30 Thread Uma Shankari T.
Hello, I am trying to run php from the cd itself..apache and mysql are running.. To what i have to change the following settings so that it will run from the cd.. * ScriptAlias /php/ "c:/path-to-php-dir/" * AddType application/x-httpd-php .php * Add

Re: [PHP] Configure php for windows

2002-09-25 Thread Khalid El-Kary
hi, please tell me about your Apache version, PHP version, the changes you made to the httpd.conf and error messages of returned thanx _ Join the world’s largest e-mail service with MSN Hotmail. http://www.hotmail.com -- PH

Re: [PHP] Configure php for windows

2002-09-25 Thread Uma Shankari T.
On Thu, 26 Sep 2002, Justin French wrote: JF>What test are you running? JF> JF>Justin I am running this code only.. Regards, Uma -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Configure php for windows

2002-09-25 Thread Justin French
What test are you running? Justin on 26/09/02 12:10 PM, Uma Shankari T. ([EMAIL PROTECTED]) wrote: > > Hello, > > > I have installed php in windows machine and configure php according to > the manual given in the net..While running test program it is not displaying > the result properly and

[PHP] Configure php for windows

2002-09-25 Thread Uma Shankari T.
Hello, I have installed php in windows machine and configure php according to the manual given in the net..While running test program it is not displaying the result properly and not showing any error also..Apache is running..Can any one pls tell me how to go about with this..?? Regards,