[PEAR-BUG] Bug #17583 [NEW]: PEAR2\Pyrus\Registry\Xml unwriteable/none existing folder

[email protected] ("warnar at dmmw dot nl") Tue, 13 Jul 2010 11:59:39 +0000 (GMT)
Newsgroups php.pear.doc
Message-ID <[email protected]>
From:             boekkooi
Operating system: Windows 7 x64
Package version:  
PHP version:      5.3.1
Package:          Documentation
Bug Type:         Bug
Bug description:  PEAR2\Pyrus\Registry\Xml unwriteable/none existing folder

Description:
------------
Create a Xml Registry with a unwriteable/none existing folder.
No exception is thrown.

Test script:
---------------
$xml = new PEAR2\Pyrus\Registry\Xml('C:\LLALALALALALALALALA');

Expected result:
----------------
Exception: 'Cannot create Xml registry'


Actual result:
--------------
Registry is created without exception.

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