fix set_time_limit, substr and some more

This commit is contained in:
Anatol Belski 2014-08-16 14:46:31 +02:00
parent 1169de3e61
commit 7534bf125a
4 changed files with 20 additions and 18 deletions

View file

@ -1333,7 +1333,7 @@ PHP_FUNCTION(set_time_limit)
int new_timeout_strlen;
zend_string *key;
if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "l", &new_timeout) == FAILURE) {
if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "i", &new_timeout) == FAILURE) {
return;
}