-
Notifications
You must be signed in to change notification settings - Fork 130
ZendDeveloper + simpleXml #159
Comments
@ze-pequeno where is that |
I go try add more information.
when the ZendDeveloperTools is active in my Module.php, i receveid this error:
|
This is indeed a problem: I most probably have to split out the serialization tools into a small separate lib that can serialize all internal PHP classes, or at least stub them. |
@Ocramius Sorry for being dense. It's been quite a while since I looked at all this code. Why is the profiler being serialized? Would something as simple as |
@moderndeveloperllc the profiler is being serialized to keep a snapshot of the data at the time where is relevant for us (to see what's going on). If that doesn't happen, then it is not possible to dump accurate information. |
I guess the question is if further development should be done on this repo, or just have folks focus issues/PRs on Roave/RoaveDeveloperTools as you already solved this issue there with |
@moderndeveloperllc I'd rather fix it here and add a test there (should already work). Yes, Roave/RoaveDeveloperTools will supersede this repo, but I don't have time for it right now. |
I have the same error right now. |
It can be fixed with something like that wrapping, but I don't know exactly where in code
|
My error full text.
And code at this place strange
|
I am just removed |
Was handled in #190 |
in this line
The text was updated successfully, but these errors were encountered: