|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
[2013-01-05 10:44 UTC] viktor at szepe dot net
Description: ------------ Good afternoon! (really I am using PHP 5.3.3-7+squeeze14) After pecl upgrade apc 3.1.14 stopped caching. apc.php show no differences. 3.1.14 compiles OK but there are no Hits, only Misses. What should I do now? (reverted back to 3.1.13) Thank you! All the best wishes to you! PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
|
|||||||||||||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Mon Oct 27 11:00:01 2025 UTC |
Will the diff files help? Below are first two diff files. Anything I can do to help? apc53_001.diff: 001+ 001- object(Foo\Bar\Baz)#1 (3) { 002- ["i"]=> 003- int(1) 004- ["f":protected]=> 005- float(3.14) 006- ["s":"Foo\Bar\Baz":private]=> 007- string(11) "hello world" 008- } 009- ===DONE=== apc53_002.diff: 001+ 001- array(4) { 002- [0]=> 003- int(1) 004- [1]=> 005- int(2) 006- [2]=> 007- int(3) 008- [3]=> 009- int(4) 010- } 011- array(4) { 012- [0]=> 013- int(1) 014- [1]=> 015- int(2) 016- [2]=> 017- int(3) 018- [3]=> 019- int(4) 020- } 021- string(8) "IT WORKS" 022- ===DONE===