diff options
author | Remi Collet <remi@remirepo.net> | 2020-04-19 09:32:33 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2020-04-19 09:32:33 +0200 |
commit | 23853fec0ffb630fccbf19c0362a52b181886f0e (patch) | |
tree | d5adf0fda884d2f02494a0c11f39424689660b58 /PHPINFO | |
parent | 80775703bd16f6daddfba400cf19e2c6ad09fb41 (diff) |
update to 3.2.0 (beta)
open https://github.com/laruence/yaf/pull/474
relax test, don't rely on sources path
Diffstat (limited to 'PHPINFO')
-rw-r--r-- | PHPINFO | 14 |
1 files changed, 7 insertions, 7 deletions
@@ -2,16 +2,16 @@ yaf yaf support => enabled -Version => 3.1.4 +Version => 3.2.0 Supports => http://pecl.php.net/package/yaf Directive => Local Value => Master Value yaf.library => no value => no value -yaf.action_prefer => Off => Off -yaf.lowcase_path => Off => Off -yaf.use_spl_autoload => Off => Off +yaf.environ => product => product yaf.forward_limit => 5 => 5 -yaf.name_suffix => On => On +yaf.use_namespace => 0 => 0 +yaf.action_prefer => 0 => 0 +yaf.lowcase_path => 0 => 0 +yaf.use_spl_autoload => 0 => 0 +yaf.name_suffix => 1 => 1 yaf.name_separator => no value => no value -yaf.environ => product => product -yaf.use_namespace => Off => Off |