Ulf Wendel wrote:
If mysqlnd turns out to be stable enough during the PHP 5.3 test phase, PHP 5.3+ may use mysqlnd as a default. There is no need to download an extra library when using 5.3.

Lukas, this is not affecting PHP 5.3 as long as mysqlnd is stable/fast/... enough to be used as a default.

BUT - does mysqlnd produce data in phpinfo() ? So when loaded by default you confuse end users when looking for problems on systems that do not use MySQL. I have no problem with extra stuff being load as long as it only becomes visible if it is ACTUALLY enabled to be used. If MySQL is not enabled on the system it should not be reported in phpinfo(). Since a number of problems in the past have come about by other packages being loaded that affect the overall setup, seeing things that should not be present is a quick cross check.

--
Lester Caine - G8HFL
-----------------------------
Contact - http://lsces.co.uk/lsces/wiki/?page=contact
L.S.Caine Electronic Services - http://lsces.co.uk
EnquirySolve - http://enquirysolve.com/
Model Engineers Digital Workshop - http://medw.co.uk//
Firebird - http://www.firebirdsql.org/index.php

--
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to