Bug 157372

Summary: [PATCH] www/pecl-APC: Fix regression (vendor patch)
Product: Ports & Packages Reporter: Alexandr Kovalenko <alexandr.kovalenko>
Component: Individual Port(s)Assignee: Marcus Alves Grando <mnag>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.txt none

Description Alexandr Kovalenko 2011-05-27 21:00:21 UTC
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.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2011-05-27 21:00:36 UTC
Responsible Changed
From-To: freebsd-ports-bugs->mnag

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2011-05-27 21:39:35 UTC
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"
Comment 3 Sergey A. Osokin freebsd_committer freebsd_triage 2011-05-27 21:40:00 UTC
State Changed
From-To: open->closed

Commmited, thanks for report!