svn commit: r523442 - head/devel/pecl-expect/files

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sat Jan 18 18:24:14 UTC 2020


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; }
+ 


More information about the svn-ports-all mailing list