From e539c5564db4f6ac7015c1875acb903fc7d1939f Mon Sep 17 00:00:00 2001 From: Hartmut Holzgraefe Date: Thu, 8 Aug 2002 13:59:19 +0000 Subject: [PATCH] the order to do things is save-compile-commit no variations and make sure editor and shell are in the same dir :( --- ext/standard/info.c | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/ext/standard/info.c b/ext/standard/info.c index 3b16ceaf3d..fc390d6df8 100644 --- a/ext/standard/info.c +++ b/ext/standard/info.c @@ -38,9 +38,6 @@ #include #endif -<<<<<<< info.c -#define SECTION(name) PUTS("

" name "

\n") -======= #ifdef PHP_ATOM_INC #include "php_have_iconv.h" #endif @@ -49,8 +46,7 @@ ZEND_EXTERN_MODULE_GLOBALS(iconv) #endif -#define SECTION(name) PUTS("

" name "

\n") ->>>>>>> 1.188 +#define SECTION(name) PUTS("

" name "

\n") PHPAPI extern char *php_ini_opened_path; -- 2.40.0