> >> @@ -3602,7 +3602,7 @@
> >>            }               
> >>    }
> >>    zend_throw_exception_ex(reflection_exception_ptr, 0 TSRMLS_CC, 
> >> -                  "Property %s does not exist", name);
> >> +                  "Property %s::%s does not exist", ce->name, name);
> >> }
> >> /* }}} *
> >> 
> >> The patch is against SVN trunk.
> > 
> > looks good for me. if there are no objections from someone else I'll
> > commit it tomorrow.
> 
> 
> @David: seems like you forgot to commit this?
> 
Hi,

I'm sorry. I haven't had time to commit it. If someone want's to commit it, go 
for it, otherwise I'll do it on April 20.

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

Reply via email to