Re: [PHP] PHP scripts with shebang line: Questions

2007-07-13 Thread Richard Lynch
AFAICS, this is a FreeBSD question... That said, you could have a work-around where you put your 2 -d settings into a single php.mini :-) file and then use one -c to pull that in... On Fri, July 13, 2007 8:23 pm, sone gone wrote: > Hi, > > i want to question about shebang line on FreeBSD6. > > T

[PHP] PHP scripts with shebang line: Questions

2007-07-13 Thread sone gone
Hi, i want to question about shebang line on FreeBSD6. This script works on FreeBSD4, but doesn't work on FreeBSD6 #!/usr/local/bin/php -d open_basedir=/path i understood the reason from this pages. http://freebsd.monkey.org/freebsd-questions/200606/msg01073.html http://www.in-ulm.de/~mascheck