Feb 08, 2010
I hear a lot about the problem where web server (IIS) throws an error saying that PHP script has timed out in our forums . Let’s try to understand the reason behind this. I will be using a Windows 7 Enterprise machine (having IIS 7.5) to explain this...
12 comments
Tags: PHPIISFastCGIPHP Script TimeOut
Feb 01, 2010
Few days back I made some code commit (code check-in) to WINCACHE SVN depot on PECL. I committed the test infrastructure to test WINCACHE. The entire test code can be see inside the folder at http://svn.php.net/viewvc/pecl/wincache/trunk/tests/ . Let...
3 comments
Tags: PHPWINCACHE TestingPHP testing
Jan 31, 2010
IIS team recently released FastCGI ISAPI 1.5 for IIS 5.1 and IIS 6.0. One of the major new features added in this release is per application process pools. Per application process pools allow users to specify a unique FastCGI mapping for a particular...
6 comments
Tags: PHPFastCGI
Jan 28, 2010
Zend Technologies today released the Zend Framework 1.10, the latest version of its open source PHP web application framework, which includes support for Windows Azure cloud services - a project that was started last year when Microsoft announced the...
8 comments
Tags: PHP~FeaturedPostCommunityOpen SourcePeter GalliStandardsSoftware Reliability
Jan 27, 2010
Many customers running WinCache reported seeing different cache statistics on consecutive requests to wincache.php. Specifically, cache uptime and opcode cache summary returned second time by wincache.php was completely different than the data returned...
Tags: PHPFastCGIWinCache
Jan 26, 2010
The new release of WinCache Extension for PHP - version 1.0.1 – is available for download . This is a servicing release that has fixes for bugs reported in v1.0. In particular the following fixes and changes have been made in this release: Fixed...
Tags: PHPIIS News Item
Jan 26, 2010
I recently asked user of WINCACHE to give feedback on soon-to-be-released bits of WINCACHE 1.0.1 . We got mails from lot of people who came forward to help us with the testing. I would like to thank all of you there who helped us in testing the critical...
10 comments
Tags: PHPIISWINCACHE 1.0.1
Jan 25, 2010
I get a lot of forum posting in our IIS forum asking how to develop PHP application using Microsoft SQL Server. Today I am going to explain basics of developing PHP application on Microsoft SQL Server. Let me start by stating one thing, developing PHP...
19 comments
Tags: PHPIISPHP extensionSQL Server Driver for PHPSql Server