Bug 157372 - [PATCH] www/pecl-APC: Fix regression (vendor patch)
Summary: [PATCH] www/pecl-APC: Fix regression (vendor patch)
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Marcus Alves Grando
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-05-27 21:00 UTC by Alexandr Kovalenko
Modified: 2011-05-27 21:50 UTC (History)
0 users

See Also:


Attachments
file.txt (442 bytes, text/plain)
2011-05-27 21:00 UTC, Alexandr Kovalenko
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
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!