I just thought that I would post this because I ran into this issue earlier today. If you’re wanting to enable SQLite in PHP you’ll have to edit your php.ini file and uncomment the line (removing the initial semicolon) that looks like this:
;extension=php_sqlite.dll
And the line that looks like this:
;extension=php_pdo.dll
Basically, SQLite requires the PDO module [...]
Introduction and Disclaimer
Before I begin I should probably mention that this will take quite a bit of time, potentially up to an hour or more; so make sure you set aside enough time to do this. Also, I’d like to point out that Media Temple has an excellent tutorial and the official documentation may [...]
I encountered a few really good discussions relating to PHP – its pitfalls, caveats, and advantages. Here’s some worthwhile reading if you’re looking for arguments to switch from, stick with, or support PHP:
http://maurus.net/work/php-sucks/
http://www.sitepoint.com/blogs/?p=1429
http://www.tbray.org/ongoing/When/200x/2006/02/17/PHP
I recently formatted my PC – because it had begun to take forever to boot up. There have been instances where I would, literally, wait two minutes just to get to the desktop. I figured that the cause of my problem was possibly due to my system registry being packed with ancient entries, [...]
I don’t know how many people have had this particular problem, but I know I’m not the only one. Two weeks ago I encountered a strange issue when using session_start() with PHP; the method call was not setting/creating a cookie, so I couldn’t access my session variables. I went to php.net and found [...]
| S | M | T | W | T | F | S |
|---|---|---|---|---|---|---|
| « Nov | ||||||
| 1 | 2 | 3 | ||||
| 4 | 5 | 6 | 7 | 8 | 9 | 10 |
| 11 | 12 | 13 | 14 | 15 | 16 | 17 |
| 18 | 19 | 20 | 21 | 22 | 23 | 24 |
| 25 | 26 | 27 | 28 | 29 | 30 | 31 |