# Unifies behaviour with 5.3+
- Fixed bug #50727 (Accessing mysqli->affected_rows on no connection causes
segfault). (Andrey, Johannes)
- Fixed bug #48667 (Implementing Iterator and IteratorAggregate). (Etienne)
-
+- Fixed bug #47601 (defined() requires class to exist when testing for class
+ constants). (Ilia)
28 Jan 2010, PHP 5.2.13RC1
- Updated timezone database to version 2010.2. (Derick)
int(5)
int(10)
-Fatal error: Class 'NoSuchClass' not found in %s on line %d
+Fatal error: Undefined class constant 'NoSuchClass::val' in %s on line %d
retval = 0;
}
} else {
- zend_error(E_ERROR, "Class '%s' not found", class_name);
retval = 0;
}
efree(class_name);