Hey list!
I just took the php source (5.5.11-git) and wanted to read thru it for a variety of reasons, and noticed that Zend/Makefile.am references two *.y files, that are obviously not present. In fact, there does not see to be any bison file inside the whole of PHP’s source - is that correct, or am I missing a generation step?
$ find php -name "*.y“
-empty-
Kind regards, Ingwie.