mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
Revert bad fix
This commit is contained in:
parent
42b9b26e45
commit
2d521a73c8
5 changed files with 5 additions and 5 deletions
|
@ -15,7 +15,7 @@
|
|||
|
||||
/* #ifndef WIN32 */
|
||||
#ifndef WIN32
|
||||
# include "tsrm_config.h"
|
||||
# include <tsrm_config.h>
|
||||
#endif
|
||||
|
||||
#ifdef WIN32
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
#ifdef TSRM_WIN32
|
||||
# include "tsrm_config.w32.h"
|
||||
#else
|
||||
# include "tsrm_config.h"
|
||||
# include <tsrm_config.h>
|
||||
# include <sys/param.h>
|
||||
#endif
|
||||
|
||||
|
|
|
@ -39,7 +39,7 @@
|
|||
#include "rfc1867.h"
|
||||
#include "php_content_types.h"
|
||||
#include "SAPI.h"
|
||||
#include "TSRM/TSRM.h"
|
||||
#include "TSRM.h"
|
||||
|
||||
#include "mb_gpc.h"
|
||||
/* }}} */
|
||||
|
|
|
@ -68,7 +68,7 @@
|
|||
#include "php_content_types.h"
|
||||
#include "SAPI.h"
|
||||
#include "php_unicode.h"
|
||||
#include "TSRM/TSRM.h"
|
||||
#include "TSRM.h"
|
||||
|
||||
#include "mb_gpc.h"
|
||||
|
||||
|
|
|
@ -24,7 +24,7 @@
|
|||
#include "libxml/uri.h"
|
||||
|
||||
#include "ext/standard/md5.h"
|
||||
#include "../../TSRM/tsrm_virtual_cwd.h"
|
||||
#include "tsrm_virtual_cwd.h"
|
||||
|
||||
#include <sys/types.h>
|
||||
#include <sys/stat.h>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue