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
Alan McKay wrote: >>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 included in php 4.2). > > > Oh, so it's available for apache, too? > OK, I may just give it a try then. But what is

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

2002-03-27 Thread Shane Caraveo
Alan McKay wrote: > > > 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 of, the IIS/FastCGI plug

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

2002-03-27 Thread Shane Caraveo
You can also try FastCGI. I would suggest you get a load test program, and test your scripts under various loads. Microsoft has a free one (http://webtool.rte.microsoft.com), and there is one by the Apache group. Both the Apache and IIS sapi modules are multithreaded, and you may run into is

[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
There IS a security issue with 4.1.1, and the 4.1.2 sources, if you use CGI with Apache or Netscape/iPlanet servers. Dig back through the php-dev archives from about a week to week and half back, you will find the info. It's been patched in CVS, and I beleive that the next build will include thos

[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
I've just uploaded a new build of the ISAPI/NSAPI FastCGI modules, fixing a bug on error output and a problem in the readme.txt file that prevented proper configuration. Further details can be found in the php-windows mail list archive at http://aspn.activestate.com/ASPN/Mail/Message/1006937 Dow

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 experienced friends he

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
> > $cmd="mysqldump -h $host --user=$user --password=\"$pass\" --opt > $database > $backup_file"; > > I'm gettting error return 2... which (according to 'man errno') means > EACCESS or 'Permission denied'. How can something be denied in Win98 since > it doesn't handle permissions, users and st

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

2001-09-07 Thread Shane Caraveo
Zeev, Andi and myself went to Microsoft for a few days, and Zeev and Andi did work out some issues as a result of that. But stability of PHP goes much further than the ISAPI interface. Thread safety is a key issue, and not many of the developers working on PHP develop under an environment that r

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

2001-09-07 Thread Shane Caraveo
lt;[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Friday, September 07, 2001 9:20 AM Subject: RE: [PHP-WIN] Status of a stable ISAPI?? If you are going to offer anyone money to speed up this process, you could try the guys at Active State, specifically Shane Caraveo, since he told me a g

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

2001-08-20 Thread Shane Caraveo
Craig Morrison wrote: > > To solve the questions about where to copy your PHP dll directory > files I have put together a simple set of instructions that will > help get things so that Windows can find them *without* you having > to copy them anywhere. > > NT/2000 PATH Environment > >7)

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