[Bug 215129] devel/php70-APCu: apc_fetch() does not work
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Thu Dec 8 09:19:54 UTC 2016
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=215129
--- Comment #1 from Daniel Ylitalo <daniel at 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 at 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 at edge-se ~]$ php -r 'var_dump(function_exists("apcu_fetch"));'
bool(true)
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-ports-bugs
mailing list