fix type declaration build warning on other platforms

- fix type declaration mismatch (long vs. int64_t) on other platforms
Esse commit está contido em:
Sean Cannella
2013-06-26 14:52:18 -07:00
commit de Sara Golemon
commit 04fc9c6993
+1 -1
Ver Arquivo
@@ -340,7 +340,7 @@ Variant php_filter_float(PHP_INPUT_FILTER_PARAM_DECL) {
goto error;
}
long lval;
int64_t lval;
double dval;
switch (is_numeric_string(p.data(), p.length(), &lval, &dval, 0)) {
case KindOfInt64: