if (ZEND_NUM_ARGS() >= 3 && Z_TYPE_P(length_param) != IS_NULL) {
+ convert_to_long(length_param);
Isn't convert_to_long non-separating one? I think the variable supposed
to be separated before conversion, so convert_to_long_ex (and zval **)
would be in place.
+ if (length == IS_NULL) {
Did you really mean IS_NULL here?
--
Stanislav Malyshev, Zend Software Architect
[EMAIL PROTECTED] http://www.zend.com/
(408)253-8829 MSN: [EMAIL PROTECTED]
--
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php