Greg wrote: > Hi! > > Can someone provide guidance on how to disable FTP in the Win32 Binary > version? > > (The IT Security team at my workplace does not permit FTP. We may not be > able to use PHP unless FTP is disabled, but haven't figured out how to do it > on the Win32 binary version.) > > Any assistance would be greatly appreciated. > > Thanks, > > Greg
Take a look at php.ini. There's a directive called 'disable_functions' which allows you to disable certain functions for security reasons. It receives a comma separated list of function names. This directive is *NOT* affected by whether Safe Mode is turned on or off. Cheers! speedfreak at chello dot be -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php