|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
[2004-02-18 00:25 UTC] sean@php.net
Description: ------------ Please take a look at: http://www.roguecoders.com/bugs/php_sqlite_load.txt You'll see the PHP reports that it will use php.ini, but SQLite doesn't get loaded unless I implicitly tell php to use the SAME php.ini. I've asked around.. nobody can figure it out. S Reproduce code: --------------- see http://www.roguecoders.com/bugs/php_sqlite_load.txt Expected result: ---------------- see http://www.roguecoders.com/bugs/php_sqlite_load.txt Actual result: -------------- see http://www.roguecoders.com/bugs/php_sqlite_load.txt PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Sat Dec 06 20:00:02 2025 UTC |
You probably misconfigured PHP when you built it: --with-config-file-path=PATH Sets the path in which to look for php.ini, defaults to PREFIX/lib This is a directory, not a path to the file name itself.