Quantcast
Channel: Rob's Area for PHP on Windows
Browsing latest articles
Browse All 7 View Live

Unofficial Microsoft SQL Server Driver for PHP (sqlsrv)

Here are unofficial modified builds of Microsoft's sqlsrv and pdo_sqlsrv drivers for PHP, version 3.0, for:PHP 5.6 for Windows Vista/2008 and above (32 and 64 bit) PHP 5.5 for Windows Vista/2008 and...

View Article


Javascript in PHP on Windows with php_spidermonkey

Update 19 June 2014 - the latest builds of php_spidermonkey for Windows are contained in this zip: all_php_builds.zip.  I reported a few days ago that the PHP 5.5 TS build did not work - as of 19 June...

View Article


Javascript Return Statement

After 20+ years of programming I learnt something new today, while messing about with the php_spidermonkey extension.If you place a carriage return after a 'return' statement in Javascript, and put...

View Article

FindProxyForURL - Parse a PAC (proxy auto config) file in PHP

A PAC file is a Javascript file evaluated by web browsers to determine which proxy server to use for certain URL's. Here's a working example of using the php_spidermonkey extension to run a proxy auto...

View Article

PHP_Wincache - Wincache for PHP 5.4

** Update May 2014 **Don't use wincache on IIS 7+.  I found that PHP on IIS runs faster without wincache, and when wincache is used it always causes php to seize up after a large number of requests and...

View Article


How to install Microsoft's SQL Server Driver for PHP

There are questions on Microsoft's SQL Server driver for PHP forum from people that cannot work out how to install the PHP driver.PHP offers some help on choosing extensions here:...

View Article

PHP 5.5 Builds

PHP 5.5A little bit late but I've updated to PHP 5.5.  There are a few improvements that I like, and a great opcache extension, all covered in detail here so no need to go on about it:...

View Article
Browsing latest articles
Browse All 7 View Live