Author: WRFan (p50816f40.dip.t-dialin.net)
Date: 2002-04-11 23:35:30
no, it does not (see message somewhere below). compiling doesn't work with php 4.12, or 4.2 rc2 and apache 2.3.5. have to wait for a patch
dat las ik, dus ik heeeeel lang gezocht maar het lijkt dat die patch er nog niet is? dus als ik apache 2 met php wil uitproberen moet ik een oudere versie proberen, niet dat ik er zo met zit want apache 1.2.34 loopt op poort 80 en apache 2.0.35 op poort 666 maar zoals jullie weten zijn mijn zoekskills niet helemaal ontwikkeld

dus mischien heb ik die patch over het hoofd gezien?
code:
1
2
3
4
5
6
7
8
9
10
11
12
| sapi_apache2.c: In function `php_register_hook':
sapi_apache2.c:407: `AP_FTYPE_CONTENT' undeclared (first use in this function)
sapi_apache2.c:407: (Each undeclared identifier is reported only once
sapi_apache2.c:407: for each function it appears in.)
sapi_apache2.c:408: warning: passing arg 2 of `ap_register_input_filter' from incompatible pointer type
make[3]: *** [sapi_apache2.lo] Error 1
make[3]: Leaving directory `/home/pieter/php-4.1.2/sapi/apache2filter'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/pieter/php-4.1.2/sapi/apache2filter'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/pieter/php-4.1.2/sapi'
make: *** [all-recursive] Error 1 |