This question has been often answered ...
If you have no time or dont want to use 4.3-dev,
you can just insert a NULL as third parameter of the two calls
to ap_register_input_filter and ap_register_output_filter
lines 534 and 535 of  /....../php-4.2.2/sapi/apache2filter/sapi_apache2.c

[ Due to a change in Apache Api since 20.39 ]

William Nyden wrote:

> I get the same errors. Red Hat 7.3 evaluation.
>
> Luis E. Collado T. wrote:
>
>>  i tried to installling PHP and Apache 2 using URL: 
>> http://www.geocities.com/honey_jal/. I got the following error:
>>
>> Making all in apache2filter
>> make[2]: Cambiando a directorio `/php-4.2.2/sapi/apache2filter'
>> make[3]: Cambiando a directorio `/php-4.2.2/sapi/apache2filter'
>> /bin/sh /php-4.2.2/libtool --silent --mode=compile gcc  -I. 
>> -I/php-4.2.2/sapi/apache2filter -I/php-4.2.2/main -I/php-4.2.2 
>> -I/wwwroot/include -I/php-4.2.2/Zend -I/php-4.2.2/ext/mysql/libmysql 
>> -I/php-4.2.2/ext/xml/expat  -D_REENTRANT -I/php-4.2.2/TSRM -DTHREAD=1 
>> -g -O2 -pthread -DZTS -prefer-pic  -c sapi_apache2.c
>> sapi_apache2.c: In function `php_register_hook':
>> sapi_apache2.c:534: warning: passing arg 3 of 
>> `ap_register_output_filter' makes pointer from integer without a cast
>> sapi_apache2.c:534: too few arguments to function 
>> `ap_register_output_filter'
>> sapi_apache2.c:535: warning: passing arg 3 of 
>> `ap_register_input_filter' makes pointer from integer without a cast
>> sapi_apache2.c:535: too few arguments to function 
>> `ap_register_input_filter'
>> make[3]: *** [sapi_apache2.lo] Error 1
>> make[3]: Saliendo directorio `/php-4.2.2/sapi/apache2filter'
>> make[2]: *** [all-recursive] Error 1
>> make[2]: Saliendo directorio `/php-4.2.2/sapi/apache2filter'
>> make[1]: *** [all-recursive] Error 1
>> make[1]: Saliendo directorio `/php-4.2.2/sapi'
>> make: *** [all-recursive] Error 1
>>
>> may any help me?
>>
>> Thanks
>
>
>


-- 
PHP Install Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to