Is it possible to include an external php module like do_sqlite.so
directly in a page with a ini_set()
command, bypassing php.ini
?
Some closed servers give only a limited mysql support...
And I want to try a hack in order to use an external pdo_sqlite.so and include it in my personal pages.
Asked
Active
Viewed 333 times
0
-
1http://www.php.net/manual/en/function.dl.php ? – Your Common Sense May 05 '14 at 12:41
-
Thanks! i never seen it, i'll try early ^_^ – B33th0v3n May 05 '14 at 12:47