Hi Walter,
On Thu, 26 Feb 2004 11:44:47 -0800, Walter A. Boring IV wrote:
> well, if you are implementing something completely new in php5,
> there there are no compatibility issues. I have many classes in my
> projects in php4. I'm not sure of how many child constructors have
> different pa
On Thu, 2004-02-26 at 23:41, Stefan Walk wrote:
> Hi, after a cvs update i get a segfault with this script:
[...]
This sourcecode (which is the same except that there is no code in the
destructor) prints out:
Fatal error: Exception thrown without a stack frame in Unknown on line 0
-- snip --
sta
On Thu, 2004-02-26 at 08:57, Marcus Boerger wrote:
> Hello Timm,
>
> i think this is not completley correct. When reflection is used from a
> static member of the class itself it should still work.
Correct:
class Foo {
protected function __construct() { }
public static function create() {
PHP 4 Bug Database summary - http://bugs.php.net
Num Status Summary (780 total including feature requests)
===[*Directory/Filesystem functions]
26863 Assigned fgets hangs on some urls
===[*General Issue