PHP

NAVIGATION
CATEGORIES
REFERRENCE
LINKS
  • Assistance debugging php 5.x.x

    1 answers - 1666 bytes - related search similar search Add To My Delicious Add To My Stumble Upon Add To My Google Mark Add To My Facebook Add To My Digg Add To My Reddit

    I would like to have some assistance in debugging php. It's about a bug in
    php not a script of mine.
    I can't post a bug report as I do not "exactly" know why my code is
    suffering from a php bug. It's related to a "very" complex objects-model
    where objects, cross-referenced, wake up from a session. (note, these are
    cross-references, not circular, all circular (parent <-child) references
    are unset before the objects are serialized)
    During the wake up sequence, somehow, a not directly related object
    variable, gets unset. However, this only occurs under "very" specific
    circumstances. While I do not know what exact variables contribute to this
    bug, I can consistantly reproduce it.
    Fun-fact: I installed "ZendPlatform" to debug my script in order to rule out
    any mistakes of my making. With ZendPlatform the object variable doesn't get
    unset anymore, however, a specific value of an other object, related to the
    issue appears to leak into another variable. Now I started to debug the code
    with ZendPlatform/-Studio to try to watch when the leak occured, however,
    httpd segfaults on debugging the script. All scripts appear to debug just
    fine, accept this one, under these specific circumstances
    This is "globally" what happens. If you're insterested in this issue,
    willing to help me and if you think yourself to be cappable of helping me.
    Please contact me by responding to this post or contact me directly:
    Email/MSN: ericvanblokland 'AT' gmail.com
    Skype: footsteps_eric
    Thank you in advance and kind regards,
    Eric van Blokland
  • No.1 | | 901 bytes | |

    Tue, Nov 22, 2005 at 07:41:10PM +0100, Eric wrote:
    I would like to have some assistance in debugging php. It's about a bug in
    php not a script of mine.

    First off there is a big difference between 5.0.x and 5.1.x as well
    as 5.0.1 and 5.0.5, what version are we talking about?

    I can't post a bug report as I do not "exactly" know why my code is
    suffering from a php bug. It's related to a "very" complex objects-model

    If it isn't your code is there ever a known state at which it did
    work?

    where objects, cross-referenced, wake up from a session. (note, these are
    cross-references, not circular, all circular (parent <-child) references
    are unset before the objects are serialized)

    This almost sounds like some douglas adams, story I'd wake up
    dizzy with all those circular but not circular references.

    Curt.

Re: Assistance debugging php 5.x.x


max 4000 letters.
Your nickname that display:
In order to stop the spam: 3 + 3 =
QUESTION ON "PHP"

EMSDN.COM