Re: [fw-general] Zend_Mail exhaust memory reading multipart mail with large attachment

2010-12-04 Thread Luiz A Brandao Jr
Hello Michael, Would you mind sharing the modifications you did to Zend_Mail_Store_Imap and Zend_Mail_Protocol_Imap? I also need to work with UIDs! Thank you, Luiz Brandao On 11 February 2010 06:03, Michael Kliewe m.kli...@team.mail.de wrote: Hello Jens, exactly, I extended both

[fw-general] Invalid XHTML attribute in Zend_Form_Element

2009-03-01 Thread Luiz A Brandao Jr
Hello, I was trying to validate a page and verified that a Zend Form element creates an invalid XHTML attribute helper. Like helper=formText. How can I prevent it from rendering? Not that I unconditionally need my page to be valid but I'd like to. I tried $myElement-setAttrib('helper', null);

[fw-general] Change output charset encoding (Zend_View output filter)

2009-02-20 Thread Luiz A Brandao Jr
Hello, I'm developing a site using UTF-8 but I have to pop-up a page that seems to be using ISO-8859-1. This pop-up page doesn't set the charset in its HTML headers and because of that it's not being properly displayed within Firefox. It seems that Firefox is using the same encoding of the parent

Re: [fw-general] Change output charset encoding (Zend_View output filter)

2009-02-20 Thread Luiz A Brandao Jr
the Content-type via a meta/http-equiv tag in the head of the document being served: meta http-equiv=Content-Type content=text/html;charset=utf-8 / This may be the simpler solution. On 20/02/2009 2:57 PM, Luiz A Brandao Jr wrote: Hello, I'm developing a site using UTF-8 but I have to pop-up

Re: [fw-general] Project Structure / Public directory

2009-01-06 Thread Luiz A Brandao Jr
My problem is like you previously described. When using plesk one usually can't access files outside the httpdocs folder due to open_basedirconfiguration. So I have to put all application files in the web directory. So if I have a guestbook application I would put all files

[fw-general] Zend_Http_Client vs cURL

2008-12-21 Thread Luiz A Brandao Jr
Hello, What's the reason to use Zend_Http_Client over the cURL extension? Do you know how Zend_Http_Client performs comparatively to curl? Thank you, Luiz