laruence / yaf

Fast php framework written in c, built in php extension
http://pecl.php.net/package/yaf
Other
4.52k stars 1.37k forks source link

PHP 8.4 build error #595

Open macintoshplus opened 1 week ago

macintoshplus commented 1 week ago

When I try to build the version 3.3.6 with PHP 8.4RC4, I have this errors:

routes\yaf_route_regex.c(211): error C2197: 'void php_pcre_match_impl(pcre_cache_entry *,zend_string *,zval *,zval *,bool,zend_long,zend_off_t)' : Too many arguments
routes\yaf_route_rewrite.c(216): error C2197: 'void php_pcre_match_impl(pcre_cache_entry *,zend_string *,zval *,zval *,bool,zend_long,zend_off_t)' : Too many arguments