From 5f57940711b340b424e64718465f0b2078558660 Mon Sep 17 00:00:00 2001 From: sjkim777 <42533491+sjkim777@users.noreply.github.com> Date: Mon, 16 Dec 2019 10:21:06 +0900 Subject: [PATCH] [APIS-806] 10.2 Driver Release (#35) * revert tests directory to bb6ddb8f8b8e635385417ae5a68c9785613bbbca (#13) * revert to bb6ddb8f8b8e635385417ae5a68c9785613bbbca * add largeFile/large.tar.gz * change tests/testcase * [APIS-761] PHP driver Crashed while PHP7 running with cubrid_connect (#14) * add tests_7 and tests2_7, separate testcase for php7 cubrid driver (#16) * [APIS-763] PHP7 driver returns warning message while calling cubrid_set_autocommit (#17) * modify EXPECTF of phpt (#18) * modified cubrid_close, fetch_cubrid_connect, and php_cubrid_fetch_hash for correction (#19) * Revert "modified cubrid_close, fetch_cubrid_connect, and php_cubrid_fetch_hash for correction (#19)" (#20) This reverts commit 16498371e17fbeb3e7751e039ebb2764a4e83d67. * [APIS-766] crashed while executing close and fetch-object function (#21) * Apis 766 (#22) * [APIS-766] crashed while executing close and fetch-object function * updated to PHP driver version 10.1.0.0003 * Apis 769 (#23) * [APIS-769] Updating and separating solution files of Windows builds for PHP5 and PHP7 * [APIS-769] Updating and separating solution files of Windows builds for PHP5 and PHP7 * [APIS-769] Updating and separating solution files of Windows builds for PHP5 and PHP7 * [APIS-769] Updating and separating solution files of Windows builds for PHP5 and PHP7 * Modify/Remove broken link in README (#24) [APIS-773] Modify/Remove broken link in README * [APIS-803] Driver Release for 10.2 * [APIS-808] Modify sub-module reference to the new version 10.2 [cci-src] (#25) * Apis 803 (#26) * [APIS-803] Driver Release for 10.2 * [APIS-803] Driver Release for 10.2 - project file modified * Apis 808 (#27) * [APIS-808] Modify sub-module reference to the new version 10.2 [cci-src] * [APIS-808] modify project files for cci-src sub-module 10.2 ver * [APIS-808] Modify sub-module reference to the new version 10.2 [cci-src] * [APIS-808] submodule cci-src deleted * [APIS-808] Modify sub-module reference to the new version 10.2 [cci-src] * [APIS-808] modify project files for 10.2 cci-src * [APIS-808] modified config.m4 for correct include directory and build config by g++ * [APIS-808] modified config.m4 and sub-module ref. as modifying cci-src configure * [APIS-808] modified reference to submodule cc-src * [APIS-806] README Changed to MD style * Update README.md * Update README.md * Update README.md * Update README.md * [APIS-806] update testcases for 10.2 release (#28) * update testcases for 10.2 release * modify testcase _08_get/list_dbs.phpt to output negative example * [APIS-806] 10.2 Driver Release - PHP (#29) * updata link for 10.2 release (#32) * Revert "updata link for 10.2 release (#32)" (#33) This reverts commit caf5b33078c6d84e1575ce6d98b0cc6c72383557. * [APIS-806] updata link for 10.2 release (#34) --- README.md | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 4151b30..104afe4 100644 --- a/README.md +++ b/README.md @@ -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: ``` @@ -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 @@ -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 @@ -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