ID: 13450 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] -Status: Open +Status: Closed Bug Type: OCI8 related Operating System: Win 2000 PHP Version: 4.0.6 New Comment:
switch of magic_quotes Previous Comments: ------------------------------------------------------------------------ [2001-09-26 09:26:12] [EMAIL PROTECTED] 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 this bug report at http://bugs.php.net/?id=13450&edit=1