PDA

View Full Version : Need someone to help me with YACC/Flex/C, will pay if necessary



samb0057
November 19th, 2007, 07:13 PM
I'm trying to modify PHP. I've already added scalar type hints and custom superglobals, but now I'm trying to do some more advanced stuff (specifically class inheritance).

I am having problems with the zend_language_parser.y file. I did some simple stuff in here with superglobals, but I can't get this class thing to work.

I'm a fast learner, I just started messing with the PHP source a few days ago, and I've made patches for scalar type hinting and custom superglobals already, so I'll catch on I just need a little bit of help to get me past this block.

If anyone can help please let me know, send a PM or reply to this.

nistrum
November 23rd, 2007, 02:06 PM
I saw your blog, why on earth won't they admit your patch? It makes so much sense, especially for IDEs... @var documentation comments make my blood boil.

I'm not a flex guy and this seems to be your personal project rather than something that the PHP community will ever see, but I'd be happy to give you any input I can, why not post some more details?

--Matt