summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2018-08-16 16:27:43 +0200
committerRemi Collet <remi@remirepo.net>2018-08-16 16:27:43 +0200
commited34c39364268b102d5044e438300de565e3403d (patch)
tree5c7545557a2b4b6391ad915a06acfe77231c7ad5
parent2b9943dbb802afe322eb8f5bd928af2966bc09f7 (diff)
update to 3.4.1 using zephir 0.11.0
open https://github.com/phalcon/cphalcon/issues/13465 ** Broken **
-rw-r--r--PHPINFO26
-rw-r--r--REFLECTION2
-rw-r--r--php-phalcon3.spec10
3 files changed, 34 insertions, 4 deletions
diff --git a/PHPINFO b/PHPINFO
new file mode 100644
index 0000000..84d018f
--- /dev/null
+++ b/PHPINFO
@@ -0,0 +1,26 @@
+
+phalcon
+
+
+Web framework delivered as a C-extension for PHP
+phalcon => enabled
+Author => Phalcon Team and contributors
+Version => 3.4.0
+Build Date => May 28 2018 11:05:33
+Powered by Zephir => Version 0.10.10
+
+Directive => Local Value => Master Value
+phalcon.db.escape_identifiers => On => On
+phalcon.db.force_casting => Off => Off
+phalcon.orm.events => On => On
+phalcon.orm.virtual_foreign_keys => On => On
+phalcon.orm.column_renaming => On => On
+phalcon.orm.not_null_validations => On => On
+phalcon.orm.exception_on_failed_save => Off => Off
+phalcon.orm.enable_literals => On => On
+phalcon.orm.late_state_binding => Off => Off
+phalcon.orm.enable_implicit_joins => On => On
+phalcon.orm.cast_on_hydrate => Off => Off
+phalcon.orm.ignore_unknown_columns => Off => Off
+phalcon.orm.update_snapshot_on_save => On => On
+phalcon.orm.disable_assign_setters => Off => Off
diff --git a/REFLECTION b/REFLECTION
index 3f75be8..89cebdf 100644
--- a/REFLECTION
+++ b/REFLECTION
@@ -1,4 +1,4 @@
-Extension [ <persistent> extension #190 phalcon version 3.4.0 ] {
+Extension [ <persistent> extension #191 phalcon version 3.4.0 ] {
- INI {
Entry [ phalcon.db.escape_identifiers <ALL> ]
diff --git a/php-phalcon3.spec b/php-phalcon3.spec
index d8f7a28..328bbaa 100644
--- a/php-phalcon3.spec
+++ b/php-phalcon3.spec
@@ -17,14 +17,14 @@
%global pkg_name %{name}
%endif
-%global gh_commit 65183349743e899977adc643f103b887612ffe98
+%global gh_commit caeac66e7db02fd54c44a27cf22a6381654af2ee
%global gh_short %(c=%{gh_commit}; echo ${c:0:7})
%global gh_owner phalcon
%global gh_project cphalcon
%global with_zts 0%{!?_without_zts:%{?__ztsphp:1}}
%global with_tests 0%{?_with_tests:1}
%global ext_name phalcon
-%global zephir_ver 0.10.10
+%global zephir_ver 0.11
%if "%{php_version}" < "5.6"
# after pdo.ini, json.ini, igbinary.ini
%global ini_name z-%{ext_name}.ini
@@ -34,7 +34,7 @@
%endif
Name: %{?sub_prefix}php-phalcon3
-Version: 3.4.0
+Version: 3.4.1
Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}
Summary: Phalcon Framework
@@ -256,6 +256,10 @@ REPORT_EXIT_STATUS=1 \
%changelog
+* Thu Aug 16 2018 Remi Collet <remi@remirepo.net> - 3.4.1-1
+- update to 3.4.1 using zephir 0.11.0
+- open https://github.com/phalcon/cphalcon/issues/13465
+
* Mon May 28 2018 Remi Collet <remi@remirepo.net> - 3.4.0-1
- update to 3.4.0 using zephir 0.10.10