|
Revision 669, 140 bytes
(checked in by nate, 2 years ago)
|
- The mysql_pconnect option in the settings.php should be a boolean and not a string. The defaultsettings.php has been changed to show this.
- "preg" type functions that did not have boundary slashes (/) have been changed to have them.
|
-
Property svn:keywords set to
LastChangedBy LastChangedDate LastChangedRevision
|
| Line | |
|---|
| 1 | <?php /* [ |
|---|
| 2 | mysql_server = "localhost" |
|---|
| 3 | mysql_database = "phpbms" |
|---|
| 4 | mysql_user = "bms" |
|---|
| 5 | mysql_userpass = "bmspass" |
|---|
| 6 | mysql_pconnect = true |
|---|
| 7 | ] */ ?> |
|---|