From 383eac50adf92c77c6ff29d18429c7e188f77e60 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 28 Jun 2018 14:16:55 +0200 Subject: add upstream patch for PHP 7.3 --- PHPINFO | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 PHPINFO (limited to 'PHPINFO') diff --git a/PHPINFO b/PHPINFO new file mode 100644 index 0000000..9fb2a21 --- /dev/null +++ b/PHPINFO @@ -0,0 +1,18 @@ + +yaf + +yaf support => enabled +Version => 3.0.7 +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.forward_limit => 5 => 5 +yaf.name_suffix => On => On +yaf.name_separator => no value => no value +yaf.st_compatible => Off => Off +yaf.environ => product => product +yaf.use_namespace => Off => Off -- cgit