Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 08 Dec 2016 09:19:54 +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-R2ovORlbxv@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 #1 from Daniel Ylitalo <daniel@blodan.se> ---
apc_fetch is only available in the old apc module

It's apcu_fetch now-a-days

http://php.net/manual/en/function.apcu-fetch.php

[daniely@edge-se ~]$ php --version
PHP 7.0.11 (cli) (built: Sep 27 2016 09:12:17) ( NTS )
Copyright (c) 1997-2016 The PHP Group
[daniely@edge-se ~]$ php -r 'var_dump(function_exists("apcu_fetch"));'
bool(true)

--=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-R2ovORlbxv>