Index: /trunk/xcache.c
===================================================================
--- /trunk/xcache.c	(revision 416)
+++ /trunk/xcache.c	(revision 425)
@@ -2880,4 +2880,9 @@
 	}
 	UNREGISTER_INI_ENTRIES();
+
+	xc_module_gotup = 0;
+	xc_zend_extension_gotup = 0;
+	xc_zend_extension_faked = 0;
+
 	return SUCCESS;
 }
Index: /trunk/NEWS
===================================================================
--- /trunk/NEWS	(revision 407)
+++ /trunk/NEWS	(revision 425)
@@ -1,4 +1,5 @@
 2.0.0 2007-?-?
 ========
+ * compatibility fix for apache 1.x
  * full Zend Optimizer compatibility
 
Index: /trunk/ChangeLog
===================================================================
--- /trunk/ChangeLog	(revision 424)
+++ /trunk/ChangeLog	(revision 425)
@@ -10,5 +10,6 @@
  * wrong http auth realm
  * #86: remove/edit variable in admin page
- * fixed #94: Garbage collector disabled when xcache.cacher set to off 
+ * fixed #101, #105: Fixed compatibility issue for apache 1.x
+ * fixed #94: Garbage collector disabled when xcache.cacher set to off
  * fixed #92: Zend Optimizer compatibility issue
  * fixed #77: hits/misses was not updated
