Skip to content

Commit 833e466

Browse files
committed
Merge branch 'PHP-5.6'
* PHP-5.6: force atoll macro usage on windows
2 parents 128eda8 + f6d941e commit 833e466

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)