Download List

Project Description

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.

System Requirements

System requirement is not defined
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.

2011-03-19 05:44
0.18

This release adds getAnnotation(string) for ReflectionClass, ReflectionProperty, ReflectionMethod, and ReflectionParameter.
Tags: get annotation

2011-03-17 23:10
0.17

A bug that allowed annotations in function calls was fixed.
Tags: annotation function call

2011-03-17 01:45
0.16

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.

2011-03-16 06:15
0.15

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.
Tags: memory leak bug improvement code annotation zval hashtable

2011-03-14 12:13
0.5

Lots of code cleanup. The addition of multi-threaded compatibility.
Tags: cleanup multithread tsrm

Project Resources