Howdy -- SQLite supported by a direct call the sqlite library? As apposed to calling the executable?
Could I use ini_set(include_path=) to tall PHP where the SQLite lib is located?
TIA, David
I have never worked with SQLite but I bet you cannot.
1. the library is linked at php startup 2. enviroment variables LD_* are used to indicate another library to link 3. it is not secure, the library could do anything
-- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php