Re: blocking exec() silently

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



hmm; you can define you own error handler via
set_error_handler()<http://us.php.net/manual/en/function.set-error-handler.php>
this would be something like overriding the stock session_handler, or
maybe a little similar to extending the stock exception handler.
anyway, i think that would be a lot of work just to suppress error output
for
a single function.  i say this because if you define you own error handler
you have
to support everything  in the new handler; you dont get to just change some
things
and not others.
Note: this from the handbook:
It is important to remember that the standard PHP error handler is
completely bypassed.

-nathan


On 9/13/07, Samuel Vogel <samy-delux@xxxxxx> wrote:
>
> Hey,
>
> Thanks for the replies!
> safe-mode is not an option unfortunately!
> But changing the Error reporting, is the first thing I wanted to do, but
> when I asked if this was possible on this list, somebody replied, that
> it this is not possible!
>
> Could you point me to a way, how I can achieve, that the "this function
> is disabled" error, without suppressing other error messages?
>
> Regards,
> Samy
>
> Instruct ICC schrieb:
> > I was going to mentionn
> > http://php.he.net/manual/en/features.safe-mode.functions.php and ask
> > you if you need any of those functions, but I prefer Nathan's answer.
> > You may be able to set the error reporting in conjunction with
> > disable_functions and be done.
>
> --
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>
>

[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux