Commit 23918f3e by Carsten Brandt

upgrade cubrid PDO version in tests

also enhance test README
parent fb505220
...@@ -8,7 +8,7 @@ php: ...@@ -8,7 +8,7 @@ php:
- hhvm-nightly - hhvm-nightly
env: env:
- CUBRID_VERSION=9.3.0/CUBRID-9.3.0.0206 CUBRID_PDO_VERSION=9.2.0.0001 - CUBRID_VERSION=9.3.0/CUBRID-9.3.0.0206 CUBRID_PDO_VERSION=9.3.0.0001
# run build against hhvm but allow them to fail # run build against hhvm but allow them to fail
# http://docs.travis-ci.com/user/build-configuration/#Rows-That-are-Allowed-To-Fail # http://docs.travis-ci.com/user/build-configuration/#Rows-That-are-Allowed-To-Fail
......
...@@ -6,9 +6,15 @@ The scripts are: ...@@ -6,9 +6,15 @@ The scripts are:
- [`apc-setup.sh`](apc-setup.sh) - [`apc-setup.sh`](apc-setup.sh)
Installs and configures the [apc pecl extension](http://pecl.php.net/package/apc) Installs and configures the [apc pecl extension](http://pecl.php.net/package/apc)
- [`memcache-setup.sh`](memcache-setup.sh)
Compiles and installs the [memcache pecl extension](http://pecl.php.net/package/memcache)
- [`cubrid-setup.sh`](cubrid-setup.sh) - [`cubrid-setup.sh`](cubrid-setup.sh)
Prepares the [CUBRID](http://www.cubrid.org/) server instance by installing the server and PHP PDO driver Prepares the [CUBRID](http://www.cubrid.org/) server instance by installing the server and PHP PDO driver
- [`init-apps.sh`](init-apps.sh)
Prepare test environment for basic and advanced application
- [`memcache-setup.sh`](memcache-setup.sh)
Compiles and installs the [memcache pecl extension](http://pecl.php.net/package/memcache)
- [`mongodb-setup.sh`](mongodb-setup.sh)
Enables Mongo DB PHP extension
- [`setup-apps.sh`](setup-apps.sh)
Prepare test environment for basic and advanced application
- [`sphinx-setup.sh`](sphinx-setup.sh) - [`sphinx-setup.sh`](sphinx-setup.sh)
Prepares the [Sphinx](http://sphinxsearch.com/) server instances by installing the server and attaching it to MySQL Prepares the [Sphinx](http://sphinxsearch.com/) server instances by installing the server and attaching it to MySQL
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment