All Questions
2 questions
4
votes
1
answer
3k
views
php memcache on iis 7 not working
I have installed memcache by following this article:
http://pureform.wordpress.com/2008/01/10/installing-memcache-on-windows-for-php/
In a nutshell, I add the php_memcache.dll to my php/ext/ ...
3
votes
1
answer
35k
views
MS-SQL and PHP.INI - how to enable mssql support in PHP in IIS7
Currently, we are running PHP on Windows IIS7. And the relevant section from the php.ini reports this to me;
Configure Command .... "--without-mssql" "--without-pdo-mssql" ....
Clearly, this PHP ...