[PHP-DEV] php_xsl build failure.

2011-01-04 Thread Richard Quadling
Hi. I'm having a link error in the php_xsl extension. And not just me. Look at the tail of the compile.txt [1] and you'll see the same error as me. I'm guessing the change is due to revision [2] and an incompatible version of one of the dependent libraries for php_xsl.dll I'm using the libxslt

Re: [PHP-DEV] Re: EBNF

2011-01-04 Thread Rune Kaagaard
> Having an EBNF would be useful in cases where we want to write > something like Ruby's CoffeeScript. After looking at PHP's grammar > file, it's about 1,000 lines long. Since this is used to generate the > parser, isn't it possible to strip out the C macros to create an EBNF > that catches all ed