From fbcb5eaff9d97d4093449ccea082f6ed5c2c9c8d Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Sun, 22 Dec 2019 08:19:30 +0100 Subject: v4.0.0 --- PHPINFO | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'PHPINFO') diff --git a/PHPINFO b/PHPINFO index 3f768f2..89b47e8 100644 --- a/PHPINFO +++ b/PHPINFO @@ -2,11 +2,11 @@ phalcon -Web framework delivered as a C-extension for PHP +Phalcon is a full stack PHP framework, delivered as a PHP extension, offering lower resource consumption and high performance. phalcon => enabled Author => Phalcon Team and contributors -Version => 4.0.0-rc.3 -Build Date => Nov 18 2019 07:54:23 +Version => 4.0.0 +Build Date => Dec 22 2019 00:00:00 Powered by Zephir => Version 0.12.10-fedc314 Directive => Local Value => Master Value @@ -20,8 +20,8 @@ phalcon.orm.disable_assign_setters => Off => Off phalcon.orm.enable_implicit_joins => On => On phalcon.orm.enable_literals => On => On phalcon.orm.events => On => On -phalcon.orm.exception_on_failed_metadata_save => On => On phalcon.orm.exception_on_failed_save => Off => Off +phalcon.orm.exception_on_failed_metadata_save => On => On phalcon.orm.ignore_unknown_columns => Off => Off phalcon.orm.late_state_binding => Off => Off phalcon.orm.not_null_validations => On => On -- cgit