From:             [EMAIL PROTECTED]
Operating system: All
PHP version:      4.1.1
PHP Bug Type:     Documentation problem
Bug description:  odbc_execute() special quoted parameter handling not documented

If one of the parameters in the array passed to 
odbc_execute() starts and ends with single quotes, that
parameter will be taken as the name of a file to read and
send instead of a string to be subsituted in the prepared
statement.

I'll add this later tonight, but I'm wondering: how can one
use a string which begins and ends with single quotes as
a parameter without this happening if one is stuck with 
using '' to escape single quotes instead of \'? Unless I'm 
missing something, I'll add that as a feature request later
today.


Torben
-- 
Edit bug report at http://bugs.php.net/?id=15517&edit=1
-- 
Fixed in CVS:        http://bugs.php.net/fix.php?id=15517&r=fixedcvs
Fixed in release:    http://bugs.php.net/fix.php?id=15517&r=alreadyfixed
Need backtrace:      http://bugs.php.net/fix.php?id=15517&r=needtrace
Try newer version:   http://bugs.php.net/fix.php?id=15517&r=oldversion
Not developer issue: http://bugs.php.net/fix.php?id=15517&r=support
Expected behavior:   http://bugs.php.net/fix.php?id=15517&r=notwrong
Not enough info:     http://bugs.php.net/fix.php?id=15517&r=notenoughinfo
Submitted twice:     http://bugs.php.net/fix.php?id=15517&r=submittedtwice

Reply via email to