jkuchar / MultipleFileUpload

Upload more files at once using Nette Forms. More front-end interfaces available. (fallback between them is available)
http://addons.nette.org/cs/multiplefileupload
BSD 3-Clause "New" or "Revised" License
10 stars 11 forks source link

Should be sqlite3 default driver? #12

Closed jkuchar closed 10 years ago

Ciki commented 10 years ago

IMO yes! :) I haven't tested it thoroughly, though. Prior making it default, please do :)

jkuchar commented 10 years ago

Sure, questions is just compatibility with PHP. When PHP switched to sqlite3 to be in default installation?

Ciki commented 10 years ago

about 5 years :)

The native php_sqlite extension only supports SQLite v.2 in PHP 5 to 5.2. PHP 5.3 has a native php_sqlite3 extension, but I guess this is not your case, as it has been released just yesterday. http://stackoverflow.com/questions/1066521/php-with-sqlite3-support

some other info here http://www.php.net/manual/en/sqlite.installation.php

2014-05-13 17:44 GMT+02:00 Jan Kuchař notifications@github.com:

Sure, questions is just compatibility with PHP. When PHP switched to sqlite3 to be in default installation?

— Reply to this email directly or view it on GitHubhttps://github.com/jkuchar/MultipleFileUpload/issues/12#issuecomment-42972701 .

S pozdravom / Best Regards Ing. Matúš Matula

jkuchar commented 10 years ago

SQLite3 is now default one.

Ciki commented 10 years ago

:+1: