Ver Mensaje Individual
  #1 (permalink)  
Antiguo 14/12/2006, 10:15
Andrecito
 
Fecha de Ingreso: febrero-2004
Ubicación: Bogotá, Colombia
Mensajes: 191
Antigüedad: 20 años, 3 meses
Puntos: 1
Exclamación DOMXML extension

Amigos, el lio q tengo es q necesito comenzar a trabajar con XML's y obviamente necesito mi PHP configurado para que pueda utilizar las funciones DOM.
Ya he hecho todo lo q dicen los foros:
1) download the PHP-Win32 binary installation from www.php.net
2) download the PHP-Win32 ZIP package that contains all dll's , extensions, APIs and stuff from www.php.net
3) Install PHP binary to c:\PHP
4) unzip the ZIP package to c:\PHP (you should see more subdirectories now)
4a) add the following lines to your Apache httpd.conf file:
LoadModule php4_module c:/php/sapi/php4apache2.dll
AddType application/x-httpd-php .php
The c:/php/sapi/php4apache2.dll was contained in the PHP Win32 ZIP file that you extracted in step 2
5) open php.ini in C:\WINDOWS
6) in php.ini locate the extension path and change the line extension_dir = "./" to
extension_dir = "C:\PHP\extensions"
7) in php.ini locate the line ;extension=php_domxml.dll and remove the ; sign
8) copy iconv.dll from c:\php\dlls to c:\windows\system32
9) download domxml.zip from http://www.firepages.com.au/public/domxml.zip
10) copy the libxml2.dll from domxml.zip to c:\windows\system32
11) The php_domxml.dll should already exist in your c:\php\extensions directory (was also contained in PHP Win-32 ZIP file in step 2)
12) stop and restart your Apache / IIS

Pero al reiniciar el Apcahe me sale un error donde NO encuentra la extension php_domxml.dll en la ruta XXX lo cual es falso xq la dll sí la tengo en ese dir.
Alguno me puede dar una mano con eso???

De antemano, muchas gracias.