Index: /branches/1.2/ChangeLog
===================================================================
--- /branches/1.2/ChangeLog	(revision 422)
+++ /branches/1.2/ChangeLog	(revision 423)
@@ -5,4 +5,5 @@
 == ChangeLog ==
  * #86: remove/edit variable in admin page
+ * 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
Index: /branches/1.2/NEWS
===================================================================
--- /branches/1.2/NEWS	(revision 422)
+++ /branches/1.2/NEWS	(revision 423)
@@ -1,4 +1,5 @@
 1.2.1 2007-?-?
 ========
+ * compatibility fix for apache 1.x
  * full Zend Optimizer compatibility
  * ini settings changed
Index: /branches/1.2/xcache.c
===================================================================
--- /branches/1.2/xcache.c	(revision 422)
+++ /branches/1.2/xcache.c	(revision 423)
@@ -2704,4 +2704,9 @@
 	}
 	UNREGISTER_INI_ENTRIES();
+
+	xc_module_gotup = 0;
+	xc_zend_extension_gotup = 0;
+	xc_zend_extension_faked = 0;
+
 	return SUCCESS;
 }
