Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 30 Nov 2020 08:19:09 +0000 (UTC)
From:      "Vanilla I. Shu" <vanilla@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r556624 - in head/devel/pecl-swoole: . files
Message-ID:  <202011300819.0AU8J9xJ052875@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: vanilla
Date: Mon Nov 30 08:19:09 2020
New Revision: 556624
URL: https://svnweb.freebsd.org/changeset/ports/556624

Log:
  Update to 4.5.9.

Modified:
  head/devel/pecl-swoole/Makefile
  head/devel/pecl-swoole/distinfo
  head/devel/pecl-swoole/files/patch-ext-src_php__swoole.h

Modified: head/devel/pecl-swoole/Makefile
==============================================================================
--- head/devel/pecl-swoole/Makefile	Mon Nov 30 07:42:44 2020	(r556623)
+++ head/devel/pecl-swoole/Makefile	Mon Nov 30 08:19:09 2020	(r556624)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	swoole
-PORTVERSION=	4.5.8
+PORTVERSION=	4.5.9
 CATEGORIES=	devel net
 
 MAINTAINER=	vanilla@FreeBSD.org

Modified: head/devel/pecl-swoole/distinfo
==============================================================================
--- head/devel/pecl-swoole/distinfo	Mon Nov 30 07:42:44 2020	(r556623)
+++ head/devel/pecl-swoole/distinfo	Mon Nov 30 08:19:09 2020	(r556624)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1605967424
-SHA256 (PECL/swoole-4.5.8.tgz) = 202efb1ca36b7d30a54ee7571c7db34a5bf73a983a2c97f68cf074891a8f12c9
-SIZE (PECL/swoole-4.5.8.tgz) = 1552785
+TIMESTAMP = 1606661098
+SHA256 (PECL/swoole-4.5.9.tgz) = 8991012db81138a1cd825860ba1628e8f1b799573ad16aeed82a955b6fe72e3d
+SIZE (PECL/swoole-4.5.9.tgz) = 1552445

Modified: head/devel/pecl-swoole/files/patch-ext-src_php__swoole.h
==============================================================================
--- head/devel/pecl-swoole/files/patch-ext-src_php__swoole.h	Mon Nov 30 07:42:44 2020	(r556623)
+++ head/devel/pecl-swoole/files/patch-ext-src_php__swoole.h	Mon Nov 30 08:19:09 2020	(r556624)
@@ -1,6 +1,6 @@
---- ext-src/php_swoole.h.orig	2020-11-22 13:36:39 UTC
-+++ ext-src/php_swoole.h
-@@ -912,10 +912,11 @@ static sw_inline zend_bool sw_zend_is_callable_at_fram
+--- ext-src/php_swoole.h.orig	2020-11-27 11:02:33.000000000 +0800
++++ ext-src/php_swoole.h	2020-11-30 16:16:31.186209000 +0800
+@@ -912,7 +912,7 @@ static sw_inline zend_bool sw_zend_is_callable_at_fram
  {
      zend_string *name;
      zend_bool ret;
@@ -8,9 +8,4 @@
 +#if PHP_VERSION_ID < 80001
      ret = zend_is_callable_ex(zcallable, zobject ? Z_OBJ_P(zobject) : NULL, check_flags, &name, fci_cache, error);
  #else
--    ret = zend_is_callable_at_frame(zcallable, zobject ? Z_OBJ_P(zobject) : NULL, frame, check_flags, &name, fci_cache, error);
-+    ret = zend_is_callable_at_frame(zcallable, zobject ? Z_OBJ_P(zobject) : NULL, frame, check_flags, fci_cache, error);
-+    name = zend_get_callable_name_ex(zcallable, zobject);
- #endif
-     if (callable_name)
-     {
+     ret = zend_is_callable_at_frame(zcallable, zobject ? Z_OBJ_P(zobject) : NULL, frame, check_flags, fci_cache, error);



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202011300819.0AU8J9xJ052875>