Message boards : Server programs : Deprecated: mysql_pconnect() lines show up on the project's webpage
Message board moderation
Author | Message |
---|---|
Send message Joined: 13 Dec 13 Posts: 21 |
I installed a recent BOINC server from the git repository. Found these lines show up in the ops webpage. Anybody met similar situations before? Thanks, ==== Deprecated: mysql_pconnect(): The mysql extension is deprecated and will be removed in the future: use mysqli or PDO instead in /home/boincadm/projects/mytest/html/inc/db.inc on line 49 Deprecated: mysql_pconnect(): The mysql extension is deprecated and will be removed in the future: use mysqli or PDO instead in /home/boincadm/projects/mytest/html/inc/db.inc on line 49 |
Send message Joined: 4 Jul 12 Posts: 321 |
This is normal behaviour at the moment. The transition from mysql_* to mysqli_* is worked on at the moment. To suppress this you may change your php.ini to not show deprecation warnings. |
Copyright © 2024 University of California.
Permission is granted to copy, distribute and/or modify this document
under the terms of the GNU Free Documentation License,
Version 1.2 or any later version published by the Free Software Foundation.