Re: [PHP] php on PWS win Me

2002-02-27 Thread Michele Salerno
- Original Message - From: Sanj [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, February 26, 2002 8:54 PM Subject: [PHP] php on PWS win Me Hi, Currently running Win Me with pws, want to run php purely for testing. Have just installed apace http://127.0.0.1 but need to turn

[PHP] php on PWS win Me

2002-02-26 Thread Sanj
Hi, Currently running Win Me with pws, want to run php purely for testing. Have just installed apace http://127.0.0.1 but need to turn off pws to make this work, I have downloaded the following binaries from php.net: PHP 4.1.1 zip package [4,953Kb] - 03 January 2002 and PHP 4.1.1 installer

Re: [PHP] PHP on PWS

2001-10-23 Thread Vincent Stoessel
the first url uses the http protocal and will be proccessed by your web server (PWS) the second url is a path to a local file and will be returned to you by the native file system , thus php/PWS is never invoked. This is how it is supposed to work. juliet wrote: I use PWS on a Win 95

Re: [PHP] PHP on PWS

2001-10-22 Thread juliet
I use PWS on a Win 95; to be able to run php files here, I have to specify that the virtual directory in my machine can, not only read and run scripts, but also *execute* (Advanced | Edit properties | checkbox execute). Also, I have to type the http address, not the filename:

Re: [PHP] PHP and PWS

2001-08-30 Thread sagar
the php.ini to your needs. this file contains the root directory of the php where u have to put the path to C:\php hope this will help u, /sagar - Original Message - From: frank clarke [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, August 30, 2001 3:09 AM Subject: [PHP] PHP and PWS I

Re: [PHP] PHP and PWS

2001-08-30 Thread sagar
the php.ini to your needs. this file contains the root directory of the php where u have to put the path to C:\php hope this will help u, /sagar - Original Message - From: frank clarke [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, August 30, 2001 3:09 AM Subject: [PHP] PHP and PWS I

[PHP] PHP and PWS

2001-08-29 Thread frank clarke
I downloaded and installed PHP 4.06. The readme file says that the auto install prog setsup PHP to work with PWS and sets up php.ini. However, when I look at php.ini, there are no entries for these two parameters ; The root of the PHP pages, used only if nonempty. doc_root= ; The directory under

Re: [PHP] php on PWS

2001-05-15 Thread Phil Driscoll
On Tuesday 15 May 2001 16:18, Matt Davis wrote: I am trying to install PHP 4.05 CGI onto my WIN 98 machine which is running PWS once have followed all the instructions but when I try to run a php script I get a HTTP 500 error. I have checked that my registry entry is pointing to the right

RE: [PHP] php on PWS

2001-05-15 Thread scott [gts]
- From: Matt Davis [mailto:[EMAIL PROTECTED]] Subject: [PHP] php on PWS I am trying to install PHP 4.05 CGI onto my WIN 98 machine which is running PWS once have followed all the instructions but when I try to run a php script I get a HTTP 500 error. I have checked that my registry entry

Re: [PHP] PHP on PWS not working!

2001-05-06 Thread Thomas Edison Jr.
1. Rename php.ini-dist to php.ini (if you haven't) 2. Simplify your script 3. Try changing your directory properties in PWS: Read/Execute/Scripts - try different combinations been there, done that, you could say. i think i've tried every possible humanly available option. my

Re: [PHP] PHP on PWS not working!

2001-05-06 Thread Thomas Edison Jr.
PROTECTED] Sent: Saturday, May 05, 2001 2:44 PM Subject: Re: [PHP] PHP on PWS not working! nothing does seem to work...i don't know what the hell is the problem!! i did put this : C:\\php\\sapi\\php4isapi.dll in the regedit file and it looks great

Re: [PHP] PHP on PWS not working!

2001-05-06 Thread Phil Driscoll
What is going wrong is that you are using the ISAPI version of PHP and it is quite unstable on anything lower than W2K. It manifests itself in the server 500 errors you describe and, because it kills bits of the server, ASP dies as well. Just change to the cgi installation and all should become

Re: [PHP] PHP on PWS not working!

2001-05-06 Thread Thomas Edison Jr.
right, i can change to the CGI version immideately, as it is i have the module ver installed on my Apache. Tell me something, to make it back to the CGI ver, the only thing i have to do is to give the path in my regedit as C:\php4\php.exe %s %s instead of what i was giving C:\php4\sapi\(the php

Re: [PHP] PHP on PWS not working!

2001-05-06 Thread Phil Driscoll
I dont' have PWS so I#m guessing, but you probably have to remove the PHP ISAPI module from the list of installed ISAPI filters (you do have to do this on IIS so I assume PWS is the same). No idea where the user interface to this might be found though. Failing all else, deleting php4isapi.dll and

Re: [PHP] PHP on PWS not working! : WORKING NOW!!

2001-05-06 Thread Thomas Edison Jr.
thankx a lot sir, i guess your guessing worked real well...after 5 days of headbanging and trying everything, it workedi did what u said...removed all references to the isapi dll and converted the php module to php cgi and it's working on PWS. i guess i'm gonan use my apache server for the

Re: [PHP] PHP on PWS not working!

2001-05-05 Thread Thomas Edison Jr.
nothing does seem to work...i don't know what the hell is the problem!! i did put this : C:\\php\\sapi\\php4isapi.dll in the regedit file and it looks great. everything is just so by the book. where the hell am i going wrong!! can't understand what's different here that was not before coz it

Re: [PHP] PHP on PWS not working!

2001-05-05 Thread Thomas Edison Jr.
Design [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: Saturday, May 05, 2001 2:44 PM Subject: Re: [PHP] PHP on PWS not working! nothing does seem to work...i don't know what the hell is the problem!! i did put this : C:\\php\\sapi\\php4isapi.dll in the regedit file and it looks

Re: [PHP] PHP on PWS not working!

2001-05-05 Thread Data Driven Design
] To: Data Driven Design [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: Saturday, May 05, 2001 3:30 PM Subject: Re: [PHP] PHP on PWS not working! would you believe it, i did!! still not working. still giving the 500 Internal Server Error. I uninstalled then reinstalled PWS. cooked up

Re: [PHP] PHP on PWS not working!

2001-05-05 Thread Donald Goodwill
] To: Data Driven Design [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: Saturday, May 05, 2001 2:44 PM Subject: Re: [PHP] PHP on PWS not working! nothing does seem to work...i don't know what the hell is the problem!! i did put this : C:\\php\\sapi\\php4isapi.dll

[PHP] PHP on PWS not working!

2001-05-04 Thread Thomas Edison Jr.
don't know why still my PHP 4.0.5 is NOT working on my PWS 4.0!! the PHP module is now working perfectly on my Apache server (At Last)!! but what is wrong with PWS??? I have left the doc_root field blank in php.ini And the extension_dir points to C:\php4 which actually contains php.exe

Re: [PHP] PHP on PWS not working!

2001-05-04 Thread Data Driven Design
Subject: [PHP] PHP on PWS not working! don't know why still my PHP 4.0.5 is NOT working on my PWS 4.0!! the PHP module is now working perfectly on my Apache server (At Last)!! but what is wrong with PWS??? I have left the doc_root field blank in php.ini And the extension_dir points to C

Re: [PHP] PHP on PWS not working!

2001-05-04 Thread Thomas Edison Jr.
today. had to make some changed in registry for new paths and give the same stuff in php.ini, but i didn't do anything in PWS. the earlier PHP4 was running fine on my PWS till yesterday. This new one is not!! and like i wrote before : PWS 4.0!! the PHP module is now working perfectly on my Apache

Re: [PHP] PHP on PWS not working!

2001-05-04 Thread Data Driven Design
://www.datadrivendesign.com http://www.rossidesigns.net - Original Message - From: Thomas Edison Jr. [EMAIL PROTECTED] To: Data Driven Design [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: Friday, May 04, 2001 2:21 PM Subject: Re: [PHP] PHP on PWS not working! i'm not getting errors, when i do open my page

Re: [PHP] PHP on PWS not working!

2001-05-04 Thread Thomas Edison Jr.
. [EMAIL PROTECTED] To: Data Driven Design [EMAIL PROTECTED] Sent: Friday, May 04, 2001 2:33 PM Subject: Re: [PHP] PHP on PWS not working! Did both Sir. checked the execute box and rebooted. i don't know where it is going wrong. suddenly i did find out that none of my ASP scripts are working

Re: [PHP] PHP on PWS not working!

2001-05-04 Thread Data Driven Design
Holly Hill, Florida 32125-1084 http://www.datadrivendesign.com http://www.rossidesigns.net - Original Message - From: Thomas Edison Jr. [EMAIL PROTECTED] To: Data Driven Design [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: Saturday, May 05, 2001 1:44 AM Subject: Re: [PHP] PHP on PWS

[PHP] PHP on PWS

2001-02-02 Thread Patrick L.
. Is there anyone with an auto install program for win32 pws on php, which has advanced beyond beta? TIA, Patrick L. www.choozart.com -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact