[PHP-DOC] #37028 [NEW]: odbc_execute docs say single quotes can be quoted; this is not possible
by Mjs At Beebo Dot Org other posts by this author
Apr 10 2006 12:26AM messages near this date
[PHP-DOC] #36454 [Opn]: Destructor, include/require and path with "./"
|
[PHP-DOC] #37027 [Opn]: mkdir($dir, 0777, true) does NOT chmod created directory
From: mjs at beebo dot org
Operating system:
PHP version: Irrelevant
PHP Bug Type: Documentation problem
Bug description: odbc_execute docs say single quotes can be quoted; this is not possible
Description:
------------
http://php.net/odbc_execute says:
"If you wish to store a string which actually begins and ends with single
quotes, you must escape them or add a space ..."
There is not, however, any way to escape single quotes, or any other
character. (Via experimentation, and from reading the source.)
(See also bug 36870.)
--
Edit bug report at http://bugs.php.net/?id=37028&edit=1
--
Try a CVS snapshot (PHP 4.4): http://bugs.php.net/fix.php?id=37028&r=trysnapshot44
Try a CVS snapshot (PHP 5.1): http://bugs.php.net/fix.php?id=37028&r=trysnapshot51
Try a CVS snapshot (PHP 6.0): http://bugs.php.net/fix.php?id=37028&r=trysnapshot60
Fixed in CVS: http://bugs.php.net/fix.php?id=37028&r=fixedcvs
Fixed in release: http://bugs.php.net/fix.php?id=37028&r=alreadyfixed
Need backtrace: http://bugs.php.net/fix.php?id=37028&r=needtrace
Need Reproduce Script: http://bugs.php.net/fix.php?id=37028&r=needscript
Try newer version: http://bugs.php.net/fix.php?id=37028&r=oldversion
Not developer issue: http://bugs.php.net/fix.php?id=37028&r=support
Expected behavior: http://bugs.php.net/fix.php?id=37028&r=notwrong
Not enough info: http://bugs.php.net/fix.php?id=37028&r=notenoughinfo
Submitted twice: http://bugs.php.net/fix.php?id=37028&r=submittedtwice
register_globals: http://bugs.php.net/fix.php?id=37028&r=globals
PHP 3 support discontinued: http://bugs.php.net/fix.php?id=37028&r=php3
Daylight Savings: http://bugs.php.net/fix.php?id=37028&r=dst
IIS Stability: http://bugs.php.net/fix.php?id=37028&r=isapi
Install GNU Sed: http://bugs.php.net/fix.php?id=37028&r=gnused
Floating point limitations: http://bugs.php.net/fix.php?id=37028&r=float
No Zend Extensions: http://bugs.php.net/fix.php?id=37028&r=nozend
MySQL Configuration Error: http://bugs.php.net/fix.php?id=37028&r=mysqlcfg
|