[nyphp-talk] PEAR Mail_Queue database strangeness

2007-04-19 Thread Robyn Overstreet
Wondering if anyone has any thoughts on a strange problem I'm having with Mail_Queue. I have an application that's been using it and working great, but now it is recording two records in the mail_queue database table for every email it sends. So it sends double the mail it is supposed to send. Th

Re: [nyphp-talk] punctuation in From: header

2007-02-26 Thread Robyn Overstreet
n 07-02-26 15:45 -0500, Robyn Overstreet wrote: > > Using double quotes in PHP doesn't seem to make a difference, but > quoting in the string itself *does* work for sending punctuation. > However, the quotation marks show up in the From name field, which I'd > like to

[nyphp-talk] punctuation in From: header

2007-02-26 Thread Robyn Overstreet
There was a thread about this a while back, and I'm trying to find out some more information. Sending email (with PEAR) fails when there is punctuation in the header. For example, in the application I'm working on, the name in the From field may need to be "A. Beeccee Assoc., Inc." yet strings wit

Re: [nyphp-talk] speed problems in OO PHP4

2007-02-21 Thread Robyn Overstreet
ng a hard time gettting xdebug installed. Any other ideas for profiling? Thanks again Robyn Mark Armendariz > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of Robyn Overstreet > Sent: Tuesday, February 20, 2007 7:33 PM > To: NYPHP Talk

[nyphp-talk] speed problems in OO PHP4

2007-02-20 Thread Robyn Overstreet
I'm not sure where to start with this one, because I'm so stumped. I'm working on an application which uses many different class files (a database class, an abstract object class, and several classes that inherit from it, etc) and it's running really, really slowly. I've timed many parts of the co