Re: [PHP] xmldoc undefined with domxml apparently enabled

2002-01-07 Thread Luca

Luca <[EMAIL PROTECTED]> wrote:

> Hi,
> I can't get DOMXML to work.

After posting a similar message to the php-windows mailing list
(and getting no definitive answer), I filed a bug report
(http://bugs.php.net/?id=14854) which was marked as bogus with
a suggestion to "ask support questions at [EMAIL PROTECTED]".
I did (it's the message I'm replying to), but the question is
still unanswered. Please don't get me wrong: I'm not complaining
about not getting any replies, but I thought the comment above
implied that this was not a bug but a (more or less) common
problem, and someone would know how to solve it. Now, after
perusing the documentation, searching the mailing lists archives,
posting in two of them, and searching the web, I still have found
no answers... Why then was my bug report marked as bogus?

Best regards,
Luca (a bit confused)



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




[PHP] xmldoc undefined with domxml apparently enabled

2002-01-05 Thread Luca

Hi,
I can't get DOMXML to work. The line

   $doc = xmldoc($xml); // (line 26)

(where $xml is a string containing a valid xml document) raises
a fatal error:

"Fatal error: Call to undefined function:  xmldoc() in
d:\...\class.xmltemplate.php on line 26"

I'm running PHP 4.1.1 as an Apache module with Apache 1.3.22 on
Win98 (but I was experiencing the same problem with PHP 4.0.6, 4.0.7,
4.1.0 and Apache 1.3.14). All the required dlls (libxml2.dll,
iconv-1.3.dll) have been copied to the system directory, and
phpinfo() tells me that DOMXML is enabled (with libxml 2.4.1).

Same problem with xmldocfile().

Best regards,
Luca



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]