Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[APIS-806] 10.2 Driver Release #35

Merged
merged 33 commits into from
Dec 16, 2019
Merged
Changes from all commits
Commits
Show all changes
33 commits
Select commit Hold shift + click to select a range
649a92e
revert tests directory to bb6ddb8f8b8e635385417ae5a68c9785613bbbca (…
gwangil-choi Sep 15, 2017
6d2f3a2
[APIS-761] PHP driver Crashed while PHP7 running with cubrid_connect …
beyondykk9 Sep 15, 2017
fc52bc5
add tests_7 and tests2_7, separate testcase for php7 cubrid driver (#16)
gwangil-choi Sep 27, 2017
ef81e81
[APIS-763] PHP7 driver returns warning message while calling cubrid_s…
beyondykk9 Sep 27, 2017
5ab7235
modify EXPECTF of phpt (#18)
gwangil-choi Dec 20, 2017
1649837
modified cubrid_close, fetch_cubrid_connect, and php_cubrid_fetch_has…
beyondykk9 Dec 20, 2017
84bfd57
Revert "modified cubrid_close, fetch_cubrid_connect, and php_cubrid_f…
kisoo-han Dec 20, 2017
8366846
[APIS-766] crashed while executing close and fetch-object function (#21)
beyondykk9 Dec 20, 2017
5a3c6ee
Apis 766 (#22)
beyondykk9 Dec 21, 2017
28013ce
Apis 769 (#23)
beyondykk9 Jan 30, 2018
ab070b0
Modify/Remove broken link in README (#24)
beyondykk9 Jul 9, 2018
f666506
[APIS-803] Driver Release for 10.2
beyondykk9 Nov 18, 2019
0714cec
[APIS-808] Modify sub-module reference to the new version 10.2 [cci-s…
beyondykk9 Dec 5, 2019
8217692
Apis 803 (#26)
beyondykk9 Dec 5, 2019
9a05289
Apis 808 (#27)
beyondykk9 Dec 5, 2019
0aa8b61
[APIS-808] Modify sub-module reference to the new version 10.2 [cci-src]
beyondykk9 Dec 5, 2019
59dcdee
[APIS-808] submodule cci-src deleted
beyondykk9 Dec 5, 2019
09c97aa
[APIS-808] Modify sub-module reference to the new version 10.2 [cci-src]
beyondykk9 Dec 5, 2019
55d19ed
[APIS-808] modify project files for 10.2 cci-src
beyondykk9 Dec 5, 2019
2b8f391
[APIS-808] modified config.m4 for correct include directory and build…
beyondykk9 Dec 5, 2019
710d0e0
[APIS-808] modified config.m4 and sub-module ref. as modifying cci-sr…
beyondykk9 Dec 6, 2019
d8e0451
[APIS-808] modified reference to submodule cc-src
beyondykk9 Dec 9, 2019
000606a
[APIS-806] README Changed to MD style
kisoo-han Dec 12, 2019
672adb7
Update README.md
kisoo-han Dec 12, 2019
6880f75
Update README.md
kisoo-han Dec 12, 2019
450305b
Update README.md
kisoo-han Dec 12, 2019
d9f2917
Update README.md
kisoo-han Dec 12, 2019
45ec019
[APIS-806] update testcases for 10.2 release (#28)
sjkimxxx Dec 13, 2019
25a5041
[APIS-806] 10.2 Driver Release - PHP (#29)
beyondykk9 Dec 13, 2019
caf5b33
updata link for 10.2 release (#32)
sjkimxxx Dec 16, 2019
99c0b91
Revert "updata link for 10.2 release (#32)" (#33)
sjkimxxx Dec 16, 2019
fb2a31e
[APIS-806] updata link for 10.2 release (#34)
sjkimxxx Dec 16, 2019
6b2419e
Merge branch 'master' into develop
sjkimxxx Dec 16, 2019
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 12 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,9 @@ CUBRID PHP Library is the official PHP Extension to connect to CUBRID Database.
```
For more information about CUBRID PHP Library, visit the web site:
```
https://www.cubrid.org/manual/en/10.1/api/php.html

https://www.cubrid.org/manual/en/10.2/api/php.html

```
For more information about CUBRID, visit the web site:
```
Expand All @@ -23,7 +25,9 @@ CUBRID and CUBRID APIs (including PHP APIs) are developed with open source proje


For more information about CUBRID APIs project, visit the web site:
https://www.cubrid.org/manual/en/10.1/api/index.html

https://www.cubrid.org/manual/en/10.2/api/index.html


For more information about CUBRID project, visit the web site:
https://github.com/CUBRID
Expand All @@ -38,7 +42,9 @@ CUBRID is distributed under two licenses,


For more information, visit the web site:
https://www.cubrid.org/manual/en/10.1/release_note/index.html#license

https://www.cubrid.org/manual/en/10.2/release_note/index.html#license



Build
Expand All @@ -50,7 +56,9 @@ http://ftp.cubrid.org/CUBRID_Drivers/PHP_Driver/

More detailed build manual can be found at:

https://www.cubrid.org/manual/en/10.1/api/php.html#installing-and-configuring-php

https://www.cubrid.org/manual/en/10.2/api/php.html#installing-and-configuring-php



Source modules
Expand Down