ID:               13673
 Comment by:       [EMAIL PROTECTED]
 Reported By:      [EMAIL PROTECTED]
 Status:           Bogus
 Bug Type:         *XML functions
 Operating System: WindowsMe & WindowsXP
 PHP Version:      4.0.4
 New Comment:

I believe that the problem is with the dll version as an older version
of php that the dll works its 46k in size
the latest release has a size of 388kb and won't load for me,


Previous Comments:
------------------------------------------------------------------------

[2001-10-15 11:50:31] [EMAIL PROTECTED]

RTFM:

http://www.php.net/manual/en/install.windows.php#install.windows.extensions


------------------------------------------------------------------------

[2001-10-15 11:26:58] [EMAIL PROTECTED]

I can load php_gd.dll but cannot load php_domxml.dll.
They are under the same directory.
I have configured the php.ini as follows:

......
;extension=php_db.dll
;extension=php_dba.dll
;extension=php_dbase.dll
extension=php_domxml.dll
;extension=php_dotnet.dll
;extension=php_exif.dll
;extension=php_fdf.dll
;extension=php_filepro.dll
extension=php_gd.dll
;extension=php_gettext.dll
;extension=php_ifx.dll
......

and set the extension_dir as follows:
extension_dir="d:\PHP\"

I am sure the .dll files are under this directory.
But every time I run a .php script through PWS server with PHP as a CGI
service,it echo the warning message:

PHP Warning: Unable to load dynamic library 'd:\PHP\php_domxml.dll' 

I need your help,thanks.

------------------------------------------------------------------------


-- 
Edit this bug report at http://bugs.php.net/?id=13673&edit=1

Reply via email to