Download List

프로젝트 설명

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

이 릴리스 ReflectionClass, ReflectionProperty, ReflectionMethod 및 ReflectionParameter에 대한 getAnnotation을 (문자열) 추가합니다.
Tags: get annotation
This release adds getAnnotation(string) for ReflectionClass, ReflectionProperty, ReflectionMethod, and ReflectionParameter.

2011-03-17 23:10
0.17

함수 호출의 주석가 수정되었습니다 허용 버그.
Tags: annotation function call
A bug that allowed annotations in function calls was fixed.

2011-03-17 01:45
0.16

이 릴리스 작동부터 "설치 확인"예방과 다른 경우 가능성과 글로벌 함수를 선언 segfault가 발생하는 버그가 수정되었습니다.
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

이 릴리스 (분명히 모두) 메모리 누수를 해결합니다. 그것은 2 개 이상의 주석 인수를 선언 예방 파서 버그를 고쳤습니다. 원시 해시 테이블과 문자열 대신 zvals를 사용하여 내부 코드의 개선이 있습니다.
Tags: memory leak bug improvement code annotation zval hashtable
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.

2011-03-14 12:13
0.5

코드 정리가 많아요. 멀티 스레드 호환성 추가.
Tags: cleanup multithread tsrm
Lots of code cleanup. The addition of multi-threaded compatibility.

Project Resources