Index: /trunk/ChangeLog
===================================================================
--- /trunk/ChangeLog	(revision 1201)
+++ /trunk/ChangeLog	(revision 1202)
@@ -7,5 +7,6 @@
  * improve compatibility with "the ionCube PHP Loader", Zend Optimizer
  * fix random crash when cache is reinitialized yet failed (Thanks to Brad Baker for generating crash dump)
- * fix ZTS thead safe
+ * fix locking impl: improve stability on threaded env
+ * diagnosis: undefined variable when ini is not found
 
 3.0.0 2012-10-29
Index: /trunk/NEWS
===================================================================
--- /trunk/NEWS	(revision 1201)
+++ /trunk/NEWS	(revision 1202)
@@ -3,5 +3,5 @@
 ========
  * bug fixes
- * fix ZTS thead safe
+ * improve stability on threaded env
  * improve compatibility with "the ionCube PHP Loader", Zend Optimizer
  * improve stability
Index: /trunk/htdocs/diagnosis/index.php
===================================================================
--- /trunk/htdocs/diagnosis/index.php	(revision 1201)
+++ /trunk/htdocs/diagnosis/index.php	(revision 1202)
@@ -81,5 +81,5 @@
 		echo sprintf(_T("Add extension=xcache.so (or xcache.dll) in %s"), $loadedIni);
 	}
-	else if (preg_match('!Configuration File \\(php.ini\\) Path *</td><td class="v">([^<]+)!', $info, $m)) {
+	else if (preg_match('!Configuration File \\(php.ini\\) Path *</td><td class="v">([^<]+)!', $loadedIni, $m)) {
 		echo sprintf(_T("Please put a php.ini in %s and add extension=xcache.so (or xcache.dll) in it"), $iniDirectory);
 	}
