php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #12783 xmlDocFile needs absolute path
Submitted: 2001-08-16 00:30 UTC Modified: 2002-10-27 19:36 UTC
From: nick at linuxmail dot org Assigned:
Status: Not a bug Package: DOM XML related
PHP Version: 4.3.0-dev OS: WinME
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: nick at linuxmail dot org
New email:
PHP Version: OS:

 

 [2001-08-16 00:30 UTC] nick at linuxmail dot org
When loading an XML file with xmlDocFile using a relative path (ie the XML is in the same dir as the script), I get:

Fatal error: Call to a member function on a non-object in [script] at line [#]

The line it points to is the first time I try to reference the object returned by xmlDocFile. If I change this to an absolute path, it works fine. I've verified that the cwd is what I think it is, so... any ideas?

cheers,
    nick

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2001-11-29 08:28 UTC] mfischer@php.net
For some reason PHP behaves a bit different under win32 than linux:

win32:

C:\phpdev>php -f bla/xmldocfiletest.php
current dir is C:\phpdev

linux:
$ php -f subtest/xmldocfiletest.php 
path is /home/mfischer/src/php/bugtest/domxml/subtest

See the difference?

This tests where run with a call to the system call (!) getcwd() [not php's user function] before the actual file IO happens through libxml2. So this is not a domxml problem but a general PHP problem.

Reclassifying (anyone know a better type?).
 [2002-09-20 19:57 UTC] iliaa@php.net
updated version.
 [2002-10-27 19:36 UTC] sterling@php.net
This is not a php problem, but a regular windows problem.  Windows is a problem, but its not our fault :)
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sun Dec 22 01:01:30 2024 UTC