|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2013-02-27 18:21 UTC] mayhem30 at gmail dot com
[2013-02-27 18:21 UTC] mayhem30 at gmail dot com
-Operating System: FreeBSD 8.3
+Operating System: FreeBSD 8.3 (x64)
[2013-02-28 02:56 UTC] laruence@php.net
[2013-02-28 02:56 UTC] laruence@php.net
-Status: Open
+Status: Feedback
[2013-02-28 03:24 UTC] mayhem30 at gmail dot com
[2013-02-28 03:24 UTC] mayhem30 at gmail dot com
-Status: Feedback
+Status: Open
[2013-02-28 06:03 UTC] laruence@php.net
[2013-02-28 06:03 UTC] laruence@php.net
-Status: Open
+Status: Not a bug
|
|||||||||||||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Fri Nov 07 08:00:02 2025 UTC |
Description: ------------ 'apc_delete' will no longer delete a user cache entry. Test script: --------------- var_dump( apc_delete("news_$id") ); This always returns false. It's been this way for 3.1.12 and 3.1.13 Expected result: ---------------- To return true and delete the specified user cache entry.