Skip to content

Commit 6696cbc

Browse files
committed
Merge remote-tracking branch 'origin/PHP-5.6' into str_size_and_int64_56_backport
* origin/PHP-5.6: force atoll macro usage on windows
2 parents 0ff7fb0 + f6d941e commit 6696cbc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

main/rfc1867.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@
3636

3737
#if defined(PHP_WIN32) && !defined(HAVE_ATOLL)
3838
# define atoll(s) _atoi64(s)
39+
# define HAVE_ATOLL 1
3940
#endif
4041

4142
#define DEBUG_FILE_UPLOAD ZEND_DEBUG

0 commit comments

Comments
 (0)