-
PHP Update Finally Depreciates PHP MSSQL driver
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)
Always make sure that you modify the session.save_path to somewhere meaningful and ensure the directory has the correct file permissions.