Edit report at https://bugs.php.net/bug.php?id=49051&edit=1

 ID:                 49051
 Comment by:         sinthia at fireflowdesign dot com
 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
 Block user comment: N
 Private report:     N

 New Comment:

I am having the same problem with a relative path on windows7.


Previous Comments:
------------------------------------------------------------------------
[2010-10-04 14:11:49] ekschperte at mysc dot de

I have the same problem...XP SP3 32bit
$xml->openURI('data/file.xml'); -> DOES NOT WORK!
The code works on 5.2.9. :-(

------------------------------------------------------------------------
[2010-06-13 03:35:48] dandandare at yahoo dot es

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?

------------------------------------------------------------------------
[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] paj...@php.net

@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

------------------------------------------------------------------------


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

    https://bugs.php.net/bug.php?id=49051


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

Reply via email to