Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 09 Dec 2016 05:32:24 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 215129] devel/php70-APCu: apc_fetch() does not work
Message-ID:  <bug-215129-13-MDljdQ7cpE@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-215129-13@https.bugs.freebsd.org/bugzilla/>
References:  <bug-215129-13@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D215129

--- Comment #3 from Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> ---
% pkg info -x APCu
php70-APCu-5.1.7
% php -r 'var_dump(function_exists("apcu_fetch"));'
bool(true)
% php -r 'var_dump(function_exists("apc_fetch"));'
bool(false)

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-215129-13-MDljdQ7cpE>