Results 1 to 3 of 3
hiya,
does anyone have a list of php functions to disable on a super tight php installation?
I did google for a bit but didnt come up with anything conclusive. ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 10-20-2003 #1Linux Guru
- Join Date
- Apr 2003
- Location
- London, UK
- Posts
- 3,284
PHP disable_functions list?
hiya,
does anyone have a list of php functions to disable on a super tight php installation?
I did google for a bit but didnt come up with anything conclusive. There are too many functions for me to know them all, so im really looking for a pre-compiled list, or at list of recommend functions to disable.
cheers,
Jason
- 10-20-2003 #2Linux User
- Join Date
- Jun 2003
- Location
- Calgary, AB CANADA
- Posts
- 496
Would a good place to start be the listing of functions disabled by safe-mode?
http://www.phpbuilder.com/manual/fea....functions.php\"Everything should be made as simple as possible, but not simpler.\"
Albert Einstein
- 10-21-2003 #3Just Joined!
- Join Date
- Jul 2003
- Location
- Australia
- Posts
- 50
safe mode basically blocks alot of stuff out but there is also some enabled stuff that could be dangerous like shell_exec


Reply With Quote
