Hi, On Sunday 05 June 2005 19:18, Marcus Boerger wrote: > 2) PHP is all about the putting out text so nearly all objects created in > PHP are meant to put something onto the generated pages. Thus i think i am > not alone to suggest we put back the magic __toString function in place as > we said when we dropped it's support from 5.0. Also it is very hard to > explain why "echo $a . $obj" and "echo $a, $obj" output different things > when one is an object. Both is pretty much against the spirit of PHP - > easiness isn't it?
Especially with "echo $a . $obj" and "echo $a, $obj" it's really annoying. Many people are concating when printing stuff and it's hard to explain why the results differ... > 4) I still want the ifsetor operator since it is very helpfull and again > simplifies a lot of things. +10 > 5) tons of other stuff i menationed offline and in public - since i lost > the energy in tracking all that issues i guess the work and time in those > wasn't worse the effort and they can wait anyway :-) Is there progress with the new date stuff? I'd really like to have dates before 1970. johannes -- Johannes Schlüter Mayflower GmbH / ThinkPHP http://thinkphp.de http://blog.thinkphp.de -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php