From:             [EMAIL PROTECTED]
Operating system: Win 2000
PHP version:      4.0.6
PHP Bug Type:     OCI8 related
Bug description:  Save method adds delimiters

When using the lob->save method after posting data from a form php string
delimiters are inserted before the lob is written to the database.

String delimiters are not added to lobs written using lob->savefile. Surely
this should be consistent between methods and, given that it is likely that
Oracle needs to interface to more than PHP it should be removed from the
save method. This doesn't seem to be documented either.

EG:

original post data - Welcome to "Chez Moi"

becomes

Welcome to \"Chez Moi\"

submit again and it becomes

Welcome to \\\"Chez Moi\\\"


-- 
Edit bug report at: http://bugs.php.net/?id=13450&edit=1


-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to