On Thu, 27 Nov 2003, Marcus Boerger wrote:
> helly         Thu Nov 27 14:24:38 2003 EDT
> 
>   Modified files:              
>     /ZendEngine2      zend_API.c 
>   Log:
>   Convert objects to string if string is required by newer parameter parsing
>   since we do this for older parameter parsing does so too.

Do you really think this is necessary? I can see the automatic
object->string casting being useful for things like print(), but when a
extension author expects a string, would it make sense to make the
object convert itself? I mean the result will most likely be some
internal object info represented as a string, and not something
meaningful.

-Andrei
* A feature is a bug with seniority. *

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

Reply via email to