Posted by gthvidsten on 06/17/07 21:51
Hi,
I've run into a small problem when making a class that extends from
the ArrayObject type. The code for my class(es) can be seen here:
http://phpno.info/pastebin/1145
The problem is on line 98. When that line is run PHP goes into some
sort of deadlock, and after a while give the "maximum execution time
exceeded" error. When I remove that codeline everything compiles at
runtime, but, of course, I'm lacking some data.
This code file is included from another file and the execution starts
in the PageTableAdapter ::GetFrontPage() function.
Does anyone know what might be causing this problem?
The server runs PHP 5.1.2 and Apache 2.0.
GTH
[Back to original message]
|