From 2418ed7fcc5ba7ac450744a99b7eabbafb61968d Mon Sep 17 00:00:00 2001 From: Esen Sagynov Date: Tue, 10 Aug 2010 10:16:50 +0000 Subject: [PATCH] Installation and Runtine Configuration update git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@302071 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/cubrid/configure.xml | 4 ++-- reference/cubrid/setup.xml | 30 +++++++++++++++++++++++++++++- 2 files changed, 31 insertions(+), 3 deletions(-) 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. + + + + + +