php4apache.dll uses plain apache 1.3 API,this module might crash under EAPI
429127Sep 8 2004 — edited Oct 19 2004Hi,
I am a total PHP beginner.
I am trying to install and configure Oracle, PHP, and Apache on Windows XP. For this purpose I am trying to follow the installation guide that I found on http://www.oracle.com/technology/tech/opensource/php/apache/inst_php_apache_windows.html.
I have first installed the Oracle 9i DB server on my E drive, which has by default created the following directory which contains the APACHE exe file
E:\oracle\product\10.1.0\db_1\Apache\Apache\
(it is Apache 1.3.22)
I have downloaded php 4.3.8 from php.net and have been through the following steps given by the guide.
I have copied the php.ini and edited it (uncomment the extension=php_oci8.dll line and specified the doc_root as E:\oracle\product\10.1.0\db_1\Apache\Apache\htdocs).
I have copied php4ts.dll and php_oci8.dll to E:\oracle\product\10.1.0\db_1\Apache\Apache\
i have edited the httpd.conf file by adding the 3 following lines:
LoadModule php4_module e:/php-4.3.8/sapi/php4apache.dll
AddModule mod_php4.c
<IfModule mod_php4.c>AddType application/x-httpd-php .php
</IfModule>
When i start the Apache server i get:
e:/php-4.3.8/sapi/php4apache.dll/php4apache.dll uses plain apache 1.3 API, this module might crash under EAPI!
Apache seems to be working fine and to run php. The "hello world" test runs fine as well.
Is this EAPI error a problem? (some forums seem to be implying that it is not a major error but a warning)
If yes, I can I solve it?
Your help would be very much appreciated.
If needed, my email is dude7474uk@yahoo.com. please feel free to use it.
Frankie