mirror of
https://github.com/php/php-src.git
synced 2026-04-14 19:41:05 +02:00
Merge branch 'PHP-5.4'
* PHP-5.4: - Fixed Windows build
This commit is contained in:
@@ -30,11 +30,12 @@
|
||||
#endif
|
||||
|
||||
#include "zend_language_scanner_defs.h"
|
||||
|
||||
#include <errno.h>
|
||||
#include "zend.h"
|
||||
#ifdef PHP_WIN32
|
||||
# include <Winuser.h>
|
||||
#endif
|
||||
#include <errno.h>
|
||||
#include "zend.h"
|
||||
#include "zend_alloc.h"
|
||||
#include <zend_language_parser.h>
|
||||
#include "zend_compile.h"
|
||||
|
||||
Reference in New Issue
Block a user