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() {
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. We have functions
which enable such checks. Could you have a try with those? Also i have
already incorporated the other patch so you need to update the engine
On Thu, 2004-02-26 at 05:50, Timm Friebe wrote:
> On Thu, 2004-02-26 at 01:33, Timm Friebe wrote:
> > On Wed, 2004-02-25 at 15:41, Andi Gutmans wrote:
> > > Quick reminder...
> > > If you have any bugs to fix, please fix them in the coming days.
>
> ...and another one:
And yet another one (includ
On Thu, 2004-02-26 at 01:33, Timm Friebe wrote:
> On Wed, 2004-02-25 at 15:41, Andi Gutmans wrote:
> > Quick reminder...
> > If you have any bugs to fix, please fix them in the coming days.
...and another one:
$ cat protected.php
newInstance());
?>
$ php-dev protected.php
Constructor was called
On Wed, 2004-02-25 at 15:41, Andi Gutmans wrote:
> Quick reminder...
> If you have any bugs to fix, please fix them in the coming days.
Not a bug, but a feature request - make set_exception_handler() accept
the meta-type "callable" instead of only strings.
- Timm
Index: Zend/zend_builtin_function
On Wed, 2004-02-25 at 15:41, Andi Gutmans wrote:
> Quick reminder...
> If you have any bugs to fix, please fix them in the coming days.
The following:
--
', $p->getDeclaringClass()->getName(), "\n";
$p= &new Reflection_Property(
Quick reminder...
If you have any bugs to fix, please fix them in the coming days.
Andi
Date: Thu, 12 Feb 2004 21:59:24 +0200
To: [EMAIL PROTECTED]
From: Andi Gutmans <[EMAIL PROTECTED]>
Subject: [PHP-DEV] RC1
Hey,
Now Beta 4 is out of the door I think March 1st is a realistic date to get
RC1 ou