PEAR is archived and read-only

This mirror preserves historical PEAR package releases and metadata so existing references remain available.

Home » Database » DB » Bug #1905

Patch : Use new_link with mysql_connect

Details

Request #1905Patch : Use new_link with mysql_connect
Submitted2004-07-17 19:48 UTC
Fromhmn at newz dot dk
Assigneddanielc
StatusClosed
PackageDB
PHP VersionIrrelevant
Roadmaps(Not assigned)

Comments

[2004-07-17 19:48 UTC] hmn at newz dot dk

Description:
------------
The mysql module run mysql_select_db every time a query is executed. This is done to support connections to several databases in the same script, but in mysql_connect (from php 4.2) the option new_link has been added so that you can force creation of a new link.

I have added code to DB/mysql.php that uses the new_link option instead of doing a mysql_select_db for every query.

Reproduce code:
---------------
http://area-51.dk/files/pear-db-mysql.diff