ID:               31635
 Updated by:       [EMAIL PROTECTED]
 Reported By:      ivar at stvk dot no
-Status:           Closed
+Status:           Bogus
 Bug Type:         Zend Engine 2 problem
 Operating System: Irrelevant (WinXP)
 PHP Version:      5CVS-2005-03-01
 New Comment:

It's bogus, since you can't explain what are you talking about.


Previous Comments:
------------------------------------------------------------------------

[2005-03-07 08:42:24] ivar at stvk dot no

Then just forget it, if you cannot just read my first post and just go
into the code and see what is there.

------------------------------------------------------------------------

[2005-03-06 20:03:18] [EMAIL PROTECTED]

You're still pasting some C source code. Can you please explain what
you want to say? Is that last comment a patch or reproduce code? (never
heard of 'diff' utility?)



------------------------------------------------------------------------

[2005-03-01 11:18:55] ivar at stvk dot no

ZEND_API void zend_make_printable_zval(zval *expr, zval *expr_copy, int
*use_copy)
{
...
...
case IS_OBJECT:
{
...
...
if (Z_OBJ_HANDLER_P(expr, cast_object)) {
if( (Z_OBJ_HANDLER_P(expr, cast_object)(expr, expr_copy, IS_STRING, 0
TSRMLS_CC) == SUCCESS) &&
   (expr_copy->type == IS_STRING)) {
                break;
}
}

------------------------------------------------------------------------

[2005-03-01 10:12:39] [EMAIL PROTECTED]

Please provide a patch or at least reproduce code that doesn't require
Windoze. 

------------------------------------------------------------------------

[2005-03-01 09:55:34] ivar at stvk dot no

There seems to be no change in the latest (5.1.x) snapshot, compiled 1
march 2005 7:55 GMT.

------------------------------------------------------------------------

The remainder of the comments for this report are too long. To view
the rest of the comments, please view the bug report online at
    http://bugs.php.net/31635

-- 
Edit this bug report at http://bugs.php.net/?id=31635&edit=1

Reply via email to