Am I slow, php5 and php_dom.dll

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Berlin  Brown

    Am I slow, php5 and php_dom.dll

    I am reading this correctly, because it doesnt seem to match up. I
    downloaded the zip archive for php5 and Win32. I am trying to enable
    php_xml.dll? in the extensions, but the dll isnt there and of course I
    get the error, xmldoc does not exist. What am I missing?

    As of this date, latest php5 version zip from the php site for Win32.

    "Windows users will enable php_domxml.dll inside of php.ini in order to
    use these functions. In PHP 4 this DLL resides in the extensions/
    directory within the PHP Windows binaries download. You may download
    this PECL extension DLL from the PHP Downloads page or at
    http://snaps.php.net/. Also, there is one additional DLL that must be
    made available to your system's PATH in order for this extension to
    work. In PHP 4 this is in the dlls/ directory. It's name: For PHP <=
    4.2.0, it's libxml2.dll. For PHP >= 4.3.0, it's iconv.dll. And as of
    PHP 5.0.0, iconv is compiled into your Windows PHP binaries by default
    so no extra DLL is needed."

  • Berlin  Brown

    #2
    Re: Am I slow, php5 and php_dom.dll

    Actually, it says

    I added this and got the error, php_domxml.dll is missing.

    ;extension=php_ yaz.dll
    ;extension=php_ zip.dll
    extension=php_d omxml.dll

    I haven't download libxml2.dll. The docs are a little confusing here.

    php_domxml.dll DOM XML functions PHP <= 4.2.0 requires: libxml2.dll
    (bundled) PHP >= 4.3.0 requires: iconv.dll (bundled)

    Comment

    • Michael G

      #3
      Re: Am I slow, php5 and php_dom.dll


      "Berlin Brown" <berlin.brown@g mail.com> wrote in message
      news:1126119743 .826941.318190@ g44g2000cwa.goo glegroups.com.. .[color=blue]
      >I am reading this correctly, because it doesnt seem to match up. I
      > downloaded the zip archive for php5 and Win32. I am trying to enable
      > php_xml.dll? in the extensions, but the dll isnt there and of course I
      > get the error, xmldoc does not exist. What am I missing?
      >[/color]

      do you have the following directive set in your php.ini?

      ; Directory in which the loadable extensions (modules) reside.
      extension_dir = "c:\php\ext "

      Mike



      ----== Posted via Newsfeeds.Com - Unlimited-Uncensored-Secure Usenet News==----
      http://www.newsfeeds.com The #1 Newsgroup Service in the World! 120,000+ Newsgroups
      ----= East and West-Coast Server Farms - Total Privacy via Encryption =----

      Comment

      Working...