Tag: php
-
Windows Netbeans Composer notes
This is for installing the main packages that Netbeans suggests in the Tools > Options > PHP (tab) I’m running the following setup currently [21st April 2015]: Windows 8.1 (64-bit) Netbeans 8.0.2 The version of Composer doesn’t really matter PHP 5.3.28 (It’s sooo last decade, I know…) tldr; Just the commands: Then the files to…
-
ntwdblib download
For years I have had problems running the mssql driver. Its getting phased out – i.e. it doesn’t work with PHP 5.3 but if you have to support older applications then you need to use the mssql driver. The problem is, is that the default installation of PHP 5.2 (currently PHP 5.2.17) which you can…