Hello- I am trying to find a way to scan a php script and list all of the functions used in that script. Does anyone know if there is anything out there. (In Perl or PHP) I know that Perl has the C::scan module to do this with C code, but I have not seen anything for PHP. I am working on a secure implementation of PHP that will only allow certain functions to be used by end users. (But I still want to have full functionality for other scripts, so disable_function is out of the question)
Thanks! Howie -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]