php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #45962 __destruct use wrong directory
Submitted: 2008-09-01 01:56 UTC Modified: 2008-09-01 07:12 UTC
From: zodiacxp at web dot de Assigned:
Status: Not a bug Package: Class/Object related
PHP Version: 5.2.6 OS: Vista
Private report: No CVE-ID: None
 [2008-09-01 01:56 UTC] zodiacxp at web dot de
Description:
------------
__destruct seems to change the path

Reproduce code:
---------------
	function __destruct()
	{
		file_put_contents("find.me", "foo");
	}

Expected result:
----------------
I expect that it stay in the path of the script, or the script from in which the object is.

Actual result:
--------------
It stores the file somewhere else.
My PHP path: E:\xammp\php\
MyDocuments: E:\xammp\htdocs\e-workspace\
Found the file in E:\xammp

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2008-09-01 07:12 UTC] jani@php.net
Thank you for taking the time to write to us, but this is not
a bug. Please double-check the documentation available at
http://www.php.net/manual/ and the instructions on how to report
a bug at http://bugs.php.net/how-to-report.php


 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Apr 19 06:01:29 2024 UTC