mirror of
https://github.com/php/php-src.git
synced 2025-08-15 13:38:49 +02:00
Merge branch 'PHP-7.4'
* PHP-7.4: Remove TSRM/tsrm_config.w32.h
This commit is contained in:
commit
f99adb4bb5
3 changed files with 2 additions and 16 deletions
|
@ -15,7 +15,7 @@
|
||||||
|
|
||||||
#if !defined(__CYGWIN__) && defined(WIN32)
|
#if !defined(__CYGWIN__) && defined(WIN32)
|
||||||
# define TSRM_WIN32
|
# define TSRM_WIN32
|
||||||
# include "tsrm_config.w32.h"
|
# include "Zend/zend_config.w32.h"
|
||||||
#else
|
#else
|
||||||
# include "main/php_config.h"
|
# include "main/php_config.h"
|
||||||
#endif
|
#endif
|
||||||
|
|
|
@ -1,14 +0,0 @@
|
||||||
#ifndef TSRM_CONFIG_W32_H
|
|
||||||
#define TSRM_CONFIG_W32_H
|
|
||||||
|
|
||||||
#include <../main/config.w32.h>
|
|
||||||
#include "Zend/zend_config.w32.h"
|
|
||||||
|
|
||||||
#define HAVE_UTIME 1
|
|
||||||
#define HAVE_ALLOCA 1
|
|
||||||
|
|
||||||
#include <malloc.h>
|
|
||||||
#include <stdlib.h>
|
|
||||||
#include <crtdbg.h>
|
|
||||||
|
|
||||||
#endif
|
|
|
@ -8,7 +8,7 @@
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef TSRM_WIN32
|
#ifdef TSRM_WIN32
|
||||||
# include "tsrm_config.w32.h"
|
# include "Zend/zend_config.w32.h"
|
||||||
#else
|
#else
|
||||||
# include "main/php_config.h"
|
# include "main/php_config.h"
|
||||||
# include <sys/param.h>
|
# include <sys/param.h>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue