Discussion:
php 5.3.15 and exception for disabled_functions
Josef Karliak
2013-07-30 07:22:05 UTC
Permalink
Hi there,
in the php.ini file I've disabled some functions (exec and
similar). In the php script we must use binary execution - so I had to
enable function "exec" again. And here is a question - does php have
an option, that I could set : this binary file could use this disabled
function ? Like :

disable_functions_binary_exception = /usr/local/bin/compute_doomsday
disable_functions_function_exception = exec

:)

Thanks and best regards

J.Karliak
--
Ma domena pouziva zabezpeceni a kontrolu SPF (www.openspf.org) a
DomainKeys/DKIM (with ADSP) . Pokud mate problemy s dorucenim emailu,
zacnete pouzivat metody overeni puvody emailu zminene vyse. Dekuji.
My domain use SPF (www.openspf.org) and DomainKeys/DKIM (with ADSP)
policy and check. If you've problem with sending emails to me, start
using email origin methods mentioned above. Thank you.

----------------------------------------------------------------
This message was sent using IMP, the Internet Messaging Program.
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Bálint Horváth
2013-07-30 07:29:31 UTC
Permalink
Hi,

Maybe you think for ini_set()

http://php.net/manual/en/function.ini-set.php
Post by Josef Karliak
Hi there,
in the php.ini file I've disabled some functions (exec and similar). In
the php script we must use binary execution - so I had to enable function
"exec" again. And here is a question - does php have an option, that I
disable_functions_binary_**exception = /usr/local/bin/compute_**doomsday
disable_functions_function_**exception = exec
:)
Thanks and best regards
J.Karliak
--
Ma domena pouziva zabezpeceni a kontrolu SPF (www.openspf.org) a
DomainKeys/DKIM (with ADSP) . Pokud mate problemy s dorucenim emailu,
zacnete pouzivat metody overeni puvody emailu zminene vyse. Dekuji.
My domain use SPF (www.openspf.org) and DomainKeys/DKIM (with ADSP)
policy and check. If you've problem with sending emails to me, start
using email origin methods mentioned above. Thank you.
------------------------------**------------------------------**----
This message was sent using IMP, the Internet Messaging Program.
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Josef Karliak
2013-07-30 08:08:04 UTC
Permalink
Hi,
interesting function, but disable_function is configurable only
from php.ini file :-/
J.K.
Post by Bálint Horváth
Hi,
Maybe you think for ini_set()
http://php.net/manual/en/function.ini-set.php
Post by Josef Karliak
Hi there,
in the php.ini file I've disabled some functions (exec and similar). In
the php script we must use binary execution - so I had to enable function
"exec" again. And here is a question - does php have an option, that I
disable_functions_binary_**exception = /usr/local/bin/compute_**doomsday
disable_functions_function_**exception = exec
:)
Thanks and best regards
J.Karliak
--
Ma domena pouziva zabezpeceni a kontrolu SPF (www.openspf.org) a
DomainKeys/DKIM (with ADSP) . Pokud mate problemy s dorucenim emailu,
zacnete pouzivat metody overeni puvody emailu zminene vyse. Dekuji.
My domain use SPF (www.openspf.org) and DomainKeys/DKIM (with ADSP)
policy and check. If you've problem with sending emails to me, start
using email origin methods mentioned above. Thank you.
------------------------------**------------------------------**----
This message was sent using IMP, the Internet Messaging Program.
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
--
Ma domena pouziva zabezpeceni a kontrolu SPF (www.openspf.org) a
DomainKeys/DKIM (with ADSP) . Pokud mate problemy s dorucenim emailu,
zacnete pouzivat metody overeni puvody emailu zminene vyse. Dekuji.
My domain use SPF (www.openspf.org) and DomainKeys/DKIM (with ADSP)
policy and check. If you've problem with sending emails to me, start
using email origin methods mentioned above. Thank you.

----------------------------------------------------------------
This message was sent using IMP, the Internet Messaging Program.
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Loading...