Re: [PHP-DEV] Bug #49192

2010-04-02 Thread Johannes Mueller
Hannes Magnusson wrote: On Fri, Apr 2, 2010 at 00:06, Johannes Mueller johanne...@gmx.net wrote: Can someone please re-open bug http://bugs.php.net/bug.php?id=49192 . For me it's not possible, even (or because?) i'm the owner of the bug. Your are not the owner on that bug. You didn't even

[PHP-DEV] Bug #49192

2010-04-01 Thread Johannes Mueller
Can someone please re-open bug http://bugs.php.net/bug.php?id=49192 . For me it's not possible, even (or because?) i'm the owner of the bug. It still exists in 5.3.2 (Win) Thx Johannes -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] is_a() versus instanceof

2009-12-19 Thread Johannes Mueller
Johannes Schlüter wrote: On Sat, 2009-12-19 at 01:42 +0100, Johannes Mueller wrote: if($foo instanceof bar){ .. } // runs without any notification instanceof is a language construct expecting a class identifier. It doesn't complain about on-existing classes as it would need to trigger

[PHP-DEV] is_a() versus instanceof

2009-12-18 Thread Johannes Mueller
Hi, is it intended to have different behaviours of is_a() and instanceof? Let's assume you have the following code snippets: class foo{} class baz{} //-you have a typo here, want to write bar if($foo instanceof bar){ .. } // runs without any notification and if(is_a($foo, bar)){ .. } //

[PHP-DEV] Extend rmdir() with optional flag for non empty directories

2009-10-16 Thread Johannes Mueller
Hi all, is there any reason why rmdir() does not offer an optinal flag for deleting non empty directories? If there isn't a reason it would be great to implement this feature in future php versions. Johannes -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit:

[PHP-DEV] Re: PHP 5.3.0RC1

2009-03-24 Thread Johannes Mueller
Lukas Kahwe Smith wrote: Windows binaries are available here: http://windows.php.net/qa/ The .ini files in the 5.3RC1-VC6-nts-package are empty. Can someone fix this? thanks for your hard work Johannes -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: