yaf

PHP Framework in PHP extension


Yaf is a PHP framework similar to zend framework, which is written in c and built as PHP extension

License: PHP

Latest releases

Version Release Download
3.3.6 2024-06-25 yaf-3.3.6.tgz
3.3.5 2022-05-20 yaf-3.3.5.tgz
3.3.4 2021-12-16 yaf-3.3.4.tgz
3.3.3 2021-07-01 yaf-3.3.3.tgz
3.3.2 2021-03-05 yaf-3.3.2.tgz
Show all releases

Changelog

Version Message
3.3.6 - Fixed build with PHP8.3
3.3.5 - Fixed ISSUE #566 (bootstrap method named "_init" is not be called)
- Fixed ISSUE #569 (Yaf_Application::getInstance is not static)
- Fixed ISSUE #570 (call_args parsing error in static_route)
- Fixed ISSUE #571 (Yaf_Request::setController failed if format arg is false)
3.3.4 - Fixed build with PHP8.1
- change to using stub.php generated arginfos
3.3.3 - Fixed issue #546 (Segfault due to get_gc handler changed)
- Use interned strings
- Fixed Issue #545 segfault in yaf_route_simple::construct
- Optimized Yaf_Route_Map::route
3.3.2 - Fixed Memory leak in yaf_loader
- Fixed issue #537 (segfault in macos with 4 bytes length controller name)
- Fixed issue #536 (application.bootstrap not used)
Show complete changelog