php-general Digest 4 Feb 2011 13:37:49 -0000 Issue 7165

2011-02-04 Thread php-general-digest-help
php-general Digest 4 Feb 2011 13:37:49 - Issue 7165 Topics (messages 311135 through 311143): Re: Memcache problems 311135 by: Alex Nikitin 311136 by: Jostein Eriksen 311137 by: Adam Richardson 311138 by: Jostein Eriksen 311139 by: Alex Nikitin bread

[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

Re: [PHP] bread and buytter php

2011-02-04 Thread Daniel Brown
On Thu, Feb 3, 2011 at 22:47, Kirk Bailey kbai...@howlermonkey.net 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

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 other

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() function,

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, is that it

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 issue with a

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 friday (at least where I

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 Staples wrote:

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 wrote:

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

2011-02-04 Thread David Harkness
On Fri, Feb 4, 2011 at 12:42 PM, Hansen, Mike mike.han...@atmel.com 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

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

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 mike.han...@atmel.com 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.

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 Bailey