[PHP-dev 289] php-4.2.0RC2+apache-2.0.35

Shigeki Mimura php-dev@php.gr.jp
Tue, 09 Apr 2002 16:50:45 +0900 (JST)


三村です。

apache-2.0.35が正式リリースになった事なので
php-4.2.0RC2をapache2のmoduleとしてbuildしてみました。
その結果build出来ませんでした。
まだソースには手をつけていないのですが、とりあえず報告を。

環境
FreeBSD 4-stable(2002/3/20頃のもの)
PHP-4.2.0RC2
apache-2.0.35

configureオプション
--with-apxs2=/usr/local/apache2/bin/apxs
--enable-mbstring
--without-mysql
--enable-mbstr-enc-trans
--with-openssl=/usr
--enable-sysvsem
--enable-sysvshm
--with-tsrm-pth

errorメッセージ
sapi_apache2.c: In function `php_apache_sapi_ub_write':
sapi_apache2.c:58: too few arguments to function `apr_brigade_create'
sapi_apache2.c:61: too few arguments to function `apr_bucket_transient_create'
sapi_apache2.c: In function `php_apache_sapi_flush':
sapi_apache2.c:174: too few arguments to function `apr_brigade_create'
sapi_apache2.c:175: too few arguments to function `apr_bucket_flush_create'
sapi_apache2.c: In function `php_input_filter':
sapi_apache2.c:257: too few arguments to function `apr_brigade_create'
sapi_apache2.c: In function `php_output_filter':
sapi_apache2.c:331: too few arguments to function `apr_brigade_create'
sapi_apache2.c:386: too few arguments to function `apr_bucket_transient_create'
sapi_apache2.c:395: too few arguments to function `apr_bucket_eos_create'