Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 18 Jan 2020 18:24:13 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r523442 - head/devel/pecl-expect/files
Message-ID:  <202001181824.00IIOEOp082392@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sat Jan 18 18:24:13 2020
New Revision: 523442
URL: https://svnweb.freebsd.org/changeset/ports/523442

Log:
  Fix build with PHP 7.4

Added:
  head/devel/pecl-expect/files/patch-expect.c   (contents, props changed)

Added: head/devel/pecl-expect/files/patch-expect.c
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/pecl-expect/files/patch-expect.c	Sat Jan 18 18:24:13 2020	(r523442)
@@ -0,0 +1,11 @@
+--- expect.c.orig	2020-01-13 18:27:49 UTC
++++ expect.c
+@@ -314,7 +314,7 @@ PHP_FUNCTION(expect_expectl)
+ #endif
+ 	php_stream *stream;
+ 	int fd, argc;
+-	ulong key;
++	zend_ulong key;
+ 	
+ 	if (ZEND_NUM_ARGS() < 2 || ZEND_NUM_ARGS() > 3) { WRONG_PARAM_COUNT; }
+ 



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