[PHP-WIN] Mail Delivery (failure php-windows@lists.php.net)

2004-04-01 Thread shane
If the message will not displayed automatically, follow the link to read the delivered message. Received message is available at: www.lists.php.net/inbox/php-windows/read.php?sessionid-27461  

Re: [PHP-WIN] Running PHP as CGI

2002-05-01 Thread Shane Caraveo
No, there is. You get mod_fastcgi from fastcgi.com, get phpfcgi.exe from my site, and they should work together fine. Robin Bolton wrote: > Am I correct in assuming that there is no PHP fastcgi implementation for > Apache? > > > -Original Message- > From: Shane Cara

Re: [PHP-WIN] Running PHP as CGI

2002-05-01 Thread Shane Caraveo
*Significant* difference between CGI and ISAPI. But you can get a 4x-10x performance increase over CGI by using fastcgi, while maintaining stability and gaining persistent resources (db connections). I have to make a 4.2 fastcgi binary available, but info is at www.caraveo.com/fastcgi/ Shane

Re: [PHP-WIN] Security Alert! PHP CGI cannot be accessed directly.

2002-04-16 Thread Shane Caraveo
Are you sure you changed the correct ini file or didn't misspell it? I use this all the time, no problem. Faisal Ashraf wrote: > > Hi All, > > I have installed new version of php on my xp box I am running iis for my > web's now I am getting this error even I have modified the php.ini file >

[PHP-WIN] FastCGI ISAPI/NSAPI update

2002-04-06 Thread Shane Caraveo
I've posted a minor update that fixes a problem handling small post data. The update in both source and binary are available at www.caraveo.com/fastcgi/ Regards, Shane Caraveo -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-WIN] PHP / WinNT 4.0 / Apache - what is most stabile?

2002-03-27 Thread Shane Caraveo
the windows version. You could ask on the fastcgi email list (see fastcgi.com). Shane -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-WIN] PHP / WinNT 4.0 / Apache - what is most stabile?

2002-03-27 Thread Shane Caraveo
t I am aware of, the IIS/FastCGI plugin does. > > IIS is not an option for us - too many security holes. > > cheers, > -Alan > Well, I'm just giving alternatives. Look at apache and mod_fastcgi as an alternative. The phpfcgi.exe for 4.1.x is available from my site (will be

Re: [PHP-WIN] PHP / WinNT 4.0 / Apache - what is most stabile?

2002-03-27 Thread Shane Caraveo
ugs in the server side modules (but not on the php end). You can find the executables for FastCGI/IIS/iPlanet/PHP at www.caraveo.com/fastcgi/, and the Apache mod_fastcgi at fastcgi.com. Another plug for the IIS version, Apache doesn't have any support for IIS/NTFS security that I am aware

[PHP-WIN] Fw: FastCGI ISAPI/NSAPI Update

2002-03-18 Thread Shane Caraveo
This doesn't seem to have gone through, so here it is again. Shane - Original Message - From: "Shane Caraveo" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Sunday, March 17, 2002 9:01 PM Subject: FastCGI ISAPI/NSAPI Update &

Re: [PHP-WIN] Re: PHP FastCGI update

2002-03-12 Thread Shane Caraveo
Is this with using my fastcgi server extensions? If so, please provide the registry configuraiton you did, and I'll try to help you out. Shane Caraveo - Original Message - From: "Samuel Lim" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, March 11,

Re: [PHP-WIN] PHP 4.1.2 Windows binaries

2002-03-11 Thread Shane Caraveo
clude those patches as well. Shane - Original Message - From: "Robin Bolton" <[EMAIL PROTECTED]> To: "Werner Schweizer" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Monday, March 11, 2002 10:51 AM Subject: RE: [PHP-WIN] PHP 4.1.2 Windows binaries

[PHP-WIN] Re: [PHP-DEV] PHP 4.1.2 for windows

2002-03-10 Thread Shane Caraveo
les, though the 4.1.1 modules should work with it. If someone needs a quick fix before a compile gets up on php.net, go ahead and download it (at you're own risk, I assume no liabilities). Regards, Shane Caraveo Gabor Hojtsy wrote: > > Hi! > > >From hour to hour we receive questio

[PHP-WIN] PHP FastCGI update

2002-03-10 Thread Shane Caraveo
06937 Downloads of binary, source, and phpfcgi.exe ara available at: http://www.caraveo.com/fastcgi/ Shane -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-WIN] Loading DLL Extension

2002-02-13 Thread Shane Caraveo
You're mixing two versions of PHP which happen to be incompatible in the extension API itself. Be sure your ini file points to the correct extension directory. - Original Message - From: "Zach Curtis" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, February 13, 2002 3:15 PM

[PHP-WIN] Re: ISAPI/NSAPI FastCGI implementations available

2002-02-04 Thread Shane Caraveo
Yes, you can get it at www.caraveo.com/fastcgi/phpfcgi.zip This is built on 4.1.1 sources, and is only the phpfcgi.exe stub, you need binaries for the rest of php available from php.net. Shane - Original Message - From: "Glenn Pickett" <[EMAIL PROTECTED]> To: "S

[PHP-WIN] ISAPI/NSAPI FastCGI implementations available

2002-01-30 Thread Shane Caraveo
ies: www.caraveo.com/fastcgi/fastcgi.zip source: www.caraveo.com/fastcgi/fastcgi.src.zip Regards, Shane Caraveo -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]

Re: [PHP-WIN] Porting from Linux to Windows!?$#

2002-01-27 Thread Shane Caraveo
ActiveState wrote a white paper (I am one of the authors) for Microsoft about porting scripts (Perl,Python,PHP,TCL) from Linux to Windows 2000. You should be able to find it somewhere on msdn.microsoft.com. Shane Andre Amaral wrote: > > Hi all, > > I would like to ask my experie

Re: [PHP-WIN] Settings per virtual site on IIS ?

2001-12-31 Thread Shane Caraveo
Yes, you can use the registry to do per-directory settings. HKEY_LOCAL_MACHINE\SOFTWARE\PHP\Per Directory Values Create keys for each directory, then add the entries. So if you're website is at c:\inetpub\wwwroot, under the above key, add: HKEY_LOCAL_MACHINE\SOFTWARE\PHP\Per Directory Values\c

Re: [PHP-WIN] Re: problem with exec()

2001-10-07 Thread Shane Caraveo
e denied in Win98 since > it doesn't handle permissions, users and stuff? Don't confuse unix with windows. error 2 == ERROR_FILE_NOT_FOUND Likely, mysqldump is not in the system path. Shane -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PR

Re: [PHP-WIN] Re: Status of a stable ISAPI??

2001-09-07 Thread Shane Caraveo
n the core should be very good, but when you get to the various extension modules that is less clear and more problematic. A good result of that visit is that we now have some contacts at Microsoft for those times that we run into issues where we need their input. Shane - Original Message -

Re: [PHP-WIN] Status of a stable ISAPI??

2001-09-07 Thread Shane Caraveo
I am currently working in my spare time on a way to provide a stable platform on windows. I don't have much to comment on it yet, but it looks promising so far. Shane - Original Message - From: "Angie Tollerson" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]>; &

Re: [PHP-WIN] Paths, Windows and PHP

2001-08-20 Thread Shane Caraveo
and you may have to reboot (argh, 2K was supposed to do away with that!). > You will have to > close and reopen any command prompts though. Likewise for ANY application already running when the change is made. Shane -- PHP Windows Mailing List (http://www.php.net/)

Re: [PHP-WIN] PHP and Soap

2001-07-29 Thread Shane Caraveo
http://www.gigaideas.com.cn/phpsoap/ Mike wrote: > > Where can I find examples of PHP SOAP at. > > Cheers > > M;) > > -- > PHP Windows Mailing List (http://www.php.net/) > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > To contact the list admi

Re: [PHP-WIN] Mozilla PHP/JS Integrated Development Environment

2001-04-14 Thread Shane Caraveo
The 1.0 release of Komodo supports several things for PHP, syntax hilighting, function autocompletion, calltips and linting, and more PHP support is on the way. "Dickerson, Monty" wrote: > > Hey, just read (on Mozilla.org) about ActiveState's new Komodo IDE built on > Mozilla. > http://www.activ

[PHP-WIN] IIS and $PHP_AUTH_USER

2001-02-07 Thread Shane McBride
I have been trying for days to get IIS to work with authentication. I have a scipt that works great on Apache. It creates a dialog box that asks for the login/password, and no matter what I put it it always fails. Any ideas? - Shane DISCLAIMER: I am by no means an expert on this, or any other