Hi Antony,

Would this change also apply to string_compare_function and
string_locale_compare_function?  They currently use
zend_make_printable_zval()...


Matt


----- Original Message -----
From: "Antony Dovgal"
Sent: Thursday, May 17, 2007

> tony2001 Thu May 17 17:28:12 2007 UTC
>
>   Modified files:
>     /ZendEngine2 zend_vm_def.h zend_vm_execute.h
>   Log:
>   use zend_make_string_zval(), we want to see the notices
>
> @@ -1671,7 +1671,7 @@
>   if (opline->extended_value == IS_UNICODE) {
>   zend_make_unicode_zval(var, &var_copy, &use_copy);
>   } else {
> - zend_make_printable_zval(var, &var_copy, &use_copy);
> + zend_make_string_zval(var, &var_copy, &use_copy);
>   }
>   if (use_copy) {
>   var = &var_copy;

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

Reply via email to