php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #12182 include of an include is not reloaded
Submitted: 2001-07-16 02:26 UTC Modified: 2001-07-16 02:47 UTC
From: elkner at linofee dot org Assigned:
Status: Not a bug Package: Scripting Engine problem
PHP Version: 4.0.4 OS:
Private report: No CVE-ID: None
 [2001-07-16 02:26 UTC] elkner at linofee dot org
I use webpage.php scripts, which include a default.php script at the beginning, which itself includes another stdlib.php script.

Unfortunately, I may change a function in stdlib.php, but I'll never see any difference when I call the function in the webpage.php script. It still uses the old version of the modified function :((

Any hints?

Regards,
jens.

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2001-07-16 02:47 UTC] rasmus@php.net
Impossible - unless you are using some sort of cache system in which case
the bug is there.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Apr 19 19:01:28 2024 UTC