Hi,

I have PHP 4.3.7 and Apache 1.3.31 running on Windows XP.  I am trying
to get the Curl and dom xml modules working.  PHP is running as a module
under apache with the following commands in the httpd.conf file

LoadModule php4_module php/php4apache.dll

AddModule mod_php4.c

AddType application/x-httpd-php .php .php4


My php.ini has the following commands

extension=php_curl.dll

extension=php_domxml.dll


I have copied the following dll's into my \windows\system32 directory

Libeay32.dll
Ssleay32.dll
Libxml2.dll
Php4ts.dll
Php_curl.dll
Php_domxml.dll

When I run a simple program on either dom xml or curl I get undefined
function on the initialization function ( ex. curl_init  ).

Other PHP programs work fine so I know php is working.  Running
php_info(), I do not see dom xml or curl listed.

What am I doing wrong in the configuration?  


Thanks,

-------------------------------
Jim Boyer
Systems Programmer
College of Agriculture, Human, and Natural Resource Sciences 
Washington State University
509.335.2838

Reply via email to