1
0

* Added expermiantel PDO::SQLite transport, by nth

This commit is contained in:
Garvin Hicking
2009-11-28 12:27:42 +00:00
parent 405ac6baa2
commit c401b02abe
3 changed files with 374 additions and 0 deletions

View File

@ -3,6 +3,8 @@
Version 1.5 ()
------------------------------------------------------------------------
* Added expermiantel PDO::SQLite transport, by nth
* Disallow uploading any files with ".php." in the filename
(garvinhicking)