Re: [PHP] Re: bread and buytter php

2011-02-04 Thread David Robley
On Sat, 5 Feb 2011, Kirk Bailey wrote: > If I wanted to reinvent the wheel, I would not have wasted the > list's bandwidth, I would go burn the hours I do not have to spare > on rewriting things already written years before by someone else. > > On 2/4/2011 12:46 AM, David Robley wrote: > > Kirk Bai

Re: [PHP] override built-in mail()

2011-02-04 Thread Thijs Lensselink
On 02/04/2011 09:49 PM, David Harkness wrote: > On Fri, Feb 4, 2011 at 12:42 PM, Hansen, Mike wrote: > >> I would opt for using my_mail and not overriding a built-in function. It >> seems to me that it would just cause confusion for the next developer who >> takes care of your code. You know, tha

Re: [PHP] Memcache problems

2011-02-04 Thread Jostein Eriksen
Thanks for your help so far. I've just started noticing a bunch of "zend_mm_heap corrupted" in logs, Could this be the reason? On 02/03/2011 11:12 PM, Alex Nikitin wrote: Short of some process going crazy, which you should check for, some psing, top and netstat, i cant think of any reason you s

Re: [PHP] override built-in mail()

2011-02-04 Thread David Harkness
On Fri, Feb 4, 2011 at 12:42 PM, Hansen, Mike wrote: > I would opt for using my_mail and not overriding a built-in function. It > seems to me that it would just cause confusion for the next developer who > takes care of your code. You know, that psychopathic programmer that knows > your address.

RE: [PHP] override built-in mail()

2011-02-04 Thread Hansen, Mike
> -Original Message- > From: Thijs Lensselink [mailto:d...@lenss.nl] > Sent: Friday, February 04, 2011 12:48 PM > To: php-general@lists.php.net > Subject: Re: [PHP] override built-in mail() > > On 02/04/2011 08:44 PM, Thijs Lensselink wrote: > > On 02/04/2011 08:38 PM, Steve Staples wr

Re: [PHP] override built-in mail()

2011-02-04 Thread Thijs Lensselink
On 02/04/2011 08:44 PM, Thijs Lensselink wrote: > On 02/04/2011 08:38 PM, Steve Staples wrote: >> On Fri, 2011-02-04 at 20:25 +0100, Thijs Lensselink wrote: >>> On 02/04/2011 04:59 PM, Steve Staples wrote: On Fri, 2011-02-04 at 07:51 -0800, Jim Lucas wrote: > On 2/4/2011 5:37 AM, Steve Sta

Re: [PHP] override built-in mail()

2011-02-04 Thread Thijs Lensselink
On 02/04/2011 08:38 PM, Steve Staples wrote: > On Fri, 2011-02-04 at 20:25 +0100, Thijs Lensselink wrote: >> On 02/04/2011 04:59 PM, Steve Staples wrote: >>> On Fri, 2011-02-04 at 07:51 -0800, Jim Lucas wrote: On 2/4/2011 5:37 AM, Steve Staples wrote: > Hello Guys/Gals, > > it's fr

Re: [PHP] override built-in mail()

2011-02-04 Thread Steve Staples
On Fri, 2011-02-04 at 20:25 +0100, Thijs Lensselink wrote: > On 02/04/2011 04:59 PM, Steve Staples wrote: > > On Fri, 2011-02-04 at 07:51 -0800, Jim Lucas wrote: > >> On 2/4/2011 5:37 AM, Steve Staples wrote: > >>> Hello Guys/Gals, > >>> > >>> it's friday (at least where I am it is) and I have an i

Re: [PHP] override built-in mail()

2011-02-04 Thread Thijs Lensselink
On 02/04/2011 04:59 PM, Steve Staples wrote: > On Fri, 2011-02-04 at 07:51 -0800, Jim Lucas wrote: >> On 2/4/2011 5:37 AM, Steve Staples wrote: >>> Hello Guys/Gals, >>> >>> it's friday (at least where I am it is) and I have an issue with a >>> script that I just started using again. The problem is

Re: [PHP] override built-in mail()

2011-02-04 Thread Steve Staples
On Fri, 2011-02-04 at 07:51 -0800, Jim Lucas wrote: > On 2/4/2011 5:37 AM, Steve Staples wrote: > > Hello Guys/Gals, > > > > it's friday (at least where I am it is) and I have an issue with a > > script that I just started using again. The problem is, is that it uses > > the built in PHP mail() f

Re: [PHP] override built-in mail()

2011-02-04 Thread Jim Lucas
On 2/4/2011 5:37 AM, Steve Staples wrote: > Hello Guys/Gals, > > it's friday (at least where I am it is) and I have an issue with a > script that I just started using again. The problem is, is that it uses > the built in PHP mail() function, and on my testing server, mail() > doesn't work. The ot

Re: [PHP] bread and buytter php

2011-02-04 Thread Daniel Brown
On Thu, Feb 3, 2011 at 22:47, Kirk Bailey wrote: > Where is a good place for bread and butter day in day out routinely needed > functionality in php? They're two separate things. For routinely-needed functionality in PHP, it's pretty much built-in, but PEAR and PECL are good - and oft-undere

[PHP] override built-in mail()

2011-02-04 Thread Steve Staples
Hello Guys/Gals, it's friday (at least where I am it is) and I have an issue with a script that I just started using again. The problem is, is that it uses the built in PHP mail() function, and on my testing server, mail() doesn't work. The other issue, is that I use SMTP Auth to connect to my ma