Package home | Report new bug | New search | Development Roadmap Status: Open | Feedback | All | Closed Since Version 1.0.0b4

Bug #760 error msg should not have html chars
Submitted: 2004-02-15 19:35 UTC
From: maka3d at yahoo dot com dot br Assigned: antonio
Status: Closed Package: HTTP_Upload
PHP Version: Irrelevant OS: irrelevant
Roadmaps: (Not assigned)    
Subscription  


 [2004-02-15 19:35 UTC] maka3d at yahoo dot com dot br
Description: ------------ Error codes have html special chars inside. The package should not target only HTML. A variavel option may be added to choose between get the message with or without those codes. at line 202 of function errorCode the code $msg = $this->error_codes[$e_code][$this->lang]; should be $msg = $this->decodeHtmlEntities ? html_entity_decode($this->error_codes[$e_code][$this->lang]) : $this->error_codes[$e_code][$this->lang]; where $this->decodeHtmlEntities is a propertie with false as default to BC.

Comments

 [2004-02-17 00:23 UTC] pear-dev at mocsnik dot hu
 [2004-03-03 12:21 UTC] User who submitted this comment has not confirmed identity
If you submitted this note, check your email.If you do not have a message, click here to re-send
MANUAL CONFIRMATION IS NOT POSSIBLE.  Write a message to pear-dev@lists.php.net
to request the confirmation link.  All bugs/comments/patches associated with this

email address will be deleted within 48 hours if the account request is not confirmed!
 [2004-05-28 18:27 UTC] User who submitted this comment has not confirmed identity
If you submitted this note, check your email.If you do not have a message, click here to re-send
MANUAL CONFIRMATION IS NOT POSSIBLE.  Write a message to pear-dev@lists.php.net
to request the confirmation link.  All bugs/comments/patches associated with this

email address will be deleted within 48 hours if the account request is not confirmed!