Skip to content

Brian Cline

Solution Architect skilled in Salesforce, NetSuite and JavaScript Development

  • About
  • Resume
  • JavaScript
  • Salesforce
  • Contact
  • Articles
  • About
  • Resume
  • JavaScript
  • Salesforce
  • Contact
  • Articles

Tag: IIS

PHP Update Finally Depreciates PHP MSSQL driver

July 4, 2010Brian Cline1 CommentPHP, ProgrammingIIS, MSSQL, PDO, PHP, SQL Server 2008 Native Client, SQL Server Driver, WAMP Server

The biggest advantage of the change is being able to better take advantage of Microsoft SQL Server features that probably made you choose to use SQL Server in the first place.Making the change wasn’t overly difficult because I took time and wrote a simple Database Access Layer.

PHP On IIS & My Epic Battle (Failed to write session data)

October 2, 2009Brian ClinePHP, Programming, WindowsFailed to write session data, IIS, PHP on IIS, PHP Session, session.save_path, Windows

Always make sure that you modify the session.save_path to somewhere meaningful and ensure the directory has the correct file permissions.