#27479 [Opn->Fbk]: Dont report errors on domxml_open_mem

2004-03-06 Thread iliaa
 ID:   27479
 Updated by:   [EMAIL PROTECTED]
 Reported By:  pet at iv dot ua
-Status:   Open
+Status:   Feedback
 Bug Type: DOM XML related
 Operating System: FreeBSD 5.2.1
 PHP Version:  4.3.4
 New Comment:

Please try using this CVS snapshot:

  http://snaps.php.net/php4-STABLE-latest.tar.gz
 
For Windows:
 
  http://snaps.php.net/win32/php4-win32-STABLE-latest.zip

Works fine (prints errors found) with latest CVS. 


Previous Comments:


[2004-03-03 07:51:26] pet at iv dot ua

Sorry.

xml must be:



$xml = ' 

 ]>';



[2004-03-03 07:34:44] pet at iv dot ua

DOM/XML API Version  20020815  

libxml Version  20607  



Configure Command

'./configure' '--enable-versioning' '--enable-memory-limit'
'--with-layout=GNU' '--with-zlib-dir=/usr' '--disable-all'
'--with-regex=php' '--disable-cli' '--enable-ctype'
'--with-dom=/usr/local' '--with-dom-xslt=/usr/local'
'--with-dom-exslt=/usr/local' '--with-iconv-dir=/usr/local'
'--with-iconv=/usr/local' '--with-mnogosearch=/usr/local'
'--with-mysql=/usr/local' '--enable-overload' '--with-pcre-regex=yes'
'--enable-posix' '--enable-tokenizer' '--with-expat-dir=/usr/local'
'--enable-xml' '--enable-xslt' '--with-xslt-sablot=/usr/local'
'--with-zlib=yes' '--with-apxs2=/usr/local/sbin/apxs'
'--prefix=/usr/local' 'i386-portbld-freebsd5.2.1'



[2004-03-03 06:10:45] [EMAIL PROTECTED]

Works for me.



Which libxml2 version are you using (phpinfo() should 

tell you that)?



chregu



[2004-03-03 06:02:56] pet at iv dot ua

Description:

Its undocumented arguments of function domxml_open_mem

but on previous version php all work.



Note: no return "well-formed" errors. 

If document not valid errors returned

Reproduce code:
---
//not well-formed document

$xml = '';



$dom = domxml_open_mem($xml, DOMXML_LOAD_VALIDATING, $Errors);



if(!Empty($Errors)){

echo "Error found"

}else{

echo "Document valid"

}

Expected result:

Error found

Actual result:
--
Document valid





-- 
Edit this bug report at http://bugs.php.net/?id=27479&edit=1


#27479 [Opn->Fbk]: Dont report errors on domxml_open_mem

2004-03-03 Thread chregu
 ID:   27479
 Updated by:   [EMAIL PROTECTED]
 Reported By:  pet at iv dot ua
-Status:   Open
+Status:   Feedback
 Bug Type: DOM XML related
 Operating System: FreeBSD 5.2.1
 PHP Version:  4.3.4
 New Comment:

Works for me.



Which libxml2 version are you using (phpinfo() should 

tell you that)?



chregu


Previous Comments:


[2004-03-03 06:02:56] pet at iv dot ua

Description:

Its undocumented arguments of function domxml_open_mem

but on previous version php all work.



Note: no return "well-formed" errors. 

If document not valid errors returned

Reproduce code:
---
//not well-formed document

$xml = '';



$dom = domxml_open_mem($xml, DOMXML_LOAD_VALIDATING, $Errors);



if(!Empty($Errors)){

echo "Error found"

}else{

echo "Document valid"

}

Expected result:

Error found

Actual result:
--
Document valid





-- 
Edit this bug report at http://bugs.php.net/?id=27479&edit=1