Hi Lukas, On Mon, Jul 21, 2008 at 10:52 PM, Lukas Kahwe Smith <[EMAIL PROTECTED]> wrote:
> It seems to me like in 99% of the cases on linux the initial install of PHP > will include PDO and MySQL (ok lets say 90% for MySQL and 99% for PDO) > intentionally anyways. For the rest they will be hand compiling anyways on > Linux. I guess this leaves the only issue being the order in which the > extensions get listed in the php.ini, right? Yes, and dependencies detection at load/run time is not yet ready. It may be possible on windows (not for 5.3) later though. > There I guess we should just > try to provide a good error message, but if we can't then the error message > will likely soon plaster google/yahoo with solutions (ideally our manual > would be at the top). > > For windows I feel that its mainly used for development, as such I would > rather want to see things compiled in to reduce trouble, especially for > novice users. For those users looking to get super stream lined binaries, > with the work by the windows team its more feasible than ever to make your > own binaries (or have someone else do it for them). It is easy, but it is not possible yet to disable mysqlnd, but it is possible already to disable PDO. Cheers, -- Pierre http://blog.thepimp.net | http://www.libgd.org -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php