AnoForPHP is an experimental patch to PHP/ZendEngine to bring native annotations to PHP. It lets you annotate classes, methods, and arguments for the methods. The annotation token is "@@", because "@" was already taken.
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.
This release fixes a bug that prevented "make install" from working and caused a segfault when declaring a global function and possibly in other cases.
This release fixes (apparently all) memory leaks. It fixes a parser bug that prevented declaring more than 2 annotation arguments. There are internal code improvements using zvals instead of raw hash tables and strings.