summaryrefslogtreecommitdiff
path: root/sapi/apache/config.m4
Commit message (Collapse)AuthorAgeFilesLines
* - Unify the "configure --help" textsfoobar2005-05-291-3/+3
|
* Do not set apache stuff if not building apachefoobar2005-03-041-27/+31
|
* - There is no --with-apache2, only apxs2Derick Rethans2005-01-261-1/+1
|
* MFB: typo in config.m4 (potential configuration problem with Stronghold)Antony Dovgal2004-08-181-1/+1
|
* - Fix the error message if apxs|2 is fubar.foobar2003-05-281-1/+1
|
* Merge proper -I parameter for APXS buildsSascha Schumann2003-03-301-1/+5
|
* update php module name to php5, not php4.Sterling Hughes2003-03-291-20/+20
| | | | | | | apache, apache2* and cli/cgi work. sapi module maintainers should fix up their sapis, as I don't run any servers with php outside of apache.
* Possible fix for #22259 + part 1/2 for fixing one AIX bug..foobar2003-02-241-5/+9
|
* - Fixed bug #22376 (wrong httpd.conf modified when using INSTALL_ROOT)foobar2003-02-231-1/+13
|
* Added HAVE_APACHE define.foobar2003-02-131-3/+5
|
* Fixed the "member fd in BUFF" test for --with-apxs buildsfoobar2003-02-121-0/+1
|
* move check to proper placeSascha Schumann2003-02-111-4/+3
|
* Detect whether BUFFs contain a fd element. IBM is hiding the actualSascha Schumann2003-02-111-0/+13
| | | | | descriptor behind a void *, so we just disable this for IBM servers
* - Fixed bug: #18560, the macro was not defined always.foobar2002-07-251-11/+0
|
* the variable interpolation was already subject to IFS treatment,Sascha Schumann2002-07-111-1/+2
| | | | | | | which resulted in the execution of the foremost directory. we capture the output before setting IFS now
* Use a simple IFS; set step to interprete the httpd -v outputSascha Schumann2002-07-111-1/+11
|
* - Fix the version check again.foobar2002-07-071-2/+1
|
* Oops, extra pipe snuck inRasmus Lerdorf2002-06-291-1/+1
|
* Fix for bug #18055Rasmus Lerdorf2002-06-281-1/+2
|
* Allow the version checks for --with-apxs= and --with-apxs2= to workCliff Woolley2002-05-171-1/+1
| | | | | | | | | with development version of Apache, whose version strings end in "-dev", eg "Apache/2.0.37-dev". PR: 17233 Submitted by: Dale Ghent <daleg@elemental.org>
* be a bit more verbose about what is wrongSascha Schumann2002-04-261-1/+1
|
* - Fix for bug: #16791. (more reliable test)foobar2002-04-261-6/+8
|
* Part 3 of static apache build fixes:foobar2002-04-231-10/+7
| | | | | | | - Use the PHP_CFLAGS when compiling the php4 module in apache tree. - Use the apache include dir only when compiling sapi/apache o Fixes the fnmatch.h issue Wez complained about :)
* - Prevent users from trying to make a static build with Apache2 usingfoobar2002-04-131-26/+3
| | | | | | | | --with-apache # I have working --with-apache2 stuff also..need to test it a bit more # before committing it..
* - Added checks to prevent building the DSO with wrong configure option.foobar2002-04-121-0/+6
|
* Enable --with-apxs build on Mac OS X. We build an MH_BUNDLE instead ofMarko Karppinen2002-03-301-12/+17
| | | | | | | | an MH_DYLIB. As all PPC code is relocatable, we don't use the libtool based shared build but go a static route. Goodbye libtool! # I'm committing this to enable widespear testing. # Anyone have any ideas on how to easily backport this to 4.2.0?
* Prepare for MH_BUNDLE build on Mac OS X / DarwinMarko Karppinen2002-03-291-0/+5
|
* Please welcome the new build system.Sascha Schumann2002-03-071-8/+6
| | | | | | | | | | If you encounter any problems, please make sure to email sas@php.net directly. An introduction can be found on http://schumann.cx/buildv5.txt
* - Fix for bug #15572 (Patch by Ralf Nyrén <ralf.nyren@educ.umu.se>)Derick Rethans2002-03-041-1/+1
|
* make it more clear that --with-apache and --with-apxs only work with apache 1.x.jim winstead2002-02-251-4/+4
|
* Added missing cvs ids and unified configure messages.foobar2001-11-301-2/+3
|
* Fixed bugs: #14034, #11647 (can not find any others)foobar2001-11-191-1/+10
|
* * fix default path in configure help textStig Bakken2001-10-101-1/+1
|
* Move PHP_TARGET_RDYNAMIC check to global acinclude.m4 and use itSascha Schumann2001-06-151-10/+1
| | | | | in thttpd's config.m4.
* Use EXTRA_LDFLAGS at this point.Sascha Schumann2001-05-231-1/+1
| | | | | | I've confirmed that one can build a working Apache DSO module now (AIX 4.2 with gcc 2.95.2 and Apache 1.3.12).
* s/^I/ / and some re-indenting. Also align the APXS checking codeSascha Schumann2001-05-191-182/+181
| | | | | with the standard scheme.
* First try at using Apache's export list when building a DSO.Sascha Schumann2001-05-181-0/+6
|
* Nuke more quotesSascha Schumann2001-05-121-1/+1
|
* Add INSTALL_ROOT variable to specify install location.Wilfredo Sanchez2001-04-031-1/+1
|
* Renamed the AC_ prefixed macros defined in acinclude.m4 to PHP_* prefixes.foobar2001-03-271-3/+3
| | | | | # Heads up people! I tested this before committing but you never know..
* Automatically carry over macro definitions from Apache.Sascha Schumann2000-12-041-6/+5
| | | | | | | | We don't take everything, because apxs' CFLAGS also includes optimization, debugging, et cetera flags. PR: #7211
* More verbose error message for non-working apxs caseSascha Schumann2000-11-131-1/+5
|
* Fixed bug #6356.foobar2000-09-111-1/+1
|
* look for apxs in /usr/sbin (that's where SUSE puts it)Hartmut Holzgraefe2000-06-171-0/+7
| | | | | if no path is given and apxs is not found in $PATH
* Due to creating the Makefiles later, generating libphp4.module failed,Sascha Schumann2000-06-131-0/+1
| | | | | | because sapi/apache had not been created. This applies to VPATH builds only.
* The ! command is not portable.Sascha Schumann2000-06-091-1/+3
|
* Wipe out acconfig.h.in and rewrite some checks to use PHP_ARG_ENABLE.Sascha Schumann2000-06-081-16/+16
|
* Fix wording (not "to apxs", but "of apxs").Sascha Schumann2000-05-151-1/+1
|
* Complain loudly and stop configuration, if we cannot run apxs.Sascha Schumann2000-05-151-0/+7
|
* Some white-space changesSascha Schumann2000-03-261-6/+4
|