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

 ID:                 31570
 Comment by:         tynach2 at gmail dot com
 Reported by:        twadzilla at gmail dot com
 Summary:            PHP unable to resolve relative paths in __destruct()
                     upon unloading page
 Status:             No Feedback
 Type:               Bug
 Package:            Scripting Engine problem
 Operating System:   Redhat 9
 PHP Version:        5CVS-2005-01-16
 Block user comment: N
 Private report:     N

 New Comment:

Hi, I'm having the same issue in 5.3.3, however I can 'include' a file inside a 
destructor, but I cannot include a file inside of the included file inside of 
the destructor.


Previous Comments:
------------------------------------------------------------------------
[2009-10-24 19:37:24] wooptoo at gmail dot com

I am experiencing this bug too in PHP 5.3.0 on Linux x86_64.
I run Apache with PHP as a module. PHP changes root to / on __destruct.

------------------------------------------------------------------------
[2008-04-24 17:32:46] inspiretheweb at googlemail dot com

This problem still exists in PHP 5.2.5 (Mac OS X, Apache 2.2), and is quite a 
nuisance to be honest.

It seems to be due to the fact that the current working directory changes to 
'/' before object-destructors are called (at least under Apache).

Although this is noted at http://php.net/manual/en/language.oop5.decon.php, I 
think that object destructors should be called before any changes are made to 
the current working directory.

For developers who are unaware of this behavior, it is going to be quite 
difficult for them to debug the issue in their application. If for any reason 
this behavior is not going to change, it should at least be displayed as a 
warning in the PHP manual, rather than a small notice.

------------------------------------------------------------------------
[2006-05-25 01:19:58] paul at stunning-stuff dot com

Hi,

I'm using PHP 5.1.4 and this bug still exists.
Including or requiring a file in the destructor using a relative path spits out 
an error.

It seems to me that any user-made code, including destructors should always be 
called before PHP cleans up anything.

Thanks,

Paul

------------------------------------------------------------------------
[2005-05-02 01:00:05] 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".

------------------------------------------------------------------------
[2005-04-24 16:50:45] sni...@php.net

Please try using this CVS snapshot:

  http://snaps.php.net/php5-latest.tar.gz
 
For Windows:
 
  http://snaps.php.net/win32/php5-win32-latest.zip



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


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=31570


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

Reply via email to