Lars Strojny
698e065295
Adding itk again to non-threaded MPMs. Sorry for the confusion
18 years ago
Lars Strojny
a344adf72e
sapi/apache2(handler|filter)/config.m4: Removing itk from the list of threaded MPMs (thanks Hannes)
18 years ago
Lars Strojny
1b16b4e243
Adding itk and and peruser MPM to the list of threaded Apache MPMs
18 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
foobar
7bd41e0715
MFH:- Fixed bug #41576 (misbehaviour when using --without-apxs)
19 years ago
foobar
1978e9109f
MFH
21 years ago
foobar
d77c684c42
- Changed -a to -A to prevent enabling PHP in httpd.conf automatically.
# Most distributions use separate file in a conf.d/ directory to enable
# PHP, using -a would add unnecessary line in the main httpd.conf and
# causes a warning during startup.
21 years ago
foobar
a20383ba06
- Unify the "configure --help" texts
21 years ago
foobar
5fe1be8b5e
- Say in the help too this is the handler module..
21 years ago
Moriyoshi Koizumi
a0975f8dcf
- Fixlet for httpd-2.1 on Darwin platforms
21 years ago
Derick Rethans
6ffc1c291a
- MFB: Fixed Apache 2.0 SAPI build against Apache 2 HEAD. (Patch by Joe Orton)
22 years ago
foobar
4dfbc210db
Fixed bug #25768
23 years ago
foobar
5553b6827b
- Use the correct paths to apu-config / apr-config
23 years ago
foobar
64cad72284
- Fixed bug #24537 (apache2 compile missing include directories)
23 years ago
foobar
dcb0daeae3
- Fix the error message if apxs|2 is fubar.
23 years ago
Sascha Schumann
ca47774ede
MFB usage fix
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
f10d00b374
- Changed --with-apxs2 for apache2handler.
# Can we nuke that apache2filter now from php5 ?
23 years ago
foobar
6000c7b46c
- Fixed bug #22376 (wrong httpd.conf modified when using INSTALL_ROOT)
23 years ago
Ian Holsman
ec68ed4aee
initial checkin of the apache2 SAPI using a handler instead of filters.
TBD: src highlighting
better post handling
23 years ago
foobar
591c485045
Fix bug: #22035 (EXTRA_LDFLAGS for AIX not correct)
23 years ago
foobar
961c9856ef
Fixed bug: #21698 , httpd.conf not modified with "make install"
23 years ago
David Reid
8dde690042
Allow this to build on beos with it's bizarre linking.
24 years ago
Sascha Schumann
6d643eb035
Break up the INSTALL_IT line into comprehensible pieces
and fix a bug related to [..] quotes.
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
foobar
999d9aa10f
Better fix it here too..
24 years ago
foobar
21debac333
Require 2.0.40
24 years ago
foobar
f4699170fc
Fixed bug: #17491 (honor INSTALL_ROOT)
24 years ago
Rasmus Lerdorf
8a2ab01744
@ Turn off ZTS if Apache2 is using the prefork MPM. (Rasmus)
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
Marko Karppinen
5a5767e1d6
Patch by Justin Erenkrantz <jerenkrantz@apache.org> for enabling
--with-apxs2 build on Darwin. Omitting the change to start linking
with libtool for now, though.
24 years ago
Marko Karppinen
b7e50782b7
Well that didn't last long! (Reverting previous.)
24 years ago
Marko Karppinen
32ff990c68
Prelim. patch to enable apache2filter to link on Darwin.
Submitted by: Justin Erenkrantz <jerenkrantz@apache.org>
Reviewed by: markonen
# A stopgap measure while we try to find a "real"
# solution, if one exists.
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
Marko Karppinen
42555b189e
Refine the OS X support a bit
24 years ago
Marko Karppinen
2cd85ac084
Merged the Mac OS X compile changes from the Apache 1.3 SAPI.
--with-apxs2 should now work on Mac OS X / Darwin.
# Not tested, though. So shoot me! :)
24 years ago
foobar
f81166f34e
- Added checks to prevent building the DSO with wrong configure option.
24 years ago
foobar
6958369295
Let people know this stuff is experimental.
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
foobar
f43b57190c
Added missing cvs ids and unified configure messages.
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
b56e877e53
Reindent, add link map for AIX, improve diagnostic message,
carry over all -D* CPPFLAGS, and nuke REGEX recognition.
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
6ed0cbb140
Make the module compile again with the latest httpd-2.0 cvs.
25 years ago
Sascha Schumann
d504de0f78
An Apache 2.0 Filter for PHP, completely from scratch.
TODO:
POST, cookies, "flushing", finalizing config framework (it works),
http auth, PHP Hooks (apache_sub_req is there).
Note that this code depends on some other commits which are pending.
26 years ago