[PHP] PHP 5.3 IIS 5.1 not working...help!

2009-07-30 Thread Fred Silsbee
http://72.47.28.125:8080/phpinfo.php not working ERROR: The website cannot display the page HTTP 500 IIS 5.1, PHP 5.3 XP Prof SP3 + all updates PHP 5.2.8 worked great and took a few minutes to install phpinfo.php is in C:\inetpub\wwwroot ?php phpinfo(); ? php.ini has: doc_root = C

Re: [PHP] PHP on IIS and MS SQL 2000

2006-07-24 Thread Igor Kryltsov
before 1970 suddenly become all born in 1970. I am not sure but it looks like choice of platform - PHP on IIS with MSSQL is not a good idea. And by trying to minimize IT department risk (necessity to support OS they do not know) we maximize our application support issues

[PHP] PHP on IIS and MS SQL 2000

2006-07-23 Thread Igor Kryltsov
but it looks like choice of platform - PHP on IIS with MSSQL is not a good idea. And by trying to minimize IT department risk (necessity to support OS they do not know) we maximize our application support issues. If anybody can suggest or share experience - please do. Thank you, Igor Kryltsov -- PHP

Re: [PHP] PHP on IIS and MS SQL 2000

2006-07-23 Thread Frank M. Kromann
) There are no problems with varchars but COM object does not like DATETIMEs less than 1970 and all your employees which were 'lucky' to be born before 1970 suddenly become all born in 1970. I am not sure but it looks like choice of platform - PHP on IIS with MSSQL is not a good idea

Re: [PHP] PHP and IIS

2003-12-07 Thread V.B. de Haan
: Saturday, December 06, 2003 11:54 PM Subject: Re: [PHP] PHP and IIS V.B. de Haan wrote: I'm running IIS 5.0 on win 2000 professional. I want to include SSI and PHP code in one single file of HTML. How can I do this? The question is WHY you'd want to do this. Whatever you're doing in your SSI

Re: [PHP] PHP and IIS

2003-12-07 Thread V.B. de Haan
PROTECTED] To: V.B. de Haan [EMAIL PROTECTED] Cc: PHP General Mailing List [EMAIL PROTECTED] Sent: Saturday, December 06, 2003 11:54 PM Subject: Re: [PHP] PHP and IIS V.B. de Haan wrote: I'm running IIS 5.0 on win 2000 professional. I want to include SSI and PHP code in one single file of HTML. How

Re: [PHP] PHP and IIS

2003-12-07 Thread John W. Holmes
V.B. de Haan wrote: Now the WHY-question: at the bottom of every page, a complex CGI-Perl-script has to be executed, it's more easily to add only one line of SSI-comment, than the whole content of te script. I also have to translate it to PHP. No you don't. Just use virtual().

[PHP] PHP and IIS

2003-12-06 Thread V.B. de Haan
Hi all, I'm running IIS 5.0 on win 2000 professional. I want to include SSI and PHP code in one single file of HTML. How can I do this? Vincent

Re: [PHP] PHP and IIS

2003-12-06 Thread John W. Holmes
V.B. de Haan wrote: I'm running IIS 5.0 on win 2000 professional. I want to include SSI and PHP code in one single file of HTML. How can I do this? The question is WHY you'd want to do this. Whatever you're doing in your SSI should just be done in PHP. -- ---John Holmes... Amazon Wishlist:

Re: [PHP] PHP, ASP, IIS and MySQL

2003-04-01 Thread Jeppe
Thanks for your thoughts! / Jeppe John W. Holmes wrote: My questions for you: 1) Is there a penelty/drawback when coding PHP instead of ASP on IIS (towards MySQL)? No, not really. I'm sure ASP has some little tricks built in that you'd have to recreate in PHP, but the two are basically the

[PHP] PHP, ASP, IIS and MySQL

2003-03-30 Thread Jesper Blomström
functions in PHP instead of ASP (and nicer code too). I have done some experiments with PHP on IIS (towards MySQL) and it all seems to work just fine. My questions for you: 1) Is there a penelty/drawback when coding PHP instead of ASP on IIS (towards MySQL)? 2) Do you see any problems in having

RE: [PHP] PHP, ASP, IIS and MySQL

2003-03-30 Thread John W. Holmes
My questions for you: 1) Is there a penelty/drawback when coding PHP instead of ASP on IIS (towards MySQL)? No, not really. I'm sure ASP has some little tricks built in that you'd have to recreate in PHP, but the two are basically the same, regardless of the OS. 2) Do you see any problems in

[PHP] PHP and IIS

2003-03-22 Thread Beauford.2002
I just installed Win2k server and IIS (need it for a project I am doing) and get the following error after installing PHP. All permissions are set correctly. This appears to be a common problem as a search comes up with hundreds of the same problem - funny though - no answers. Any help is

Re: [PHP] PHP and IIS

2003-03-22 Thread Denis L. Menezes
Hi, Just a thought. Have u put all the dlls in the system32 forlder? Denis - Original Message - From: Beauford.2002 [EMAIL PROTECTED] To: PHP General [EMAIL PROTECTED] Sent: Sunday, March 23, 2003 8:03 AM Subject: [PHP] PHP and IIS I just installed Win2k server and IIS (need

Re: [PHP] PHP and IIS

2003-03-22 Thread Leo Spalteholz
On March 22, 2003 04:03 pm, Beauford.2002 wrote: I just installed Win2k server and IIS (need it for a project I am doing) and get the following error after installing PHP. All permissions are set correctly. This appears to be a common problem as a search comes up with hundreds of the same

Re: [PHP] PHP and IIS

2003-03-22 Thread Beauford.2002
] Sent: Saturday, March 22, 2003 9:32 PM Subject: Re: [PHP] PHP and IIS Hello Beauford.2002, Saturday, March 22, 2003, 6:03:38 PM, you wrote: B2 I just installed Win2k server and IIS (need it for a project I am doing) and B2 get the following error after installing PHP. All permissions are set

[PHP] PHP and IIS 5.0

2003-03-19 Thread Beauford.2002
Hi, I am putting together a website for a customer who insists on using IIS running on Windows XP and I'm running into some problems. It appears that no matter what PHP script I run, I'm getting tons of errors saying this variable or that variable is undefined. I have global variables turned on

Re: [PHP] PHP and IIS 5.0

2003-03-19 Thread Lowell Allen
] Subject: [PHP] PHP and IIS 5.0 Hi, I am putting together a website for a customer who insists on using IIS running on Windows XP and I'm running into some problems. It appears that no matter what PHP script I run, I'm getting tons of errors saying this variable or that variable

[PHP] PHP and IIS - More info

2003-03-19 Thread Beauford.2002
These are some of the errors I am getting Notice: Undefined index: login in C:\Inetpub\wwwroot\..\login\checklogin.php on line 74 and 75, and other similar errors. Line 74 is: $login = $HTTP_SESSION_VARS['login']; Line 75 is: $password = $HTTP_SESSION_VARS['password']; Another one

Re: [PHP] PHP and IIS 5.0

2003-03-19 Thread CPT John W. Holmes
I am putting together a website for a customer who insists on using IIS running on Windows XP and I'm running into some problems. It appears that no matter what PHP script I run, I'm getting tons of errors saying this variable or that variable is undefined. I have global variables turned on in

RE: [PHP] PHP and IIS - More info

2003-03-19 Thread John W. Holmes
These are some of the errors I am getting Notice: Undefined index: login in C:\Inetpub\wwwroot\..\login\checklogin.php on line 74 and 75, and other similar errors. Line 74 is: $login = $HTTP_SESSION_VARS['login']; Line 75 is: $password = $HTTP_SESSION_VARS['password'];

Re: [PHP] PHP and IIS 5.0

2003-03-19 Thread Beauford.2002
- From: CPT John W. Holmes [EMAIL PROTECTED] To: Beauford.2002 [EMAIL PROTECTED]; PHP General [EMAIL PROTECTED] Sent: Wednesday, March 19, 2003 11:21 AM Subject: Re: [PHP] PHP and IIS 5.0 I am putting together a website for a customer who insists on using IIS running on Windows XP and I'm running

Re: [PHP] PHP and IIS - More info

2003-03-19 Thread Beauford.2002
: Wednesday, March 19, 2003 12:21 PM Subject: RE: [PHP] PHP and IIS - More info These are some of the errors I am getting Notice: Undefined index: login in C:\Inetpub\wwwroot\..\login\checklogin.php on line 74 and 75, and other similar errors. Line 74 is: $login

Re: [PHP] PHP and IIS - More info

2003-03-19 Thread Chris Hewitt
Beauford.2002 wrote: Further note that it is not just this script, but many PHP scripts that I run on IIS - they all work perfectly on Apache (on Windows and Linux).. As well as configuration differences it could be different versions of php. Modern ones expect $_SERVER for example. I might like

Re: [PHP] PHP and IIS - More info

2003-03-19 Thread CPT John W. Holmes
PROTECTED]; 'PHP General' [EMAIL PROTECTED] Sent: Wednesday, March 19, 2003 12:21 PM Subject: RE: [PHP] PHP and IIS - More info These are some of the errors I am getting Notice: Undefined index: login in C:\Inetpub\wwwroot\..\login\checklogin.php on line 74 and 75

Re: [PHP] PHP and IIS - More info

2003-03-19 Thread Beauford.2002
: Wednesday, March 19, 2003 2:40 PM Subject: Re: [PHP] PHP and IIS - More info Beauford.2002 wrote: Further note that it is not just this script, but many PHP scripts that I run on IIS - they all work perfectly on Apache (on Windows and Linux).. As well as configuration differences it could

[PHP] PHP on IIS session problems

2003-03-03 Thread Victor Stan
I get these errors from a simple session_start(); script. Warning: session_start() [function.session-start]: open(/tmp\sess_f4aa3ef3c537bb6327d5e7b991e91be7, O_RDWR) failed: No such file or directory (2) in c:\inetpub\wwwroot\picoblog\admin.php on line 2 Warning: session_start()

RE: [PHP] PHP on IIS session problems

2003-03-03 Thread Jon Haworth
Hi Victor, Warning: session_start() [function.session-start]: open(/tmp\sess_f4aa3ef3c537bb6327d5e7b991e91be7, O_RDWR) failed: No such file or directory (2) in c:\inetpub\wwwroot\picoblog\admin.php on line 2 Pay attention to the error messages. This one explains exactly what you're doing

RE: [PHP] PHP on IIS session problems

2003-03-03 Thread Rich Gray
I get these errors from a simple session_start(); script. Warning: session_start() [function.session-start]: open(/tmp\sess_f4aa3ef3c537bb6327d5e7b991e91be7, O_RDWR) failed: No such file or directory (2) in c:\inetpub\wwwroot\picoblog\admin.php on line 2 Warning: session_start()

Re: [PHP] PHP on IIS session problems

2003-03-03 Thread 1LT John W. Holmes
I get these errors from a simple session_start(); script. Warning: session_start() [function.session-start]: open(/tmp\sess_f4aa3ef3c537bb6327d5e7b991e91be7, O_RDWR) failed: No such file or directory (2) in c:\inetpub\wwwroot\picoblog\admin.php on line 2 Do you have a /tmp folder on your

RE: [PHP] PHP on IIS session problems

2003-03-03 Thread Victor Stan
-Original Message- From: 1LT John W. Holmes [mailto:[EMAIL PROTECTED] Sent: Monday, March 03, 2003 10:23 AM To: Victor Stan; [EMAIL PROTECTED] Subject: Re: [PHP] PHP on IIS session problems I get these errors from a simple session_start(); script. Warning: session_start() [function.session-start

Re: [PHP] PHP on IIS session problems

2003-03-03 Thread 1LT John W. Holmes
] PHP on IIS session problems Ok, thanks guys for your help, I sort of figured that's the problem, but I didn't want to touch the ini settings without being sure, and getting some advice from people that know. Thanks again, great help. I made the changes, now how do I restart php? So

RE: [PHP] PHP on IIS session problems

2003-03-03 Thread Victor Stan
: [PHP] PHP on IIS session problems You need to restart IIS. c:\ net stop iisadmin c:\ net start w3svc or use the control panel. ---John Holmes... - Original Message - From: Victor Stan [EMAIL PROTECTED] To: 1LT John W. Holmes [EMAIL PROTECTED]; [EMAIL PROTECTED] Sent: Monday, March 03

[PHP] PHP ob_gzhandler, IIS 4.0, and .js/.css files

2002-06-26 Thread TSAI,EDWARD (HP-Cupertino,ex1)
I am looking for ways to improve performance for delivering content from a couple of CDSes in a Vignette solution. (which get as large as 100kb), so I am looking into HTTP compression (which looks like it can compress our files down to 12kb). I found a few commericial vendors such as Pipeboost

[PHP] PHP with IIS

2002-06-24 Thread Dave Leather
Hello all, I am attempting to open and/or create a DBASE file on a NOVELL network. When I attemp a command such as if (!dbase_open(C:\\orders.dbf,2)){ print COULD NOT OPEN DB; }else{ print DB WAS OPENED; } I receive a message that says DB WAS OPENED - no problem... On my IIS

Re: [PHP] PHP with IIS

2002-06-24 Thread Andrew Brampton
Subject: [PHP] PHP with IIS Hello all, I am attempting to open and/or create a DBASE file on a NOVELL network. When I attemp a command such as if (!dbase_open(C:\\orders.dbf,2)){ print COULD NOT OPEN DB; }else{ print DB WAS OPENED; } I receive a message that says DB WAS OPENED

Re: [PHP] PHP with IIS

2002-06-24 Thread Dave Leather
ROTECTED] Sent: Monday, June 24, 2002 6:29 PM Subject: [PHP] PHP with IIS Hello all, I am attempting to open and/or create a DBASE file on a NOVELL network. When I attemp a command such as if (!dbase_open(C:\\orders.dbf,2)){ print COULD NOT OPEN DB; }else{ print DB WA

Re: [PHP] PHP with IIS

2002-06-24 Thread Dave Leather
you need to set up ISUR_machine_name to have permission to the remote share. Andrew - Original Message - From: Dave Leather [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, June 24, 2002 6:29 PM Subject: [PHP] PHP with IIS Hello all, I am attempting to op

RE: [PHP] PHP with IIS

2002-06-24 Thread James E. Hicks III
do windows. James -Original Message- From: Dave Leather [mailto:[EMAIL PROTECTED]] Sent: Monday, June 24, 2002 3:52 PM To: [EMAIL PROTECTED] Subject: Re: [PHP] PHP with IIS OK made some headway... Made my network drive that I wanted to access a virtual directory on my IIS

Re: [PHP] PHP with IIS

2002-06-24 Thread Dave Leather
to check the permisions on this directory to make sure that apache can write to it. I wish I could help you out further, but I don't do windows. James -Original Message- From: Dave Leather [mailto:[EMAIL PROTECTED]] Sent: Monday, June 24, 2002 3:52 PM To: [EMAIL PROTECTED] Subject: Re: [

[PHP] PHP + GD + IIS -=-=-=-=-=- I solved the problem -=-=-=-=-=-=-

2001-12-28 Thread EMIN CALIKLI
and php_mssql.dll) 3- I copied php4ts.dll to /winnt/system32 driver (it's important for isapi) 4- I copied ntwdblib.php to /winnt/system32 driver (it's important for MsSQL 7.0 extension) 5- I configured IIS to run php extensions with isapi . 6- I started the IIS service and I tested with my basic

RE: [PHP] PHP crashing IIS 5 on Wnidows 2K

2001-06-29 Thread Brave Cobra
Remember that the cgi version does not support PHP authentication. the DLL version does! Brave Cobra -Original Message- From: Bernie Kruger [mailto:[EMAIL PROTECTED]] Sent: donderdag 28 juni 2001 15:08 To: [EMAIL PROTECTED] Subject: Re: [PHP] PHP crashing IIS 5 on Wnidows 2K I had

Re: [PHP] PHP crashing IIS 5 on Wnidows 2K

2001-06-28 Thread Bernie Kruger
I had PHP 4.0.5 ISAPI running in Win2K IIS5. It also crashed every few minutes. I switched over to CGI and now its running like a dream. Bernie Kruger Phil Driscoll [EMAIL PROTECTED] wrote in message 01062709242201.02176@linux">news:01062709242201.02176@linux... On Tuesday 26 June 2001

Re: [PHP] PHP crashing IIS 5 on Wnidows 2K

2001-06-27 Thread Phil Driscoll
On Tuesday 26 June 2001 21:35, Jason Lustig wrote: I have PHP 4.04pl1 set up on a IIS 5 server on Windows 2k. However, it keeps on crashing the server -- not all the time, but sometimes it does, sometimes it doesn't. And I have no idea whatsoever what is causing it. I *think* that it has to

RE: [PHP] PHP crashing IIS 5 on Wnidows 2K

2001-06-27 Thread Jason Lustig
Assuming that you are using the ISAPI version of PHP, it is probably crashing because that version of PHP is not very stable. You should upgrade to 4.0.6 which contains improvements in that area, but it is still not perfect. If you find 4.0.6 unstable either change from ISAPI to CGI or if you

Re: [PHP] PHP crashing IIS 5 on Wnidows 2K

2001-06-27 Thread Aral Balkan
I would agree, I had PHP 4 installed on IIS running on Win2000 and it was very unstable. Since switching to Apache, I've had no problems whatsoever -- it's rock solid! Aral :) __ ([EMAIL PROTECTED]) New Media Producer, Kismia, Inc. ([EMAIL PROTECTED]) Adj

[PHP] PHP crashing IIS 5 on Wnidows 2K

2001-06-26 Thread Jason Lustig
I have PHP 4.04pl1 set up on a IIS 5 server on Windows 2k. However, it keeps on crashing the server -- not all the time, but sometimes it does, sometimes it doesn't. And I have no idea whatsoever what is causing it. I *think* that it has to do with my include()s. I end up including all my