diff options
| author | Stig Bakken <ssb@php.net> | 1999-04-22 02:48:28 +0000 |
|---|---|---|
| committer | Stig Bakken <ssb@php.net> | 1999-04-22 02:48:28 +0000 |
| commit | 2c0ad3ee25cd8e449b02c4668a39f48998507739 (patch) | |
| tree | 8064c7ee59309ffed3d9c5b8fd5c329ede193561 /ext/interbase/setup.stub | |
| parent | 2a78f92804ae6f3e32cd278afbb9aa8ec3d2f52d (diff) | |
| download | php-git-2c0ad3ee25cd8e449b02c4668a39f48998507739.tar.gz | |
last bunch of extensions moving to ext/
fhttpd module taken out of functions, functions is ready to go.
The only extensions I have tested are gd+freetype and odbc(solid).
Please try compiling in your favourite extensions and let me know how it
works.
Diffstat (limited to 'ext/interbase/setup.stub')
| -rw-r--r-- | ext/interbase/setup.stub | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/ext/interbase/setup.stub b/ext/interbase/setup.stub new file mode 100644 index 0000000000..3c6a41fe0f --- /dev/null +++ b/ext/interbase/setup.stub @@ -0,0 +1,7 @@ +# $Source$ +# $Id$ + +define_option with-interbase 'InterBase support?' yesnodir \ + 'no /usr/interbase InterBase base install' \ +' Whether to build PHP with InterBase support. More\n + information about InterBase can be found at http://www.interbase.com/.' |
