Hello!
Thanks for this patch!
I chose to go for the "clean" version - very nice of you to give me the
options ;)
You've supplied me with a few nice fixes lately - would you like CVS access?
/Linus
On Thursday 26 May 2005 00.44, Aaron McDonald wrote:
> Linus, thanks for the direction on this. I looked again and found that it
> was only failing when __FILE__ was within an include or similar statement
> such as:
> include(dirname(__FILE__) . '/bootstrap.inc');
> require_once(dirname(__FILE__) . '/init.inc');
>
> I've attached a patch for GuberParserTokenizer.php that fixes the issue and
> since I didn't know how you'd like to handle the gbdAddUntilNext signature
> change, I've sent 2 versions of the patch.
>
> cleanSigMod.diff - adds $gbdThisScript as the first parameter in
> gbdAddUntilNext so it's like the gbdAddBlock signature
>
> quickSigMod.diff - adds $gbdThisScript as an optional third parameter in
> gbdAddUntilNext
>
> Thanks,
> Aaron
|