ID:               36543
 Updated by:       [EMAIL PROTECTED]
 Reported By:      RQuadling at GMail dot COM
-Status:           Feedback
+Status:           Bogus
 Bug Type:         SPL related
 Operating System: Windows
 PHP Version:      5.1.2
 New Comment:

Do not file bugs when you have Zend extensions (zend_extension=)
loaded. Examples are Zend Optimizer, Zend Debugger, Turck MM Cache,
APC, Xdebug and ionCube loader.  These extensions often modify engine
behavior which is not related to PHP itself.




Previous Comments:
------------------------------------------------------------------------

[2006-02-27 15:08:17] [EMAIL PROTECTED]

There is no such class (where did you get it?) and I can't reproduce it
with other exception classes.

------------------------------------------------------------------------

[2006-02-27 15:05:08] [EMAIL PROTECTED]

.

------------------------------------------------------------------------

[2006-02-27 15:04:06] [EMAIL PROTECTED]

Please try using this CVS snapshot:

  http://snaps.php.net/php5.1-latest.tar.gz
 
For Windows:
 
  http://snaps.php.net/win32/php5.1-win32-latest.zip



------------------------------------------------------------------------

[2006-02-27 15:03:15] RQuadling at GMail dot COM

Ha.

I disabled the Zend Optimizer (V3.0.0-Beta2) and the issue is resolved.

------------------------------------------------------------------------

[2006-02-27 15:02:14] RQuadling at GMail dot COM

AMEND: Reflecting on any internal class reports duplicate methods.

<?php
foreach(get_declared_classes() as $s_class)
        {
        Reflection::export(new ReflectionClass($s_class));
        }
?>

Run the following code into a log file to see duplicates.

------------------------------------------------------------------------

The remainder of the comments for this report are too long. To view
the rest of the comments, please view the bug report online at
    http://bugs.php.net/36543

-- 
Edit this bug report at http://bugs.php.net/?id=36543&edit=1

Reply via email to