SVN Migration
3e94ce6a97
This commit was manufactured by cvs2svn to create tag 'NEWS'.
17 years ago
Jani Taskinen
eb923bf6fc
MFH: - Changed AC_ARG_* options to PHP_ARG_* options.
MFH: - Some cleanups here and there
MFH: - Enabled PHP_CHECK_CONFIGURE_OPTIONS (checks for unknown configure
MFH: options)
# Note to Marcus: ext/dba/config.m4 needs to be "converted" to use
# the PHP_ARG_* options. I did't touch it needs quite a lot of work to keep
# it's current behaviour regarding "enabled-by-default" parts of it.
#
# Hint: By using the PHP_ARG_* options you have the "default" option.. ;)
19 years ago
Jani Taskinen
dee01c13ad
- Changed all AC_ARG_* options to PHP_ARG_* options and cleaned up some
19 years ago
foobar
7bd41e0715
MFH:- Fixed bug #41576 (misbehaviour when using --without-apxs)
19 years ago
foobar
6504c24187
- Fixed bug #41576 (misbehaviour when using --without-apxs)
19 years ago
Andrei Zmievski
0b222980d0
Rename php5 module to php6. Remove version number from
sapi/apache/mod_php.* filenames (for future's sake). No other SAPI
moduels modified (up to invididual maintainers).
19 years ago
foobar
89199c43b2
- Nuke non-working part
21 years ago
foobar
a20383ba06
- Unify the "configure --help" texts
21 years ago
foobar
4c883c79bb
Do not set apache stuff if not building apache
21 years ago
Derick Rethans
7b27263e16
- There is no --with-apache2, only apxs2
21 years ago
Antony Dovgal
ad503c814b
MFB: typo in config.m4 (potential configuration problem with Stronghold)
22 years ago
foobar
dcb0daeae3
- Fix the error message if apxs|2 is fubar.
23 years ago
Sascha Schumann
d26e1b751c
Merge proper -I parameter for APXS builds
23 years ago
Sterling Hughes
3f700e58ab
update php module name to php5, not php4.
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.
23 years ago
foobar
73bae37f26
Possible fix for #22259 + part 1/2 for fixing one AIX bug..
23 years ago
foobar
6000c7b46c
- Fixed bug #22376 (wrong httpd.conf modified when using INSTALL_ROOT)
23 years ago
foobar
2f2f6739b4
Added HAVE_APACHE define.
23 years ago
foobar
e337c5d1c6
Fixed the "member fd in BUFF" test for --with-apxs builds
23 years ago
Sascha Schumann
fa6d2d48c5
move check to proper place
23 years ago
Sascha Schumann
67f18fcf6c
Detect whether BUFFs contain a fd element. IBM is hiding the actual
descriptor behind a void *, so we just disable this for IBM servers
23 years ago
foobar
272913f3d4
- Fixed bug: #18560 , the macro was not defined always.
24 years ago
Sascha Schumann
808f05c205
the variable interpolation was already subject to IFS treatment,
which resulted in the execution of the foremost directory.
we capture the output before setting IFS now
24 years ago
Sascha Schumann
ee619493b3
Use a simple IFS; set step to interprete the httpd -v output
24 years ago
foobar
2ca9ae687d
- Fix the version check again.
24 years ago
Rasmus Lerdorf
03b76b278e
Oops, extra pipe snuck in
24 years ago
Rasmus Lerdorf
02022179c9
Fix for bug #18055
24 years ago
Cliff Woolley
8283979afc
Allow the version checks for --with-apxs= and --with-apxs2= to work
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>
24 years ago
Sascha Schumann
12ba44827a
be a bit more verbose about what is wrong
24 years ago
foobar
492efe963f
- Fix for bug: #16791 . (more reliable test)
24 years ago
foobar
eb18c5c38c
Part 3 of static apache build fixes:
- 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 :)
24 years ago
foobar
0fa1516483
- Prevent users from trying to make a static build with Apache2 using
--with-apache
# I have working --with-apache2 stuff also..need to test it a bit more
# before committing it..
24 years ago
foobar
f81166f34e
- Added checks to prevent building the DSO with wrong configure option.
24 years ago
Marko Karppinen
676afb33b8
Enable --with-apxs build on Mac OS X. We build an MH_BUNDLE instead of
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?
24 years ago
Marko Karppinen
60663c1f64
Prepare for MH_BUNDLE build on Mac OS X / Darwin
24 years ago
Sascha Schumann
9d9d39a0de
Please welcome the new build system.
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
24 years ago
Derick Rethans
a6738260af
- Fix for bug #15572 (Patch by Ralf Nyrén <ralf.nyren@educ.umu.se>)
24 years ago
jim winstead
63669c6a64
make it more clear that --with-apache and --with-apxs only work with apache 1.x.
24 years ago
foobar
f43b57190c
Added missing cvs ids and unified configure messages.
25 years ago
foobar
41b21156cc
Fixed bugs: #14034 , #11647 (can not find any others)
25 years ago
Stig Bakken
99687096ca
* fix default path in configure help text
25 years ago
Sascha Schumann
e843e8c5f0
Move PHP_TARGET_RDYNAMIC check to global acinclude.m4 and use it
in thttpd's config.m4.
25 years ago
Sascha Schumann
1ad2a710ab
Use EXTRA_LDFLAGS at this point.
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).
25 years ago
Sascha Schumann
40245019cc
s/^I/ / and some re-indenting. Also align the APXS checking code
with the standard scheme.
25 years ago
Sascha Schumann
e29a1b2230
First try at using Apache's export list when building a DSO.
25 years ago
Sascha Schumann
afdaee9e47
Nuke more quotes
25 years ago
Wilfredo Sanchez
0df6e8dd88
Add INSTALL_ROOT variable to specify install location.
25 years ago
foobar
8a26918ed1
Renamed the AC_ prefixed macros defined in acinclude.m4 to PHP_* prefixes.
# Heads up people! I tested this before committing but you never know..
25 years ago
Sascha Schumann
dedec6614e
Automatically carry over macro definitions from Apache.
We don't take everything, because apxs' CFLAGS also includes
optimization, debugging, et cetera flags.
PR: #7211
26 years ago
Sascha Schumann
04f180b08a
More verbose error message for non-working apxs case
26 years ago
foobar
9559b88894
Fixed bug #6356 .
26 years ago