mysql_pconnect()'s 4th param should be checked better
| Bug #23888 | mysql_pconnect()'s 4th param should be checked better | ||||
|---|---|---|---|---|---|
| Submitted: | 2003-05-30 03:45 UTC | Modified: | 2003-05-30 09:09 UTC | ||
| From: | prac1 at dynawest dot cz | Assigned: | iliaa (profile) | ||
| Status: | Closed | Package: | MySQL related | ||
| PHP Version: | 4.3.1 | OS: | all | ||
| Private report: | No | CVE-ID: | None | ||
[2003-05-30 03:45 UTC] prac1 at dynawest dot cz
In a mistake, I sent a string as a fourth parameter of mysql_pconnect(), which is meant to set flags. I don't know what exactly that string ("mudrweb") set, but the result was myqls's error:
Incorrect database name '2XE/YU'
I think the parameter should be checked whether it is a number type or an appropriate convertable string, that means, convertable to a meaningful flags values. Thanks, bye
Patches
Pull Requests
History
AllCommentsChangesGit/SVN commits
[2003-05-30 09:09 UTC] iliaa@php.net