On 3 Jul 2011, at 2:47pm, James_21th wrote: > 20110703:054052 WARN: function 'pcntl_fork' not available > 20110703:054052 WARN: function 'posix_setuid' not available
These functions aren't available under Windows. I'm guessing from the context that the SQLite API you're using depends on them. I assume you're stuck with Windows, so you'll have to use a different SQLite API for PHP. I recommend to that you switch to the newer object-oriented SQLite API specifically for SQLite3: <http://www.php.net/manual/en/book.sqlite3.php> It is better in almost all ways that the library you were using. Simon. _______________________________________________ sqlite-users mailing list sqlite-users@sqlite.org http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users