Edit report at http://bugs.php.net/bug.php?id=49051&edit=1
ID: 49051
Comment by: dandandare at yahoo dot es
Reported by: major at minet dot sk
Summary: XMLWriter::openURI() cannot resolve file path
containing slash
Status: No Feedback
Type: Bug
Package: XML Writer
Operating System: Vista 32bit
PHP Version: 5.3.0
New Comment:
PHP Version: 5.3.1
OS Version: XP SP3 32bit
$xml->openURI('file.xml'); -> ok!
$xml->openURI('../file.xml'); -> ok!
$xml->openURI('xml/file.xml'); -> DON'T WORK!
$xml->openURI('../xml/file.xml'); -> DON'T WORK!
Don't work when you tries to access to a directory, why?
Previous Comments:
------------------------------------------------------------------------
[2010-02-24 01:00:02] php-bugs at lists dot php dot net
No feedback was provided for this bug for over a week, so it is
being suspended automatically. If you are able to provide the
information that was originally requested, please do so and change
the status of the bug back to "Open".
------------------------------------------------------------------------
[2010-02-16 10:09:30] [email protected]
@afpral dot com at gmail dot com
Be sure that the directory exists (data/).
------------------------------------------------------------------------
[2010-02-16 09:57:30] afpral dot com at gmail dot com
Warning: XMLWriter::openUri() [xmlwriter.openuri]: Unable to resolve
file path
With DIRECTORY_SEPARATOR uri to
not the same issue with only file name.
Parse filepath problem
------------------------------------------------------------------------
[2009-08-01 01:00:01] php-bugs at lists dot php dot net
No feedback was provided for this bug for over a week, so it is
being suspended automatically. If you are able to provide the
information that was originally requested, please do so and change
the status of the bug back to "Open".
------------------------------------------------------------------------
[2009-07-24 17:12:20] [email protected]
Since when is 'data/file.xml' a valid URI? Try with proper URI instead.
------------------------------------------------------------------------
The remainder of the comments for this report are too long. To view
the rest of the comments, please view the bug report online at
http://bugs.php.net/bug.php?id=49051
--
Edit this bug report at http://bugs.php.net/bug.php?id=49051&edit=1