From owner-freebsd-ports-bugs@freebsd.org Fri Dec 9 05:17:08 2016 Return-Path: Delivered-To: freebsd-ports-bugs@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0813DC6EB31 for ; Fri, 9 Dec 2016 05:17:08 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D309012B1 for ; Fri, 9 Dec 2016 05:17:07 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id uB95H6kn015384 for ; Fri, 9 Dec 2016 05:17:07 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 215129] devel/php70-APCu: apc_fetch() does not work Date: Fri, 09 Dec 2016 05:17:07 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: needs-qa X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: townwear@gmail.com X-Bugzilla-Status: Open X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Dec 2016 05:17:08 -0000 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.=