php 5.4 compat on windows

This commit is contained in:
Anatol Belski
2014-07-07 09:17:20 +02:00
parent 044c64a8ab
commit 8fc223b73d

4
sync.c
View File

@@ -14,7 +14,11 @@
#include "php_ini.h"
#include "zend_exceptions.h"
#include "ext/standard/info.h"
#if defined(PHP_WIN32) && PHP_MAJOR_VERSION == 5 && PHP_MINOR_VERSION <= 4
#include "win32/php_stdint.h"
#else
#include <stdint.h>
#endif
#include "php_sync.h"
/* {{{ sync_module_entry