diff --git a/reference/cubrid/configure.xml b/reference/cubrid/configure.xml
index 63946f136c..c8ee7ec276 100644
--- a/reference/cubrid/configure.xml
+++ b/reference/cubrid/configure.xml
@@ -9,11 +9,11 @@
Installing PHP for Windows
- Create a directory named CUBRID in the directory where PHP is installed, and then copy the cubrid_err.msg file and the .dll file of the cubrid_php version you just downloaded. If you download CUBRID PHP version 5.1.4, add required settings as shown in the example below by editing the php.ini file.
+ Create a directory named CUBRID in the directory where PHP is installed, and then copy the cubrid_err.msg file. Also copy the .dll file of the cubrid_php you have just downloaded to the php extension directory (default C:\PHP\ext - see extension_dir from php.ini). If you download CUBRID PHP version 5.1.4, add required settings as shown in the example below by editing the php.ini file.
&reftitle.runtime;
- &no.config;
+
+ Edit the php.ini file and add following text:
+
+
+
+ [CUBRID]
+ cubrid.err_path = C:\PHP\CUBRID
+ ;for Linux, cubrid.err_path = /home/cubrid/CUBRID/msg
+
+
+
+ Here's a short explanation:
+
+
+
+
+
+ cubrid.err_path
+
+
+
+
+ The path to the folder where cubrid_err.msg file can be found. This file contains the error messages that CUBRID uses in case of some errors.
+
+
+
+
+
+