On Michael Kimsal's blog today, there's this new post with his method handling the "short tags" issue that plagues so many developers out there with a patch that makes it less of a problem.
Well, last year I made a quick patch to prove that the XML tag conflict was something that could be taken care of at the PHP parser level. It worked, but I lost that patch. So, I put it together again and would like some feedback. It seems to work OK on my end, and I'd like to see if this is something that we could get some traction behind.
For years I've been seeing people try to get rid of PHP "short tags" - and = to be precise - and enforce "long tags" only. Not tying directly, but this seems to fall in line with people who like Smarty and other 'templating languages' instead of just using PHP itself for the 'templating' part.
He gives the source for the patch, a modification to one of the C files prior to compiling the PHP installation....