Re: [PHP] trying to get a list of functions used in a php script

2001-10-01 Thread Rasmus Lerdorf
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

RE: [PHP] trying to get a list of functions used in a php script

2001-10-01 Thread Howie Oakes
Hi Ramsus, Thanks for the reply. I am trying to implement PHP in a very secure environment. My security department wants our developers to only be able to use functions from an approved list. My plan was to scan any PHP files when they get saved, get a list of the functions used and compare

RE: [PHP] trying to get a list of functions used in a php script

2001-10-01 Thread Rasmus Lerdorf
Thanks for the reply. I am trying to implement PHP in a very secure environment. My security department wants our developers to only be able to use functions from an approved list. My plan was to scan any PHP files when they get saved, get a list of the functions used and compare those to the