]> granicus.if.org Git - php/commitdiff
Revert bad fix
authorfoobar <sniper@php.net>
Thu, 17 Mar 2005 08:15:23 +0000 (08:15 +0000)
committerfoobar <sniper@php.net>
Thu, 17 Mar 2005 08:15:23 +0000 (08:15 +0000)
TSRM/TSRM.h
TSRM/tsrm_config_common.h
ext/mbstring/mb_gpc.c
ext/mbstring/mbstring.c
ext/soap/php_sdl.c

index 5f9c9dd3f3c39a918414241221141ed425baf117..a66353b88f9a0969c8fb729c5a3a7529bdd98369 100644 (file)
@@ -15,7 +15,7 @@
 
 /* #ifndef WIN32 */
 #ifndef WIN32
-# include "tsrm_config.h"
+# include <tsrm_config.h>
 #endif
 
 #ifdef WIN32
index 58497db6860c38526b2afeb35f38e1c1852a3fe8..bdd171e6190465835541d25dbf4d3ba5d282a99f 100644 (file)
@@ -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
 
index 886b09a04250ee1e92caf8bc75bf9abf9b6b4491..4e55504bd50572ec4f4cb059c9682b0d4134ba6e 100644 (file)
@@ -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"
 /* }}} */
index 3a74c58747d7246b00805815a2309e74e2fdde37..027ec16d475720d3e094394b30ee98cb67f5301f 100644 (file)
@@ -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"
 
index 319ef48872c1e768a7cd2c59f770cac263f1cf6d..9b526110e8ccc9c355e3062b3dda9fd45ca34064 100644 (file)
@@ -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>