Hi!
Is_a has a patch attached to the bug. Tests pass etc.
I'm looking at bug 55475, there are two patches there:
is_a_5.4_alternative and final_patch_for_5_4_and_HEAD. Which one do you
mean?
The latter has:
- if (zend_lookup_class_ex(class_name, class_name_len, NULL, 0, &ce
TSRMLS_CC) == FAILURE) {
+ if (zend_lookup_class_ex(class_name, class_name_len, NULL, &ce
TSRMLS_CC) == FAILURE) {
which can't be right.
--
Stanislav Malyshev, Software Architect
SugarCRM: http://www.sugarcrm.com/
(408)454-6900 ext. 227
--
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php