IIS Team Blogs Tagged with "PHP" (RSS)

Troubleshoot – My PHP script is timing out

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...

WINCACHE test code committed to PECL, paves a way to test PHP CGI

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...

Application specific mapping in FastCGI ISAPI 1.5

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...

Zend Framework 1.10 Adds Support for Windows Azure

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...

Inconsistencies in wincache statistics page explained

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...

WinCache Extension 1.0.1 – Servicing Release

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...

WINCACHE 1.0.1 released for both PHP 5.2 as well as PHP 5.3

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...

Working with Microsoft SQL Server driver (php_sqlsrv.dll) for PHP on Windows

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...

1 2 3 4 5  Next »  ... Last »

Related Tags