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
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: zodiacxp at web dot de
New email:
PHP Version: OS:

 

 [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

Pull Requests

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-2025 The PHP Group
All rights reserved.
Last updated: Fri Mar 14 15:01:30 2025 UTC