kitserve / php7-compat

Wrapper functions around the deprecated `mysql_*` and `ereg*` functions for use in PHP 7
Apache License 2.0
9 stars 2 forks source link

Set $_php7_compat_global_db_link in mysql_connect to be consistent wi… #7

Closed kdkd closed 2 years ago

kdkd commented 2 years ago

…th mysql_pconnect

mysql_pconnect() is properly setting the global db link, but mysql_connect() does not.