summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--PHPINFO6
-rw-r--r--REFLECTION2
-rw-r--r--build.patch19
-rw-r--r--php-phalcon5.spec12
4 files changed, 9 insertions, 30 deletions
diff --git a/PHPINFO b/PHPINFO
index 30bc6ac..086b731 100644
--- a/PHPINFO
+++ b/PHPINFO
@@ -5,9 +5,9 @@ phalcon
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 => 5.0.0alpha4
-Build Date => Sep 7 2021 00:00:00
-Powered by Zephir => Version 0.13.5-1232784
+Version => 5.0.0alpha5
+Build Date => Sep 9 2021 00:00:00
+Powered by Zephir => Version 0.14.0-beta.3-0be9ad5
Directive => Local Value => Master Value
phalcon.db.escape_identifiers => On => On
diff --git a/REFLECTION b/REFLECTION
index 335aa8f..650d578 100644
--- a/REFLECTION
+++ b/REFLECTION
@@ -1,4 +1,4 @@
-Extension [ <persistent> extension #121 phalcon version 5.0.0alpha4 ] {
+Extension [ <persistent> extension #121 phalcon version 5.0.0alpha5 ] {
- Dependencies {
Dependency [ pdo (Required) ]
diff --git a/build.patch b/build.patch
deleted file mode 100644
index b4b9950..0000000
--- a/build.patch
+++ /dev/null
@@ -1,19 +0,0 @@
---- ./phalcon.zep.c.old 2021-09-07 14:01:41.790270964 +0200
-+++ ./phalcon.zep.c 2021-09-07 14:01:46.532264202 +0200
-@@ -88,6 +88,16 @@
- #include <ext/json/php_json.h>
- #include <ext/session/php_session.h>
-
-+#if PHP_VERSION_ID >= 80000
-+#include <ext/psr/psr_http_message.h>
-+#include <ext/psr/psr_simple_cache.h>
-+#include <ext/psr/psr_container.h>
-+#include <ext/psr/psr_log.h>
-+#include <ext/psr/psr_link.h>
-+#include <ext/psr/psr_http_server_middleware.h>
-+#include <ext/psr/psr_http_server_handler.h>
-+#endif
-+
- #include <Zend/zend_API.h>
- #include <Zend/zend_operators.h>
- #include <Zend/zend_exceptions.h>
diff --git a/php-phalcon5.spec b/php-phalcon5.spec
index 510a0d5..b1fc229 100644
--- a/php-phalcon5.spec
+++ b/php-phalcon5.spec
@@ -23,7 +23,7 @@
# after 40-json.ini, 20-pdo.ini, 40-psr.ini
%global ini_name 50-%{pecl_name}.ini
%global upstream_ver 5.0.0
-%global upstream_pre alpha4
+%global upstream_pre alpha5
Name: %{?scl_prefix}php-phalcon5
Version: %{upstream_ver}%{?upstream_pre:~%{upstream_pre}}
@@ -34,13 +34,10 @@ License: MIT
URL: https://pecl.php.net/package/phalcon
# when missing on pecl, generated from git
# git checkout v#.#.#
-# ln -s build/php7/safe/* .
+# ln -s build/phalcon/* .
# pecl package
Source0: https://pecl.php.net/get/%{pecl_name}-%{upstream_ver}%{?upstream_pre}.tgz
-# See https://github.com/phalcon/cphalcon/pull/15646
-Patch0: build.patch
-
BuildRequires: %{?dtsprefix}gcc
BuildRequires: %{?scl_prefix}php-devel >= 7.4.1
BuildRequires: %{?scl_prefix}php-pear
@@ -99,8 +96,6 @@ Package built for PHP %(%{__php} -r 'echo PHP_MAJOR_VERSION.".".PHP_MINOR_VERSIO
mv %{pecl_name}-%{upstream_ver}%{?upstream_pre} NTS
cd NTS
-%patch0 -p1
-
# Sanity check, really often broken
extver=$(sed -n '/#define PHP_PHALCON_VERSION/{s/.* "//;s/".*$//;p}' php_phalcon.h)
if test "x${extver}" != "x%{upstream_ver}%{?upstream_pre:%{upstream_pre}}"; then
@@ -260,6 +255,9 @@ fi
%changelog
+* Thu Sep 9 2021 Remi Collet <remi@remirepo.net> - 5.0.0~alpha5-1
+- update to 5.0.0alpha5
+
* Tue Sep 7 2021 Remi Collet <remi@remirepo.net> - 5.0.0~alpha4-1
- update to 5.0.0alpha4
- raise dependency on psr 1.1.0