Skip to content

Commit a961591

Browse files
committedJan 20, 2016
First commit
0 parents  commit a961591

File tree

253 files changed

+112538
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

253 files changed

+112538
-0
lines changed
 

‎.gitmodules

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
[submodule "cci-src"]
2+
path = cci-src
3+
url = git@github.com:CUBRID/cubrid-cci.git

‎README

+48
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,48 @@
1+
CUBRID PHP Library
2+
=====================================
3+
4+
1. Overview
5+
6+
CUBRID PHP Library is the official PHP Extension to connect to CUBRID Database.
7+
8+
For more information about CUBRID PHP Library, visit the web site:
9+
http://www.cubrid.org/wiki_apis/entry/cubrid-php-driver
10+
11+
For more information about CUBRID, visit the web site:
12+
http://www.cubrid.org
13+
14+
2. Projects
15+
16+
CUBRID and CUBRID APIs (including PHP APIs) are developed with open source projects.
17+
18+
For more information about CUBRID APIs project, visit the web site:
19+
http://www.cubrid.org/wiki_apis/entry/cubrid-apis-wiki
20+
21+
For more information about CUBRID project, visit the web site:
22+
http://sourceforge.net/projects/cubrid/
23+
24+
3. License
25+
26+
CUBRID is distributed under two licenses, Database engine is under GPL v2 or
27+
later and the APIs are under BSD license.
28+
29+
For more information, visit the web site:
30+
http://www.cubrid.org/license
31+
32+
4. Build
33+
34+
The latest version of CUBRID PHP Library can be found at:
35+
http://www.cubrid.org/wiki_apis/entry/cubrid-php-driver
36+
37+
More detailed build manual can be found at:
38+
http://www.cubrid.org/wiki_apis/entry/cubrid-php-driver-installation-instructions
39+
40+
5. Source modules
41+
42+
CUBRID PHP Library source modules and its structure can be found at:
43+
http://svn.cubrid.org/cubridapis/php/
44+
45+
6. FAQ
46+
47+
If you have questions, have a look at the CUBRID PHP FAQ:
48+
http://www.cubrid.org/?mid=questions&tag=PHP

0 commit comments

Comments
 (0)
Please sign in to comment.