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

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

2001-10-01 Thread Howie Oakes
o:[EMAIL PROTECTED]] Sent: Monday, October 01, 2001 3:16 PM To: Howie Oakes Cc: '[EMAIL PROTECTED]' Subject: Re: [PHP] trying to get a list of functions used in a php script > I am trying to find a way to scan a php script and list all of the functions > used in that script. Does a

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

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

2001-10-01 Thread Howie Oakes
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