Hello Cristiano,

Saturday, September 6, 2003, 10:48:25 PM, you wrote:

MB>>Patch to be reviewed by Zeev and Andi.
MB>>http://marcus-boerger.de/php/ext/ze2/ze2-iterators-20030904.diff.txt
MB>>(since one month)

> No replies yet ? :-(

You will hear of it sooner or later :-)

MB>>>> - Typehinting with '= NULL' to allow NULL values as discussed

MB>>We know we must discuss this again.

> What needs to be discussed ? Typehinting works with NULL values (It's
> working for me), or am I wrong?

The point was that it doesn't make sense for values passed by reference and
that maybe someone doesn't want to allow NULL which is IMO the normal case.
Because with type hinting you say you want an instance of a certain class
and you didn't say something about NULL. The idea was then to allow NULL
only if that's the default value.

MB>>>> - Array and resource type hinting (patch at least for arrays is ready
MB>>>>   and resources can easily be affed)

MB>>Patch is there, final decision needed (last time i asked it looked good> for
MB>>yes).
MB>>http://marcus-boerger.de/php/ext/ze2/ze2-type-hints-20030722.diff.txt

> Has anyone against it ? I'm +1

MB>>>> - Typehinting for return values? This may be usefule especially when working
MB>>>>   with interfaces.
MB>>>>
MB>>>> - Fix __clone() visibility. When implementing singletons we must forbid

MB>>done.

> What was done ? The __clone() visibility or typehinting for return values?
> Maybe both ?

Only clone visibilty

MB>>Exceptions seem to be ready for primetime though small changes like a new
MB>>interface throwable may be incorporated and we have c-level functions to
MB>>convert errors into exception which is needed for stors.

> Will be possible to do it transparently? I mean, a php.ini entry like:
> map_errors_to_exceptions_except_core_errors = true
> ;-)
> Or it has to be done programatically ?

MB>>>> - Discuss the package proposal and whether we want it or not.

MB>>All i can say right know is that it has friends.

> +1

MB>>>> - Fix static class members.

MB>>Should be fixed.

> Should or is fixed ?

Should all be fixed right now, meaning all i have tested works now. And
feedback from some others was also positive.

MB>>>> - Plug some memleaks.

-- 
Best regards,
 Marcus                            mailto:[EMAIL PROTECTED]

-- 
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to