From: Pierre Joye on 5 Apr 2010 06:08 hi, On Mon, Apr 5, 2010 at 6:27 AM, Todd Oberly <taoberly(a)mindspring.com> wrote: > I've heard of FastCGI, but never used it before. If I want to get the application running ASAP without FastCGI (please don't argue), what would be the effect of using the thread-safe VC6 build of 5.2.13? Just a decrease in performance? PHP TS is slightly slower than PHP NTS but not in a significant manner. However the stability of the ISAPI may affect your sites much more than the TS vs NTS delta. Many crashes have worst side effects than slowdowns. Cheers, -- Pierre @pierrejoye | http://blog.thepimp.net | http://www.libgd.org
From: "pan" on 5 Apr 2010 13:44 Venkat Raman Don wrote: >> Hi, >> >> Okay I am not going to argue. The other way of hosting PHP is using >> the ISAPI DLL. Disadvantages are apart from the ones already >> mentioned: >> 1. ISAPI way of hosting PHP is deprecated in PHP5.3 and so you will >> not be able to leverage all the good features introduced in PHP 5.3. >> Details at http://www.confoo.ca/uploads/slides/php-5-3-awesome.zip. >> 2. ISAPI way of running PHP on IIS is not supported by Microsoft. We >> support only IIS FastCGI and using IIS FastCGI will give you >> Microsoft Support as well as dedicated team who are committed to >> make PHP running on IIS a great experience. >> 3. We have developed WINCACHE which is a PHP accelerator (a major >> boost to PHP performance) and that doesn't work on ISAPI. Details at >> http://pecl.php.net/package/WinCache. >> >> Thanks, >> Don. >> Hi, Where can wincache.dll be downloaded? Any progress on the 1.5 year project to restore windows pecl?
From: Venkat Raman Don on 5 Apr 2010 13:51 WINCACHE DLL can be downloaded from http://www.iis.net/expand/WinCacheForPhp. The links here will take you to source forge actually. The download is available for both PHP5.2 as well as PHP5.3 NTS version. Please chose what is appropriate for you. Most of the extension can be downloaded from http://downloads.php.net/pierre/. Thanks, Don. -----Original Message----- From: pan [mailto:pan(a)syix.com] Sent: Monday, April 05, 2010 10:44 AM To: php-windows(a)lists.php.net Subject: Re: [PHP-WIN] Windows binaries Venkat Raman Don wrote: >> Hi, >> >> Okay I am not going to argue. The other way of hosting PHP is using >> the ISAPI DLL. Disadvantages are apart from the ones already >> mentioned: >> 1. ISAPI way of hosting PHP is deprecated in PHP5.3 and so you will >> not be able to leverage all the good features introduced in PHP 5.3. >> Details at http://www.confoo.ca/uploads/slides/php-5-3-awesome.zip. >> 2. ISAPI way of running PHP on IIS is not supported by Microsoft. We >> support only IIS FastCGI and using IIS FastCGI will give you >> Microsoft Support as well as dedicated team who are committed to >> make PHP running on IIS a great experience. >> 3. We have developed WINCACHE which is a PHP accelerator (a major >> boost to PHP performance) and that doesn't work on ISAPI. Details at >> http://pecl.php.net/package/WinCache. >> >> Thanks, >> Don. >> Hi, Where can wincache.dll be downloaded? Any progress on the 1.5 year project to restore windows pecl? -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
From: Niel Archer on 5 Apr 2010 17:45 > Hi, > > Okay I am not going to argue. The other way of hosting PHP is using the ISAPI DLL. Disadvantages are apart from the ones already mentioned: > 1. ISAPI way of hosting PHP is deprecated in PHP5.3 and so you will not be able to leverage all the good features introduced in PHP 5.3. Details at http://www.confoo.ca/uploads/slides/php-5-3-awesome.zip. I have seen this assertion twice now (Previously only from Zend). Please let me know where I can find the announcement to this effect, as I can find no mention of this at http://php.net/migration53, http://php.net/releases/5_3_0.php, or in the change logs. > 2. ISAPI way of running PHP on IIS is not supported by Microsoft. We support only IIS FastCGI and using IIS FastCGI will give you Microsoft Support as well as dedicated team who are committed to make PHP running on IIS a great experience. > 3. We have developed WINCACHE which is a PHP accelerator (a major boost to PHP performance) and that doesn't work on ISAPI. Details at http://pecl.php.net/package/WinCache. > > Thanks, > Don. > -- Niel Archer
From: Pierre Joye on 5 Apr 2010 17:51
hi, On Mon, Apr 5, 2010 at 11:45 PM, Niel Archer <not(a)chance.now> wrote: > I have seen this assertion twice now (Previously only from Zend). Please > let me know where I can find the announcement to this effect, as I can > find no mention of this at http://php.net/migration53, > http://php.net/releases/5_3_0.php, > or in the change logs. The ISAPI is not available anymore in php 5.3 or later. Cheers, -- Pierre @pierrejoye | http://blog.thepimp.net | http://www.libgd.org |