php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #67424 APCu 4.0.5 does not build with PHP 5.3.28 or 5.4.29
Submitted: 2014-06-11 22:38 UTC Modified: 2015-11-22 05:06 UTC
From: php-bugs-2014 at ryandesign dot com Assigned: krakjoe (profile)
Status: Closed Package: APC (PECL)
PHP Version: 5.4.29 OS: OS X 10.9.3
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: php-bugs-2014 at ryandesign dot com
New email:
PHP Version: OS:

 

 [2014-06-11 22:38 UTC] php-bugs-2014 at ryandesign dot com
Description:
------------
APCu 4.0.5 does not build with PHP 5.3.28 or 5.4.29. It does build with 5.5.13.

Expected result:
----------------
Successful build

Actual result:
--------------
apc_bin.c:151:13: error: use of undeclared identifier 'ptrdiff_t'
        if((ptrdiff_t)bd < (ptrdiff_t)*ptr && (size_t)*ptr < ((size_t)bd + bd->size)) {
            ^

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2014-06-11 22:43 UTC] aharvey@php.net
-Package: *General Issues +Package: APC -Assigned To: +Assigned To: krakjoe
 [2015-11-22 05:06 UTC] krakjoe@php.net
-Status: Assigned +Status: Closed
 [2015-11-22 05:06 UTC] krakjoe@php.net
Fixed in later release.
 [2015-11-22 05:06 UTC] krakjoe@php.net
Fixed in later release.
 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Wed Jul 02 10:01:38 2025 UTC