File tree Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -204,6 +204,8 @@ ext/pdo_sqlite/sqlite3.h
204
204
ext /pdo_sqlite /tests /* .db
205
205
ext /pdo_sqlite /tests /* .tmp
206
206
ext /phar /phar.phar
207
+ ext /phar /phar.1
208
+ ext /phar /phar.phar.1
207
209
ext /pspell /tests /* .tmp
208
210
ext /reflection /xml
209
211
ext /reflection /html
@@ -235,12 +237,14 @@ sapi/apache/libphp5.module
235
237
sapi /apache2handler /libphp5.module
236
238
sapi /apache_hooks /libphp5.module
237
239
sapi /cgi /php-cgi
240
+ sapi /cgi /php-cgi.1
238
241
sapi /cli /php.1
239
242
sapi /fpm /php-fpm
240
243
sapi /fpm /php-fpm.1
241
244
sapi /fpm /init.d.php-fpm
242
245
sapi /fpm /php-fpm.conf
243
246
sapi /fpm /fpm /php-cgi
247
+ sapi /phpdbg /phpdbg
244
248
scripts /php-config
245
249
scripts /phpize
246
250
scripts /man1 /* .1
Original file line number Diff line number Diff line change @@ -113,6 +113,7 @@ clean:
113
113
find . -name \*.la -o -name \*.a | xargs rm -f
114
114
find . -name \*.so | xargs rm -f
115
115
find . -name .libs -a -type d|xargs rm -rf
116
+ find . -name \*.1 | xargs rm -f
116
117
rm -f libphp$(PHP_MAJOR_VERSION).la $(SAPI_CLI_PATH) $(OVERALL_TARGET) modules/* libs/*
117
118
118
119
distclean: clean
You can’t perform that action at this time.
0 commit comments