Archive for August, 2003

Installing XSLT for PHP in Windows

Thursday, August 21st, 2003

After searching this for the 10,000 time, here’s my quick how to for install XSLT in Windows.

  • Grab the latest win32 installer of Expat from SourceForge and install it.
  • Locate the expat.dll file the Libs folder of where you installed Expat and copy it into your Windows System32 folder.
  • Download the Windows binary release of Sabotron from the Ginger Alliance website.
  • Extract the zip file and copy the sablot.dll file into your Windows System32 folder.
  • Uncomment the php_xslt.dll extension in the php.ini file (remove the “;”).
  • Run phpinfo(); and double check that the XSLT extension has been loaded.

SQL Lite

Saturday, August 16th, 2003

After doing a bit of research, I came up with some handy links: