Ticket #43 (enhancement)
Opened 2 years ago
Last modified 2 years ago
Support both mysql_connect and mysql_pconnect
Status: closed (fixed)
| Reported by: | mipalmer | Assigned to: | mipalmer |
|---|---|---|---|
| Priority: | major | Milestone: | 0.7 |
| Component: | phpbms | Version: | 0.62 |
| Keywords: | Cc: | ||
Some hosting providors only support mysql_connect. Add toggle option in settings.php to allow mysql_connect as well as mysql_pconnect. mysql_connect should probably be the default option.
Attachments
Change History
11/02/06 23:51:50: Modified by mipalmer
- type changed from defect to enhancement.
11/10/06 15:02:43: Modified by anonymous
11/10/06 15:07:39: Modified by anonymous
11/14/06 13:19:24: Modified by brieb
This should be done in the settings.php file, as all the other settings are stored in the database, and cannot be retrieved until connected. : )
Also, phpBMS needs to assume pconnect unless explicity set in the settings file. THis will alow older versions to update gracefully without the need for manually fixing of the file.
12/27/06 03:29:24: Modified by mipalmer
- status changed from new to assigned.
12/29/06 16:07:47: Modified by brieb
- status changed from assigned to closed.
- resolution set to fixed.
Implemented in [180]
TEST http://phpbms.org