After upgrading pecl-APC to 3.1.9 users experience error messages "Unknown: apc_fcntl_unlock failed: in Unknown 0" and PHP scripts abort execution when apc enabled. Fix: Put attached patch to ports/www/pecl-APC/files/ Patch provided by vendor (look bug at: http://pecl.php.net/bugs/bug.php?id=22688 ). Patch attached with submission follows: How-To-Repeat: Install apache, php, enable APC in php.ini, try to run any php script.
Responsible Changed From-To: freebsd-ports-bugs->mnag Over to maintainer (via the GNATS Auto Assign Tool)
osa 2011-05-27 20:39:26 UTC FreeBSD ports repository Modified files: www/pecl-APC Makefile Added files: www/pecl-APC/files patch-apc_lock.h Log: Add vendor patch for fix regression. Bump PORTREVISION. Submitted: Alexandr Kovalenko <alexandr.kovalenko@gmail.com> PR: ports/157372 Revision Changes Path 1.36 +1 -0 ports/www/pecl-APC/Makefile 1.1 +14 -0 ports/www/pecl-APC/files/patch-apc_lock.h (new) _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed Commmited, thanks for report!