Personally, I'd like to see the MySQL extension work again. The issue: persistent connections are broken when used heavily.
Simple fix: _restore_connection_defaults() can be eliminated until fixed properly. So if the simple fix is implemented then all users of MySQL not using transactions will work as before, whether using persistent connections or not. Standard working behavior. Which is not currently the case. User's of MySQL using trasactions will not be able to use persistent connections. This has always been the case, but the trial fix for this has broken persistent connections for everyone. :( -steve- -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, visit: http://www.php.net/unsub.php