| Package Information |
| Summary |
PHP Framework in PHP extension |
| Maintainers |
Xinchen Hui <laruence@php.net> (lead) [details]
|
| License |
PHP |
| Description |
Yaf is a PHP framework similar to zend framework, which is written in c and built as PHP extension |
| Homepage |
http://www.yafdev.com/ |
Release notes Version 2.1.0 (beta) |
- Avoided calling to get_class_entry for higher performance
- Remove unnecessary stack variable initialization
- Fixed mem leak reproted by test scripts
- Added arginfo for all methods
- Standardize error message
- Add Yaf_Request::setRequstUri
- Fixed build broken with PHP 5.4
- many other litte improvements |