This is a discussion on Installing Extensions for PHP on Windows XP within the PHP Language forums, part of the PHP Programming Forums category; I use PHP on a windows xp machine and have problem installing PHP extensions. How can i install php extensions ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
I use PHP on a windows xp machine and have problem installing PHP
extensions. How can i install php extensions on windows xp. I use apache 2.x. I am particularly interested in installing php_domxml.dll.... Any help would be greatly appreciated.... |
|
|||
|
In article <7c47c60.0406100023.4c2574f2@posting.google.com> , killu007 wrote:
> I use PHP on a windows xp machine and have problem installing PHP > extensions. How can i install php extensions on windows xp. I use > apache 2.x. > > I am particularly interested in installing php_domxml.dll.... Edit your php.ini Make sure your extension_dir points to the right directory. Remove the ; before extension=php_domxml.dll. Reload apache. -- Tim Van Wassenhove <http://home.mysth.be/~timvw/contact.php> |