Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 09 Dec 2016 05:17:07 +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-nXlacL3KYw@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 #2 from townwear@gmail.com ---
In case of php56(pecl-APCu-4.0.10_1), apc_fetch was work.
Will not it be the same in php7 ?

$ php -v
PHP 5.6.28 (cli) (built: Nov 29 2016 01:17:04)
Copyright (c) 1997-2016 The PHP Group
Zend Engine v2.6.0, Copyright (c) 1998-2016 Zend Technologies
    with Zend OPcache v7.0.6-dev, Copyright (c) 1999-2016, by Zend Technolo=
gies

$ php -i | grep -i apc
/usr/local/etc/php/ext-20-apcu.ini,
apc
APC support =3D> Emulated
apcu
APCu Support =3D> Disabled
APCu Debugging =3D> Disabled
apc.coredump_unmap =3D> Off =3D> Off
apc.enable_cli =3D> Off =3D> Off
apc.enabled =3D> On =3D> On
apc.entries_hint =3D> 4096 =3D> 4096
apc.gc_ttl =3D> 3600 =3D> 3600
apc.mmap_file_mask =3D> /dev/zero =3D> /dev/zero
apc.preload_path =3D> no value =3D> no value
apc.rfc1867 =3D> Off =3D> Off
apc.rfc1867_freq =3D> 0 =3D> 0
apc.rfc1867_name =3D> APC_UPLOAD_PROGRESS =3D> APC_UPLOAD_PROGRESS
apc.rfc1867_prefix =3D> upload_ =3D> upload_
apc.rfc1867_ttl =3D> 3600 =3D> 3600
apc.serializer =3D> php =3D> php
apc.shm_segments =3D> 1 =3D> 1
apc.shm_size =3D> 256M =3D> 256M
apc.slam_defense =3D> On =3D> On
apc.smart =3D> 0 =3D> 0
apc.ttl =3D> 0 =3D> 0
apc.use_request_time =3D> On =3D> On
apc.writable =3D> /tmp =3D> /tmp

$ php -r 'var_dump(function_exists("apcu_fetch"));'
bool(true)

$ php -r 'var_dump(function_exists("apc_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-nXlacL3KYw>