File tree Expand file tree Collapse file tree 5 files changed +3
-7
lines changed Expand file tree Collapse file tree 5 files changed +3
-7
lines changed Original file line number Diff line number Diff line change @@ -96,7 +96,6 @@ config.h.in
96
96
/main /build-defs.h
97
97
/main /php_config.h.in
98
98
/main /php_config.h
99
- /TSRM /tsrm_config.h
100
99
/Zend /zend_config.h
101
100
102
101
# ------------------------------------------------------------------------------
Original file line number Diff line number Diff line change 17
17
# define TSRM_WIN32
18
18
# include " tsrm_config.w32.h"
19
19
#else
20
- # include < tsrm_config.h >
20
+ # include " main/php_config.h "
21
21
#endif
22
22
23
23
#include " main/php_stdint.h"
Original file line number Diff line number Diff line change 10
10
#ifdef TSRM_WIN32
11
11
# include "tsrm_config.w32.h"
12
12
#else
13
- # include <tsrm_config.h>
13
+ # include "main/php_config.h"
14
14
# include <sys/param.h>
15
15
#endif
16
16
Original file line number Diff line number Diff line change @@ -118,7 +118,7 @@ clean:
118
118
rm -f libphp$(PHP_MAJOR_VERSION).la $(SAPI_CLI_PATH) $(SAPI_CGI_PATH) $(SAPI_LITESPEED_PATH) $(SAPI_FPM_PATH) $(OVERALL_TARGET) modules/* libs/*
119
119
120
120
distclean: clean
121
- rm -f Makefile config.cache config.log config.status Makefile.objects Makefile.fragments libtool main/php_config.h main/internal_functions_cli.c main/internal_functions.c Zend/zend_dtrace_gen.h Zend/zend_dtrace_gen.h.bak Zend/zend_config.h TSRM/tsrm_config.h
121
+ rm -f Makefile config.cache config.log config.status Makefile.objects Makefile.fragments libtool main/php_config.h main/internal_functions_cli.c main/internal_functions.c Zend/zend_dtrace_gen.h Zend/zend_dtrace_gen.h.bak Zend/zend_config.h
122
122
rm -f main/build-defs.h scripts/phpize
123
123
rm -f ext/date/lib/timelib_config.h ext/mbstring/libmbfl/config.h ext/oci8/oci8_dtrace_gen.h ext/oci8/oci8_dtrace_gen.h.bak
124
124
rm -f scripts/man1/phpize.1 scripts/php-config scripts/man1/php-config.1 sapi/cli/php.1 sapi/cgi/php-cgi.1 sapi/phpdbg/phpdbg.1 ext/phar/phar.1 ext/phar/phar.phar.1
Original file line number Diff line number Diff line change 1624
1624
# Create configuration headers
1625
1625
#
1626
1626
1627
- test -d TSRM || $php_shtool mkdir TSRM
1628
- echo '#include <../main/php_config.h>' > TSRM/tsrm_config.h
1629
-
1630
1627
test -d Zend || $php_shtool mkdir Zend
1631
1628
1632
1629
cat >Zend/zend_config.h <<FEO
You can’t perform that action at this time.
0 commit comments