Jump to content

Recommended Posts

 

I'm getting a really odd behavior with php. It is caching my classes.

 

I have a very simple file:

 

<?php

class testclass{

}

?>

 

The first time I run the page it works correctly and creates the class. If I run it again it simply does this:

Fatal error: Cannot redeclare class testclass in C:\Inetpub\default\index.php on line 2

 

It doesn't matter what class name I use. The first time it executes it saves the class for future requests.

 

My setup is IIS 6 on Windows Server 2003

PHP 5.2.1 installed as an ISAPI extension.

 

If I restart IIS it seems to clear this cache and executes correctly the first time. But then it stays cached.

 

*note This also occurs with define such as:

define('test', true);

executes the first time, states it is already defined the second.

 

Anyone have any idea what would be causing this to happen? I've never seen this situation before.

Link to comment
https://forums.phpfreaks.com/topic/47445-php-caching-classes/
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.