Community
Participate
Working Groups
Build Identifier: I20110613-1736 When running via PDT while using SQLite3 class (included by PHP 5.3 by default) on Ubuntu/Debian, the fatal error, Class 'SQLite3' not found, will popup. Reproducible: Always Steps to Reproduce: 1.Create a new php file. 2.Enter the line $t = new SQLite3(':memory:'); 3.Run the script via the run menu.
This must be because of bug 347618
Debian users have to enable "use system default php.ini configuration" from bug 339547 or copy / paste content from all /etc/php5/conf.d/*.ini to php.ini
Closing