Deprecated: mysql_pconnect() lines show up on the project's webpage

Message boards : Server programs : Deprecated: mysql_pconnect() lines show up on the project's webpage
Message board moderation

To post messages, you must log in.

AuthorMessage
Wei Hao

Send message
Joined: 13 Dec 13
Posts: 21
United States
Message 51930 - Posted: 7 Jan 2014, 16:50:53 UTC

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
ID: 51930 · Report as offensive
ChristianB
Volunteer developer
Volunteer tester

Send message
Joined: 4 Jul 12
Posts: 321
Germany
Message 51933 - Posted: 7 Jan 2014, 19:26:28 UTC

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.
ID: 51933 · Report as offensive

Message boards : Server programs : Deprecated: mysql_pconnect() lines show up on the project's webpage

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.