On Thu, Mar 27, 2008 at 11:31 PM, Stanislav Malyshev <[EMAIL PROTECTED]> wrote: > >> What exactly does that change? > > > > $a = "foo"; list($b) = $a; var_dump($b); > > This is weird... I wouldn't go as far as saying nobody uses it - since > experience shows there's somebody somewhere using any weird combination > of PHP features imaginable - but it's definitely a strange code. Even > though, I think since it's functionality drop, we may want to wait with > it, unless it doesn't work anyway (e.g. produces segfaults in some cases).
I agree. Any functionality removal, no matter how wtf it might be, shouldn't be merged. If we could however throw E_DEPRECATED there, that would be great. -Hannes -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php