Thanks Johannes & Derick ! I see the light now :D
Yours,
Aron
Derick Rethans wrote:
On Thu, 3 Sep 2009, Aron Szabo wrote:
Hello!
Is it possible to replace an existing PHP function ( like mail() ) in an
extension.
I've been patching PHP to have a custom mail() function, but I think replaci
On Thu, 3 Sep 2009, Aron Szabo wrote:
> Hello!
>
> Is it possible to replace an existing PHP function ( like mail() ) in an
> extension.
> I've been patching PHP to have a custom mail() function, but I think replacing
> the mail function with an extension would be better and will save a lot of
>
Hi,
On Thu, 2009-09-03 at 11:12 +0200, Aron Szabo wrote:
> Hello!
>
> Is it possible to replace an existing PHP function ( like mail() ) in an
> extension.
Look for the implementation of disable_functions.
(zend_disable_function() in zend_API.c)
johannes
--
PHP Internals - PHP Runtime Deve
Hello!
Is it possible to replace an existing PHP function ( like mail() ) in an
extension.
I've been patching PHP to have a custom mail() function, but I think
replacing
the mail function with an extension would be better and will save a lot
of time.
Can somebody give me a clue or an extensi