Hello,

I am using Apache 1.3.27 in a Win XP computer and I used to run PHP
4.2.3 and I tried to upgrade to PHP 4.3.0 but I get the following
errors:

 

I deleted the old PHP 4.2.3 from my computer and the configuration lines
in httpd.conf. I inserted the following lines:

 

   LoadModule php4_module c:/php/sapi/php4apache.dll

   AddModule mod_php4.c

   AddType application/x-httpd-php .php

 

It said that mod_php4.c was already loaded so, I restarted the server
again, checked that no other line contained "AddModule mod_php4.c" and
it still came up. I decided to delete the line "AddModule mod_php4.c"
but I get the following error:

 

[Warn] Loaded DSO c:/php/sapi/php4apache.dll uses plain Apache 1.3 API,
this module might crash under EAPI! (Please recompile it with -DEAPI)

Reply via email to