Zend, PHP, and XML

Sharky Forums


Results 1 to 2 of 2

Thread: Zend, PHP, and XML

  1. #1
    Expensive Sushi
    Join Date
    Nov 2000
    Location
    Toronto, Ontario, Canada
    Posts
    42

    Zend, PHP, and XML

    Hi,
    I'm currently using the Zend Studio IDE to develop a php project. I am trying to use the xml functions, and every time I try to call one, I get the message
    "Call to undefined function: domxml_open_file()". This seems strange to me because in code completion, zend finds the domxml functions, and my php version is 4.2.1.

    Do I have to include something else to my project to get this to work?


    Thanks,

    Mike
    Warplaver
    ------------------
    Offer lease options to people who are bad at math.

  2. #2
    Ursus Arctos Moderatis Grizzly's Avatar
    Join Date
    Sep 2000
    Location
    Providence, RI USA
    Posts
    3,077
    I'd suggest trying to upgrade to the newest version of PHP. The Zend package was probably not compiled in your 4.2.1 installation.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •