|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[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
[2015-11-22 05:06 UTC] krakjoe@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Thu Nov 06 12:00:01 2025 UTC |
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)) { ^