look in the bug database in http://www.php.net under php_functions.c keyword...
Do you really want http 2.0?
If your running a production system try this alternative...It's quick and easy with no hassles.
Apache 1.3.26
Php 4.2.1
Apache:
Step 1)./configure --enable-module=so
2) make
3) make install
Php
Step 4)
./configure --with-oci8=/ext/apps/oracle/8.0.5 --with-gd --with-apache=../apache1.3.26 --enable-track-vars
5) make
6) make install
Post Installation
Step 7) cp php.ini-dist /usr/local/lib
Step 8) In httpd.conf
LoadModule php4_module libexec/libphp4.so
AddType application/x-httpd-php .php
Step 9) /usr/local/apache/apachectl restart
Step 10) In /usr/local/apache/htdocs:
- create a sample php file with this content: <?php phpinfo(); ?>
Step 11) Access the file thru ur browser...
If you have other questions regarding PHP, feel free to email me. denvervender@hotmail.com