mirror of
https://github.com/php/php-src.git
synced 2026-03-26 17:22:15 +01:00
This patch has at least the following deficiences: - the CGI is built using objects from another SAPI module. This usually results in unsatisfied symbol references. - the CGI makefile is not created properly - building CGI cannot be disabled
5 lines
61 B
Makefile
5 lines
61 B
Makefile
|
|
SUBDIRS = $(PHP_SAPI)
|
|
|
|
include $(top_srcdir)/build/rules.mk
|