Re: [PHP-WIN] cgi

2009-12-26 Thread Ferenc Kovacs
On Sat, Dec 26, 2009 at 1:23 PM, Sascha Meyer wrote: > Hi Tyrael, > Hi Earl, > > Tyrael wrote: >> 5.3 brings a lot of improvements and a couple of new features, but it >> can be some incompatibility issues with the pre 5.3 applications. ... > > most applications should work both with the PHP 5.2 a

Re: [PHP-WIN] cgi

2009-12-26 Thread Sascha Meyer
Hi Tyrael, Hi Earl, Tyrael wrote: > 5.3 brings a lot of improvements and a couple of new features, but it > can be some incompatibility issues with the pre 5.3 applications. ... most applications should work both with the PHP 5.2 and 5.3 branch, i.e. phpmyadmin is available for PHP 5 and there

Re: [PHP-WIN] cgi

2009-12-26 Thread Ferenc Kovacs
5.2.12 is the latest version in the 5.2 branch. 5.3 brings a lot of improvements and a couple of new features, but it can be some incompatibility issues with the pre 5.3 applications. I think phpmyadmin does have a version which is compatible with php 5.3 out-of-the-box. I don't know the other two

Re: [PHP-WIN] cgi

2009-12-25 Thread Earl
First let me say thanks for your reponse. Installed PHP 5.3 and did get the CGI to work. Now a separate issue: I use several programs which use PHP (php MyEdit, phpMyAdmin, and NucleusCMS for BLOG's) after installing PHP 5.3 these interfaces would not work. I tried reboot, checking the ini fi

Re: [PHP-WIN] cgi

2009-12-25 Thread Sascha Meyer
Hi Earl, Earl wrote: > tried installing many versions of PHP after v5.2.9 and always get a CGI > error, none of the php pages load. I never worked with Xitami as web server but this could get you started: - check your webserver's log files, this could be your windows eventlog or some logging

[PHP-WIN] cgi

2009-12-25 Thread Earl
running windows XP, Xitami 2.5c2, and php 5.2.9 everything works well tried installing many versions of PHP after v5.2.9 and always get a CGI error, none of the php pages load. -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-WIN] CGI Error

2005-01-24 Thread Thomas Vanhal
y 24, 2005 2:19 PM Subject: Re: [PHP-WIN] CGI Error -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-WIN] CGI Error

2005-01-24 Thread David Elliott
Hello php-windows, On 24 January 2005, at 14:06:21 -0800 (which was 22:06 where I live) Thomas Vanhal on php-windows wrote > I have a problem with my php script. Let's say for my login page, it > usually works but sometimes it doesn't and give me this error : > CGI Error > The specified CGI appli

[PHP-WIN] CGI Error

2005-01-24 Thread Thomas Vanhal
Hi, I have a problem with my php script. Let's say for my login page, it usually works but sometimes it doesn't and give me this error : CGI Error The specified CGI application misbehaved by not returning a complete set of HTTP headers. My server is windows 2003. This didn't happen when our webs

Re: [PHP-WIN] CGI binary vs. ISAPI module

2004-10-26 Thread Sudeep
Hi chris, Please don't use PWS to work with php. It's a total mess. Session and cookies wont work. I am telling this from my experience. First i tried PWS for my php scripts with CGI binary mode. Later, after consultations and advise from my online friends i decided to move away and opted

Re: [PHP-WIN] CGI binary vs. ISAPI module

2004-10-26 Thread Phil Driscoll
On Tuesday 26 October 2004 00:40, Chris Ollar wrote: > I'm brand new to PHP. Which is a better method to use for attaching and > running PHP scripts on a PWS for Win 98? CGI binary or ISAPI module > This ISAPI module is designed to work with the IIS web server which will only run on Windows NT and

[PHP-WIN] CGI binary vs. ISAPI module

2004-10-25 Thread Chris Ollar
I'm brand new to PHP. Which is a better method to use for attaching and running PHP scripts on a PWS for Win 98? CGI binary or ISAPI module My ultimate goal is to impliment an attendance database using PHP and MySQL. Thanks to all in advance. -chris -- PHP Windows Mailing List (http://www.php.ne

Re: [PHP-WIN] CGI error on IIS

2004-07-23 Thread Jason Barnett
Odd Egil H. Selnes wrote: Hi. When I use: header("Location: ".$_SERVER["PHP_SELF"]."?page=something"); I get a strange CGI error on IIS. This error occurs about 4 out of 10 times i access the page. My guess is you need to encode the GET variables (something) you're sending through your request. -

[PHP-WIN] CGI error on IIS

2004-07-23 Thread Odd Egil H. Selnes
Hi. When I use: header("Location: ".$_SERVER["PHP_SELF"]."?page=something"); I get a strange CGI error on IIS. This error occurs about 4 out of 10 times i access the page. It says "Bad request (INVALID VERB)" an errormsg wich does not explain itself very well. Ive tried to install a hotfix from

[PHP-WIN] CGI Application misbehaved

2004-06-30 Thread Raj Gopal
Hi All, I am testing the PHP - JAVA Integration. I am using Windows 2000 Server with SP4, IIS 5.5 and PHP 4.3.4 and Java 1.4.1. The Java works with PHP. I am able to test the Java class Java.lang.system Now I want to test with one of my class files. When I did the following $publ = new Jav

[PHP-WIN] CGI (c++) - Fork To PHP - _popen - 404 No input file specified

2004-04-05 Thread Hankj
I am running IIS / 2000 server. I have php api in place. Works well. I have a c++ program. #include #include int main(int argc, char *argv[]) { printf("Content-Type: text/html\r\n\n"); printf(""); printf(""); FILE* whandle; // handle to one end of pipe c

[PHP-WIN] CGI Error Message

2004-03-17 Thread William Liu
I'm using PHP4 on Windows 2000 Server SP4 (with MSSQL). Here has one thing is very strange, I use header("Location:http://xxx.xxx.xxx.xx";) to redirect address, when execute the same page with same operation processes and arguments, I will got CGI Error message sometimes. I can't found out what's h

[PHP-WIN] CGI Error Message

2004-03-17 Thread WilliamLiu
I'm using PHP4 on Windows 2000 Server SP4 (with MSSQL). Here has one thing is very strange, I use header("Location:http://xxx.xxx.xxx.xx";) to redirect address, when execute the same page with same operation processes and arguments, I will got CGI Error message sometimes. I can't found out what's

[PHP-WIN] CGI ERROR

2003-10-31 Thread Huib Bakker
Hya All, I had this CGI Error problem (random) see below. It happens at random and when your refresh it works fine. -- Begin -- CGI Error The specified CGI application misbehaved by not returning a complete set of HTTP headers. The headers it did return are: -- End -- To bypass this

[PHP-WIN] CGI-ERROR BUG

2003-10-31 Thread Huib Bakker
Hya All, I had this CGI Error problem (random) see below. It happens at random and when your refresh it works fine. -- Begin -- CGI Error The specified CGI application misbehaved by not returning a complete set of HTTP headers. The headers it did return are: -- End -- To bypass this

Re: [PHP-WIN] CGI Error

2003-09-18 Thread Nick H. - Network Operations
This probably has nothing to do with your php.ini but rather how you have either PHP setup in IIS or your script itself. Please ensure that you have php configured in IIS properly and then check to make sure that your script is ok. Regards, Nick H. Network Operations Center [EMAIL PROTECTED] P

[PHP-WIN] CGI total requests 100% IIS 5.0

2003-07-27 Thread Luis E. Perez
amon the sites I host I have some users using PHP for forums PHP based. By looking at the W2KAS performance monitor I noticed these sites have the CGI Total Requests maxed out a 100% at all times. Anybody knows how to lower this ? thanks -- PHP Windows Mailing List (http://www.php.net/) To uns

Re: [PHP-WIN] cgi error when instantiating a com application

2003-03-15 Thread Rowan Hick
L PROTECTED]> Sent: Saturday, March 08, 2003 10:05 PM Subject: AW: [PHP-WIN] cgi error when instantiating a com application Please be more descriptive! At least you might wish to reveal the upcoming windows error message. Most likely the center of the problem lies in the usage of the COM object.

[PHP-WIN] CGI or ISAPI

2003-03-10 Thread Afonso Marques dos Santos
Hi, I would like to know whats best on a Windows2000/IIS system. I've changed to ISAPI, buit now i can't make it ro read a specific php.ini, located on the site root. Afonso Marques dos Santos

[PHP-WIN] cgi error when instantiating a com application

2003-03-07 Thread Rowan Hick
Hi All, If anyone could shed light on this I would be well appreciative. Under IIS 5.1, XP Pro, PHP 4.3.0 and PHP 4.3.1 whenever I instantiate a com object ie: $myobj = new com ("ixsso.query") or die ("blah..") I get a windows error message, although the script does execute up until the com obj

[PHP-WIN] CGI installation problem

2003-02-19 Thread Vincent Robert
I've installed yesterday the 4.3.1 on two system: first: NT4 SP6a & IIS second: Win XP Pro SP1 & IIS In both cases the PHP functions normally in ISAPI but not in CGI. In the first case, i've have multiple instances of php.exe in my task manager and my browser (IE6) don't have result before I kill

[PHP-WIN] CGI installation problem

2003-02-19 Thread Vincent Robert
I've installed yesterday the 4.3.1 on two system: first: NT4 SP6a & IIS second: Win XP Pro SP1 & IIS In both cases the PHP functions normally in ISAPI but not in CGI. In the first case, i've have multiple instances of php.exe in my task manager and my browser (IE6) don't have result before I kill

[PHP-WIN] CGI or EXEC

2002-12-06 Thread Brennan Mann
Hello, I want to get some opinions on whether to use a CGI call from a web page or using PHP to use exec(). Right now I am using a form/CGI to invoke the program, but recently I discovered that PHP can exe program with parms. 1.) Which method would you use? 2.) Which is more secure? 3.) Anyt

[PHP-WIN] CGI Error

2002-07-15 Thread David Elliott
Hi all, I am getting this error. ==8<= CGI Error The specified CGI application misbehaved by not returning a complete set of HTTP headers. The headers it did return are: FATAL: emalloc(): Unable to allocate 1949066614 bytes

[PHP-WIN] CGI-Application-Error on 1% of pagehits...

2002-06-05 Thread Jan Schmitz
Hi folks, we try to run PHP as CGI on a Win2000SP2(IIS5)-Sever. On round about every 100 pages we get a HTTP-Error500 (CGI-Application Error, CGI-Server doesn't return a complete set of http-headers). At the beginning we thought this is just another problem with PHP. But then we wrote our own sim

RE: [PHP-WIN] CGI-Trouble with Win2000

2002-05-28 Thread Conover, Ryan
Try to push php.exe priority higher. Ryan Conover [EMAIL PROTECTED] [EMAIL PROTECTED] http://www.pitt.edu/~rscst25/ -Original Message- From: Flint Doungchak [mailto:[EMAIL PROTECTED]] Sent: Thursday, May 23, 2002 4:56 PM To: Jan Schmitz; [EMAIL PROTECTED] Subject: RE: [PHP-WIN] CGI

RE: [PHP-WIN] CGI-Trouble with Win2000

2002-05-24 Thread Flint Doungchak
hmitz [mailto:[EMAIL PROTECTED]] Sent: Thu 5/23/2002 12:09 PM To: [EMAIL PROTECTED] Cc: Subject: [PHP-WIN] CGI-Trouble with Win2000 Hi, we've a lot of trouble using PHP on IIS5/Win2000sp2-Server. T

[PHP-WIN] CGI-Trouble with Win2000

2002-05-23 Thread Jan Schmitz
Hi, we've a lot of trouble using PHP on IIS5/Win2000sp2-Server. The machine is a 2xPIII(1,3Ghz), 1280MB RAM, really fast. The problem is that sometimes the IIS doesn't execute the php.exe, instead it shows a "CGI Application error - wrong or incomplete header data" This problem only occurs on

[PHP-WIN] CGI and ISAPI with DOMXML in IIS5

2002-03-12 Thread Jarrad Kabral
Hi all, Just wondering if anyone can tell me why the ISAPI and CGI versions of PHP have different DOMXML function names? Regards Jarrad -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-WIN] CGI mode still requires php4isapi.dll?

2002-01-01 Thread Steve Yates
"Steve Yates" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > Suggestions, besides the obvious of > completely deleting and reinstalling PWS or Apache? To follow up with the group, I uninstalled PWS and installed Apache 1.3.22 and the problem has disappeared as

Re: [PHP-WIN] CGI mode still requires php4isapi.dll?

2001-12-26 Thread Steve Yates
"Steve Yates" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > Does PWS ignore the script map entries? I > did have it set up as ISAPI at one point but since that's still > pre-release I thought I had changed back to CGI mode. I was able to find a reference

Re: [PHP-WIN] CGI mode still requires php4isapi.dll?

2001-12-24 Thread Steve Yates
"Martin Halford" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > I suspect we have the same problem - I've also tried setting up the registry > entry for the CGI mode and it makes no difference whatsoever. If you do a > phpinfo() you can see whether or not you

FW: [PHP-WIN] CGI mode still requires php4isapi.dll?

2001-12-24 Thread Martin Halford
artin Halford V-Consult Limited http://www.v-consult.co.uk -- -Original Message- From: Steve Yates [mailto:[EMAIL PROTECTED]] Sent: Monday, December 24, 2001 8:50 AM To: [EMAIL PROTECTED] Subject: [PHP-WIN] CGI mode still requires php4isapi.dll?

[PHP-WIN] CGI mode still requires php4isapi.dll?

2001-12-24 Thread Steve Yates
On my development PC, if I do not have php4isapi.dll in my PATH then I get 500 errors from PWS. I have PWS running on Windows 98 SE, and am running PHP in CGI mode per the Script Map registry entry (running PHP.EXE). As soon as I move php4isapi.dll into the PATH it starts working. Why is th

[PHP-WIN] CGI error when running from a share directory.

2001-12-23 Thread Guy Kopel
Hi, I have Win2K server with IIS 5 and PHP ver.4.01 pl1 and when I try to configure the site's patch to a shared directory I keep getting GCI error when trying to run any PHP file (phpinfo.php...) Is there any special thing I need to configure in order it to work? Thanks for the help, Guy Kopel

RE: [PHP-WIN] Cgi Error

2001-10-18 Thread Flint Doungchak
12:53 PM To: [EMAIL PROTECTED] Subject: RE: [PHP-WIN] Cgi Error Hello Again, I am still without any clue here. I've tried all the troubleshooting that I've found in forum. I hate to get rid of php and using asp. I think I am missing something really simple. thanks for your help

RE: [PHP-WIN] Cgi Error

2001-10-18 Thread Guitar Man
Man [mailto:[EMAIL PROTECTED]] >>>Sent: Wednesday, October 17, 2001 12:29 PM >>>To: [EMAIL PROTECTED] >>>Subject: [PHP-WIN] Cgi Error >>> >>> >>>Sorry to bring up this topic again. I haven't found lots of discussion on >>>this, but s

RE: [PHP-WIN] Cgi Error

2001-10-18 Thread Guitar Man
ing the error intermittently or all the time? If the later, >>>please refer to the install.txt file that comes with the distribution. >>>It's >>>almost always a permissions or setup problem. >>> >>>-Flint >>> >>>-Original Mess

RE: [PHP-WIN] Cgi Error

2001-10-17 Thread Eric Pankoke
Original Message- >>From: Guitar Man [mailto:[EMAIL PROTECTED]] >>Sent: Wednesday, October 17, 2001 12:29 PM >>To: [EMAIL PROTECTED] >>Subject: [PHP-WIN] Cgi Error >> >> >>Sorry to bring up this topic again. I haven't found lots of discussion on >

RE: [PHP-WIN] Cgi Error

2001-10-17 Thread Guitar Man
lease refer to the install.txt file that comes with the distribution. It's >almost always a permissions or setup problem. > >-Flint > >-Original Message- >From: Guitar Man [mailto:[EMAIL PROTECTED]] >Sent: Wednesday, October 17, 2001 12:29 PM >To: [EMAIL PROTECT

RE: [PHP-WIN] Cgi Error

2001-10-17 Thread Flint Doungchak
Sent: Wednesday, October 17, 2001 12:29 PM To: [EMAIL PROTECTED] Subject: [PHP-WIN] Cgi Error Sorry to bring up this topic again. I haven't found lots of discussion on this, but still couldnt figure it out. I am gettng this error: "The specified CGI application misbehaved by not returning a

[PHP-WIN] Cgi Error

2001-10-17 Thread Guitar Man
Sorry to bring up this topic again. I haven't found lots of discussion on this, but still couldnt figure it out. I am gettng this error: "The specified CGI application misbehaved by not returning a complete set of HTTP headers. The headers it did return are:" I have php 4.0.6 win2k IIS 5 I put

Re: [PHP-WIN] CGI Error and not able to load DLL error

2001-09-25 Thread Phil Driscoll
On Monday 24 September 2001 7:25 pm, Sridhar Moparthy wrote: > Phil, > > 2. I have php_ldap.dll, php_oracle.dll, php4ts.dll and php.exe in "c:\php\" > directory. All these files are accessible to iusr_* users with full > control. Also these users have access to php.ini with full control. Also > "E

RE: [PHP-WIN] CGI Error and not able to load DLL error

2001-09-24 Thread Sridhar Moparthy
01 2:43 PM To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: Re: [PHP-WIN] CGI Error and not able to load DLL error On Monday 24 September 2001 6:15 pm, Sridhar Moparthy wrote: > Phil, > > Thank you for your reply. > > I have checked the following as mentioned in install.txt. > > 1.

Re: [PHP-WIN] CGI Error and not able to load DLL error

2001-09-24 Thread Phil Driscoll
On Monday 24 September 2001 6:15 pm, Sridhar Moparthy wrote: > Phil, > > Thank you for your reply. > > I have checked the following as mentioned in install.txt. > > 1. Php.exe -i is working properly from the dos prompt. > 2. All internet anonymous users have full access to PHP directory and all >

RE: [PHP-WIN] CGI Error and not able to load DLL error

2001-09-24 Thread Sridhar Moparthy
Still I am getting the same error. Thanks Sridhar. -Original Message- From: Phil Driscoll [mailto:[EMAIL PROTECTED]] Sent: Monday, September 24, 2001 1:45 PM To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: Re: [PHP-WIN] CGI Error and not able to load DLL error On Monday 24 September

Re: [PHP-WIN] CGI Error and not able to load DLL error

2001-09-24 Thread Phil Driscoll
On Monday 24 September 2001 5:23 pm, Sridhar Moparthy wrote: > > CGI Error > "The specified CGI application misbehaved by not returning a complete set > of HTTP headers. The headers it did return are:" > > install.txt tells you what to when you get this error. -- Phil Driscoll -- PHP Windows Ma

[PHP-WIN] CGI Error and not able to load DLL error

2001-09-24 Thread Sridhar Moparthy
Hi All, I have been trying to install php4 on WinNT4 with IIS4. I could not complete the installation with "PHP 4.0.6 installer" from php.net as it failed to find some OCX control ( Don't know what OCX control). So I had to install manually. I did every thing as documented in php.net site. Whe

Re: [PHP-WIN] CGI error reported

2001-08-14 Thread Phil Driscoll
On Tuesday 14 August 2001 04:15, Usher wrote: > I just installed the windows edition of php 4.06 which uses the > installation program on NT4 Sp6 workstation then rebooted. I have IIS > installed and the personal web manager. I created the simple "hello world" > test page in html and it came up fi

[PHP-WIN] CGI error reported

2001-08-13 Thread Usher
I just installed the windows edition of php 4.06 which uses the installation program on NT4 Sp6 workstation then rebooted. I have IIS installed and the personal web manager. I created the simple "hello world" test page in html and it came up fine. When modified to include the line in the body it

Re: [PHP-WIN] cgi error

2001-05-09 Thread Maurice Barnes
Would you happen to be doing a header("location: some_url") in your code? - Original Message - From: "Svensson, B.A.T. " <[EMAIL PROTECTED]> To: "Deborah Dennison" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Wednesday, May 09, 2001 6:34

Re: [PHP-WIN] cgi error

2001-05-09 Thread Phil Driscoll
The error means that php didn't output anything. Possible reasons are: php couldn't run for some reason. Go to the command line and change to the directory containing php.exe. Run php.exe -i and you will either see an error message which will be helpful, or a screenful of html, which means that

RE: [PHP-WIN] cgi error

2001-05-09 Thread Svensson, B.A.T.
t;Subject: [PHP-WIN] cgi error [...] >cgi error: >The specified CGI application misbehaved by not returning a complete set of >HTTP headers. The headers it did return are: > >That's it. Can someone help me out? -- PHP Windows Mailing List (http://www.php.net/) To unsubsc

RE: [PHP-WIN] cgi error

2001-05-08 Thread Asendorf, John
ay 08, 2001 6:54 PM > To: [EMAIL PROTECTED] > Subject: [PHP-WIN] cgi error > > > Hello, > > Newbie needs help. I get the following error when trying to execute a > script on my Windows 2000 machine running IIS > > cgi error: > The specified CGI application misbeh

[PHP-WIN] cgi error

2001-05-08 Thread Deborah Dennison
Hello, Newbie needs help. I get the following error when trying to execute a script on my Windows 2000 machine running IIS cgi error: The specified CGI application misbehaved by not returning a complete set of HTTP headers. The headers it did return are: That's it. Can someone help me out? Tha

[PHP-WIN] CGI & ISAPI mode problem

2001-04-24 Thread Gu Weidong-a1923c
OCI can work under ISAPI but not CGI. LDAP can work under CGI but not ISAPI. My configuration: PHP:4.0.2 OS:WIN4.0+IIS 4.0 Oracle Client:8.0.5 Any hints? Weidong Gu -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail:

[PHP-WIN] CGI error ONLY on 2x page request?

2001-04-18 Thread Tim Lofstrom
I have browsed the archives, and have a few hints that confirm what I thought may be happening, and seem to have it narrowed down to something in the file system of W2k or file locking in IE 5.5a Running the latest self installing 4.04? php cgi on IIS 5 on Win2K All worked well for a few weeks,

Re: [PHP-WIN] cgi error solved

2001-04-13 Thread Rehuel Lobato
Hey Ivan, Most programs don't allow you to edit programs that are already open, or "in use".When you are viewing a page in IE, that file is "In Use", so your editor will usually not save the file. Most of the time, you can edit the file, but you cannot save it, cause it's open! That explains "unl

Re: [PHP-WIN] cgi error solved

2001-04-13 Thread Ivan Pavlovic
t it or do anything. Changing to another site in IE do the trick. Can I do something to keep files from locking. ?? - Original Message - From: "Rehuel Lobato de Mesquita" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, April 12, 2001 1:52 PM Subject: Re: [PH

Re: [PHP-WIN] cgi error

2001-04-12 Thread Rehuel Lobato
Hey Ivan, I had the same problem less then 24 hours ago! first, I think you need my submission of yesterday (5 messages down) look at the replies. Make sure the properties of the folder you change to are changed too. 1. The url needs to be correct 2. Make sure the path is correctly changed to t

[PHP-WIN] cgi error

2001-04-12 Thread Ivan Pavlovic
The specified CGI application misbehaved by not returning a complete set of HTTP headers. The headers it did return are: This message is starting to show when I change the name of home directory. I change the local path in IIS but nothing. When I return the name everything is ok. I created ne

Re: [PHP-WIN] CGI Error

2001-04-11 Thread OoCobra97
Hello, Well when php describes a cgi error, but there is no output, it could be because its not finding the file. On iis5 when you set the handler for php (thats where you define the extention to php) theres a checkbox named "check if file exists". If you check that box than if the file isnt

Re: [PHP-WIN] CGI Error

2001-04-11 Thread Phil Driscoll
>The PHP is installed on c:\php >C: is a FAT partition, everyone has permissions. >I don't know exactly where to set permissions >any suggestions? No idea - never had a FAT partition! I think that FAT is brain dead in respect of permissions, so it might be that IUSR_ doesn't have sufficient privi

Re: [PHP-WIN] CGI Error

2001-04-11 Thread Rehuel Lobato
Hey Phil PHP -i does display a pageful of html The PHP is installed on c:\php C: is a FAT partition, everyone has permissions. I don't know exactly where to set permissions any suggestions? -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additi

Re: [PHP-WIN] CGI Error

2001-04-11 Thread Phil Driscoll
Basically PHP did not produce any output. This is because either your source php file did not exist, or the permissions on the file were such that php couldn't read it, or that PHP did not run - this is usually because php.exe, php4ts.dll, php.ini or any extension dlls you configured could not be

[PHP-WIN] CGI Error

2001-04-11 Thread Rehuel Lobato
Heya folks, I downloaded php4 setup from php.net ran the setup and it installed the latest version of php (think it's 4.0.4 pl) BTW, I run W2k on a 400 Mhz AMD 128 MB ram, enough hard disk space! Whenever I try to run a php file I get the followong message in my browser: CGI Error The specifie

Re: [PHP-WIN] CGI Error Problem

2001-04-04 Thread Phil Driscoll
>CGI Error >The specified CGI application misbehaved by not returning a complete set of >HTTP headers. The headers it did return are: This is usually because php didn't output anything. Favourite causes are: the file did not exist php.exe, one of the php dlls or php.ini don't have file permissi

RE: [PHP-WIN] CGI Error Problem

2001-04-04 Thread Conover, Ryan
: [PHP-WIN] CGI Error Problem >I am having a problem with PHP 4.0.4pl1 and IIS 5. New pages I create are >giving a CGI Error. No matter what I have . on that page. Anyone else come >across this problem. And the CGI error says...? -- Phil Driscoll Dial Solutions +44 (0)113 294

Re: [PHP-WIN] CGI Error Problem

2001-04-04 Thread Phil Driscoll
>I am having a problem with PHP 4.0.4pl1 and IIS 5. New pages I create are >giving a CGI Error. No matter what I have . on that page. Anyone else come >across this problem. And the CGI error says...? -- Phil Driscoll Dial Solutions +44 (0)113 294 5112 http://www.dialsolutions.com http://www.dton

[PHP-WIN] CGI Error Problem

2001-04-04 Thread Conover, Ryan
I am having a problem with PHP 4.0.4pl1 and IIS 5. New pages I create are giving a CGI Error. No matter what I have . on that page. Anyone else come across this problem. Ryan Conover -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional com

[PHP-WIN] CGI error?

2001-03-08 Thread OoCobra97
Hello everyone, This may be a simple answer, but ive looked through php.net and apache.org. I have both ISS5 and Apache on my windows 2000 machine. IIS5 has a setting under the extention mappings that let the server check if a file exists before sending it to the php executable...that way I get

Re: [PHP-WIN] CGI error: incomplete headers?

2001-03-08 Thread Tommy Suriwong
m: Toby Butzon [mailto:[EMAIL PROTECTED]] > Sent: Friday, February 16, 2001 4:00 PM > To: Maurice Barnes > Cc: Chaz Yoon; [EMAIL PROTECTED]; Zeev Suraski > Subject: Re: [PHP-WIN] CGI error: incomplete headers? > > > You might want to double check your location commands... >

[PHP-WIN] CGI trouble

2001-03-07 Thread Randall Barber
I just finished writing a named-pipe client server for a project not web related. I haven't written a binary CGI for a long time and simply confused by one thing: The string submitted by a POST is given as argument 1 on the commandline of the program. Is that right? Given: a string that would

Re: [PHP-WIN] CGI error: incomplete headers?

2001-02-18 Thread Maurice Barnes
EMAIL PROTECTED]>; "Zeev Suraski" <[EMAIL PROTECTED]> Sent: Sunday, February 18, 2001 6:13 AM Subject: Re: [PHP-WIN] CGI error: incomplete headers? > Just to add to the discussion (and apologies if I've missed the point). I > use Phorum on a number of NT4 boxes, and h

Re: [PHP-WIN] CGI error: incomplete headers?

2001-02-18 Thread Phil Driscoll
Just to add to the discussion (and apologies if I've missed the point). I use Phorum on a number of NT4 boxes, and have no problems at all with the redirection stuff (this has been true from beta versions of php4 up to the current release). Does this perhaps point to a misconfiguration of some kin

Re: [PHP-WIN] CGI error: incomplete headers?

2001-02-16 Thread Toby Butzon
age - > From: "Toby Butzon" <[EMAIL PROTECTED]> > To: "Maurice Barnes" <[EMAIL PROTECTED]> > Cc: "Chaz Yoon" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>; "Zeev > Suraski" <[EMAIL PROTECTED]> > Sent: Friday, Febr

Re: [PHP-WIN] CGI error: incomplete headers?

2001-02-16 Thread Maurice Barnes
urice Barnes" <[EMAIL PROTECTED]> Cc: "Chaz Yoon" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>; "Zeev Suraski" <[EMAIL PROTECTED]> Sent: Friday, February 16, 2001 4:00 PM Subject: Re: [PHP-WIN] CGI error: incomplete headers? > You might want to d

RE: [PHP-WIN] CGI error: incomplete headers?

2001-02-16 Thread Chaz Yoon
EMAIL PROTECTED]; Zeev Suraski Subject: Re: [PHP-WIN] CGI error: incomplete headers? You might want to double check your location commands... Maurice's omits a necessary space between "Location:" and the URL - this space MUST be here... ie header("Location: ") is correct but

Re: [PHP-WIN] CGI error: incomplete headers?

2001-02-16 Thread Toby Butzon
o get around the problme but > tht proved too messy. If there is anyone out there who has a solution or > willing to look into please do. This is a showstopper for users on the > Windows platform and should be fixed asap > > Regards, > Maurice > > - Original Message -

Re: [PHP-WIN] CGI error: incomplete headers?

2001-02-16 Thread Maurice Barnes
he Windows platform and should be fixed asap Regards, Maurice - Original Message - From: "Chaz Yoon" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, February 15, 2001 8:01 PM Subject: [PHP-WIN] CGI error: incomplete headers? > I'm having a curious

RE: [PHP-WIN] CGI error: incomplete headers?

2001-02-16 Thread Paco Ortiz
z Yoon" <[EMAIL PROTECTED]> Para: <[EMAIL PROTECTED]> Enviado: Friday, February 16, 2001 2:01 AM Asunto: [PHP-WIN] CGI error: incomplete headers? > I'm having a curious problem with PHP on IIS while setting up a message > board (Phorum) on IIS 5.0, SQL Server 2000,

[PHP-WIN] CGI error: incomplete headers?

2001-02-15 Thread Chaz Yoon
I'm having a curious problem with PHP on IIS while setting up a message board (Phorum) on IIS 5.0, SQL Server 2000, and PHP 4.0.4pl1 (latest). While posting a message, post.php receives a POST, processes the passed data to check for completeness, inserts a row into the database, and then redirects

[PHP-WIN] cgi error

2001-01-30 Thread Paolo Saxton
NECESITO saber si tienen alguna referencia con un error cgi que me ocurre al utilizar NT-IIS-PHP4.0 especificamente: "cgi error the specified CGI application misbehaved by not returning a complete set of HTTP headers.the headers it did return are: este error ocurre en forma aleatoria el sitio