|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2003-07-01 02:27 UTC] derick@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2026 The PHP GroupAll rights reserved. |
Last updated: Tue Feb 10 19:00:01 2026 UTC |
Description: ------------ There is no MySQL support in PHP 5 ? PHP reports: Fatal error: Call to undefined function: mysql_connect() in ... Reproduce code: --------------- <? mysql_connect('server','user','pswd'); ?> Expected result: ---------------- :) connection to db Actual result: -------------- Fatal error: Call to undefined function: mysql_connect() in ...