Skip to content

Commit 96a570c

Browse files
committed
fix zpp
1 parent 4a85ec8 commit 96a570c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/calendar/cal_unix.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ PHP_FUNCTION(unixtojd)
3131
time_t ts = 0;
3232
struct tm *ta, tmbuf;
3333

34-
if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "|l", &ts) == FAILURE) {
34+
if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "|i", &ts) == FAILURE) {
3535
return;
3636
}
3737

0 commit comments

Comments
 (0)