Bug #60657 [Com]: APC destroys static class members before sessions are written
Edit report at https://bugs.php.net/bug.php?id=60657&edit=1 ID: 60657 Comment by: gedrox at gmail dot com Reported by:astewart at online-buddies dot com Summary:APC destroys static class members before sessions are written Status: Open Type: Bug Package:Session related Operating System: MacOS X 10.7, CentOS 5.6 PHP Version:5.3.8 Block user comment: N Private report: N New Comment: This is actual in 5.3.10 as well. Simple code to reproduce (will log fatal errors about undefined class constant 'logging'): https://bugs.php.net/bug.php?id=60657&edit=1
[PHP-BUG] Bug #60149 [NEW]: SPL autoloader not called in error handler triggered by private __call
From: Operating system: Ubuntu 11.10 PHP version: 5.3.8 Package: SPL related Bug Type: Bug Bug description:SPL autoloader not called in error handler triggered by private __call Description: No SPL registered autoloader is called inside custom error handler if it has been triggered by private __call() magic function what should be public instead. Test script: --- http://gedrox.eu/php_spl_autoloader_error_handler_private_call.tar Run run.php file. Expected result: Tried to load class 'DoesNotExist_1' Caught error 'The magic method __call() must have public visibility and cannot be static' Tried to load class 'DoesNotExist_2' Done Actual result: -- Tried to load class 'DoesNotExist_1' Caught error 'The magic method __call() must have public visibility and cannot be static' Fatal error: Uncaught exception 'RuntimeException' with message 'Assertion failed on line '66' in LoaderTest.php on line 45 RuntimeException: Assertion failed on line '66' in LoaderTest.php on line 45 Call Stack: 0.0001 635080 1. {main}() run.php:0 0.0003 665536 2. LoaderTest->testFailure() run.php:6 0.0004 670584 3. assert() LoaderTest.php:66 0.0004 671144 4. LoaderTest->assertionFail() LoaderTest.php:0 -- Edit bug report at https://bugs.php.net/bug.php?id=60149&edit=1 -- Try a snapshot (PHP 5.4): https://bugs.php.net/fix.php?id=60149&r=trysnapshot54 Try a snapshot (PHP 5.3): https://bugs.php.net/fix.php?id=60149&r=trysnapshot53 Try a snapshot (trunk): https://bugs.php.net/fix.php?id=60149&r=trysnapshottrunk Fixed in SVN: https://bugs.php.net/fix.php?id=60149&r=fixed Fixed in SVN and need be documented: https://bugs.php.net/fix.php?id=60149&r=needdocs Fixed in release: https://bugs.php.net/fix.php?id=60149&r=alreadyfixed Need backtrace: https://bugs.php.net/fix.php?id=60149&r=needtrace Need Reproduce Script: https://bugs.php.net/fix.php?id=60149&r=needscript Try newer version: https://bugs.php.net/fix.php?id=60149&r=oldversion Not developer issue: https://bugs.php.net/fix.php?id=60149&r=support Expected behavior: https://bugs.php.net/fix.php?id=60149&r=notwrong Not enough info: https://bugs.php.net/fix.php?id=60149&r=notenoughinfo Submitted twice: https://bugs.php.net/fix.php?id=60149&r=submittedtwice register_globals: https://bugs.php.net/fix.php?id=60149&r=globals PHP 4 support discontinued: https://bugs.php.net/fix.php?id=60149&r=php4 Daylight Savings:https://bugs.php.net/fix.php?id=60149&r=dst IIS Stability: https://bugs.php.net/fix.php?id=60149&r=isapi Install GNU Sed: https://bugs.php.net/fix.php?id=60149&r=gnused Floating point limitations: https://bugs.php.net/fix.php?id=60149&r=float No Zend Extensions: https://bugs.php.net/fix.php?id=60149&r=nozend MySQL Configuration Error: https://bugs.php.net/fix.php?id=60149&r=mysqlcfg