Posted by Robert Janeczek on 10/04/79 11:10
YaronKh@clalit.org.il wrote:
> Hi It is an expected behavior because when you define a static
> variableit is shared by all objects of the same class. If When you
> unset one object and the destruct of the static object will be
> called, all the other objects will lose the static var as well.
yes, but why destuctor isn`t called after all the execution is finished?
i mean the moment when php does clean up before it finishes to process
request?
rash
[Back to original message]
|