]> granicus.if.org Git - php/commit
Follow Yasuo's suggestion and build sapi program's under the sapi-specific
authorSascha Schumann <sas@php.net>
Sun, 29 Sep 2002 16:22:49 +0000 (16:22 +0000)
committerSascha Schumann <sas@php.net>
Sun, 29 Sep 2002 16:22:49 +0000 (16:22 +0000)
commite6e54605b7c4153be53a4ee62429fcc4eb2d8970
treed805a9b1167884923e1754fd8e5557cdf4fc77fc
parent2af630f87db2e08a0837d062bcad2cd403bed4e7
Follow Yasuo's suggestion and build sapi program's under the sapi-specific
directory.

Move sapi-specific makefile fragments to their respective directory.

Create an embed sapi module which resides in its own dir now.
13 files changed:
Makefile.global
acinclude.m4
configure.in
sapi/cgi/Makefile.frag [new file with mode: 0644]
sapi/cgi/config.m4
sapi/cli/Makefile.frag [new file with mode: 0644]
sapi/cli/config.m4
sapi/embed/config.m4 [new file with mode: 0644]
sapi/embed/php_embed.c [moved from main/php_embed.c with 100% similarity]
sapi/embed/php_embed.h [moved from main/php_embed.h with 100% similarity]
sapi/fastcgi/Makefile.frag [new file with mode: 0644]
sapi/fastcgi/config.m4
win32/phpembed.dsp