Hide Forgot
Description of problem: Options for enabling $ORACLE_HOME / $ORACLE_BASE vars are needed for zend-6.1 application in UI console Version-Release number of selected component (if applicable): devenv_4087 How reproducible: always Steps to Reproduce: 1. Create an zend-6.1 application 2. Go ZendServer config page and check 3. Actual results: No configuration to enable ORACLE vars. Expected results: User should be able to switch the functionality on themselves in the Console UI. Additional info: $ORACLE_HOME / $ORACLE_BASE vars are designed to be disabled by default for zend-6.1 application
Commit pushed to master at https://github.com/openshift/li https://github.com/openshift/li/commit/24214784d130ddfcaf9681668ce8512b40387140 add ORACLE_* vars to zend-6.1 Prevent pdo_oci8 extension from writing into the gear's root directory. Bug 1037115 https://bugzilla.redhat.com/show_bug.cgi?id=1037115
Tested on devenv_4093. [zd1-qiuzhang.dev.rhcloud.com 529edeb05b26440aef0000ae]\> env |grep -i ora ORACLE_BASE=/var/lib/openshift/529edeb05b26440aef0000ae/zend/oracle ORACLE_HOME=/var/lib/openshift/529edeb05b26440aef0000ae/zend/oracle The variables are added by default now. Anyway, user will be able to use it. Mark the bug as verified.