| Summary: | Class 'SQLite3' not found when running via PDT | ||
|---|---|---|---|
| Product: | z_Archived | Reporter: | ultimatebusta |
| Component: | PDT | Assignee: | PHP Core <php.core-inbox> |
| Status: | CLOSED FIXED | QA Contact: | |
| Severity: | normal | ||
| Priority: | P3 | CC: | silviya, zulus |
| Version: | unspecified | ||
| Target Milestone: | --- | ||
| Hardware: | PC | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Bug Depends on: | 339547 | ||
| Bug Blocks: | |||
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 |
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.