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

 ID:                 49051
 Comment by:         ekschperte at mysc dot de
 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

 New Comment:

I have the same problem...XP SP3 32bit

$xml->openURI('data/file.xml'); -> DOES NOT WORK!

The code works on 5.2.9. :-(


Previous Comments:
------------------------------------------------------------------------
[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

------------------------------------------------------------------------
[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".

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


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

Reply via email to