There is an exampe on the acmesystems homepage. http://www.acmesystems.it/?id=26
It´s on the bottom of the page! Enable binfmt support, than you don´t have to write #!/path to php at the top of the php file. Best regards Thomas --- In [email protected], "Roberto A. Foglietta" <[EMAIL PROTECTED]> wrote: > > 2006/12/7, Alex <[EMAIL PROTECTED]>: > > > > > > It works!! Thank you!! If anyone knows what to modify on the Boa > > sources to get this automatically done when opening php files, please, > > let us know! > > > > in some part of the boot process try to add a think like this: > > find /where/the/scripts/usually/are -iname \*.php -type f | xargs chmod a+x > > obviously the busybox has to be configured to support find/xargs and > their options. > > In this way each time the fox reboot every .php script in the > selected path and subdirs will be setup as executable. > > > Cheers, > -- > /roberto >
