| 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.10 (beta) |
- Improved Yaf_Config_Ini::__Construct performance, and reduce memory consumption
- Fixed bug #61493 (Can't remove item when using unset() with a Yaf_Config_Simple instance)
- Support controller autoloading(Only default module)
- Fixed bug that the controller name could be lowercase in routeShutdown hook
- Fixed bug that segfault while attempt to free owrite_handler
- Added Yaf_Controller::$yafAutoRender to controller render
- Fixed some memory leaks |