Home > Archive > PHP Programming > July 2004 > SimpleXML
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
|
|
| Håvard Olerud Eriksen 2004-07-28, 8:57 pm |
| What, besides the new php 5.0 zip package, do I need to get SimpleXML to
work on my testing server? The docs say to copy libxml2.dll to the system32
directory but I can't find this dll anywhere in the binary package (or
anywhere else for that matter). I'm running IIS 6.0 fwiw.
Håvard
| |
| CJ Llewellyn 2004-07-28, 8:57 pm |
| "Håvard Olerud Eriksen" <hereriks@PANTSyahoo.com> wrote in message
news:2mplrrFphantU1@uni-berlin.de...
> What, besides the new php 5.0 zip package, do I need to get SimpleXML to
> work on my testing server? The docs say to copy libxml2.dll to the
system32
> directory but I can't find this dll anywhere in the binary package (or
> anywhere else for that matter). I'm running IIS 6.0 fwiw.
http://xmlsoft.org/sources/win32/
| |
| Håvard Olerud Eriksen 2004-07-28, 8:57 pm |
| >
> http://xmlsoft.org/sources/win32/
Thanks.
I'm still getting Fatal error: Call to undefined function:
simplexml_load_string() in C:\Inetpub\php\xml\xmltest.php on line 35 when I
try to run my test script. Any idea what's wrong?
|
|
|
|
|