summaryrefslogtreecommitdiff
path: root/sapi/apache2handler
diff options
context:
space:
mode:
authorKalle Sommer Nielsen <kalle@php.net>2017-08-29 22:03:56 +0200
committerKalle Sommer Nielsen <kalle@php.net>2017-08-29 22:03:56 +0200
commitd3bc8beb4ff9e00c3742ada32788239c3f7988e0 (patch)
treeb0a1a030e505855433acb351468c3f72c1f67a88 /sapi/apache2handler
parent63ea681417a7725f96df62739398cd4b8b05ba31 (diff)
downloadphp-git-d3bc8beb4ff9e00c3742ada32788239c3f7988e0.tar.gz
Removed support for BeOS, development for BeOS was supported 17 years ago.
This patch however does not drop support for the BeOS compatible variant, Haiku, see Github PR #2697 which is currently a WiP I intentionally left out some fragments for BeOS in the build system for that seems to be bundles
Diffstat (limited to 'sapi/apache2handler')
-rw-r--r--sapi/apache2handler/config.m47
1 files changed, 0 insertions, 7 deletions
diff --git a/sapi/apache2handler/config.m4 b/sapi/apache2handler/config.m4
index 2e64b215e5..3176700287 100644
--- a/sapi/apache2handler/config.m4
+++ b/sapi/apache2handler/config.m4
@@ -103,13 +103,6 @@ if test "$PHP_APXS2" != "no"; then
SAPI_SHARED=libs/libphp7.so
INSTALL_IT="$INSTALL_IT $SAPI_SHARED"
;;
- *beos*)
- if test -f _APP_; then `rm _APP_`; fi
- `ln -s $APXS_BINDIR/httpd _APP_`
- EXTRA_LIBS="$EXTRA_LIBS _APP_"
- PHP_SELECT_SAPI(apache2handler, shared, mod_php7.c sapi_apache2.c apache_config.c php_functions.c, $APACHE_CFLAGS)
- INSTALL_IT="$INSTALL_IT $SAPI_LIBTOOL"
- ;;
*)
PHP_SELECT_SAPI(apache2handler, shared, mod_php7.c sapi_apache2.c apache_config.c php_functions.c, $APACHE_CFLAGS)
INSTALL_IT="$INSTALL_IT $SAPI_LIBTOOL"