[Sascha Schumann <[EMAIL PROTECTED]>]
> > Is there a reason the $'s were escape, or can I commit my fix?
>
> If EXTENSION_DIR/INCLUDE_PATH are used outside makefiles,
> your patch should be applied.
They are used outside makefiles, but they should be as separate
variables that are expanded. I've committed a fix for it.
Jon, the reason for the ${foo} syntax is that this is the only way to
reference a variable that works in both "make", "sh" and PHP. In the
makefiles we want to defer expansion as long as possible, to give the
user bigger flexibility for redefining individual variables from the
"make" command line.
- Stig
--
Stig Sæther Bakken <[EMAIL PROTECTED]>
Fast Search & Transfer ASA, Trondheim, Norway
--
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]