This procedure is tested on Mac OS X 10.10.5 with Developpers tools installed (xCode).
PHP 5.6 installed with Homebrew.
Download the following files from Oracle website (yes, you need to create an account and accept terms):
# -*- mode: conf; -*- | |
# | |
# NOTE: Settings generally support python interpolation. This means | |
# values can contain python format strings which refer to other values | |
# in the same section, or values in a special DEFAULT section. This | |
# allows you for example to use common settings for multiple accounts: | |
# | |
# [Repository Gmail1] | |
# trashfolder: %(gmailtrashfolder)s | |
# |
select.form-control + .chosen-container.chosen-container-single .chosen-single { | |
display: block; | |
width: 100%; | |
height: 34px; | |
padding: 6px 12px; | |
font-size: 14px; | |
line-height: 1.428571429; | |
color: #555; | |
vertical-align: middle; | |
background-color: #fff; |
--- config.m4 2005-09-25 06:23:24.000000000 +0700 | |
+++ config.m4.new 2015-10-02 15:42:52.000000000 +0700 | |
@@ -8,15 +8,15 @@ | |
PDO_OCI_VERSION=`grep '"ocommon"' $PDO_OCI_DIR/orainst/unix.rgs | sed 's/[ ][ ]*/:/g' | cut -d: -f 6 | cut -c 2-4` | |
test -z "$PDO_OCI_VERSION" && PDO_OCI_VERSION=7.3 | |
elif test -f $PDO_OCI_DIR/lib/libclntsh.$SHLIB_SUFFIX_NAME.10.1; then | |
- PDO_OCI_VERSION=10.1 | |
+ PDO_OCI_VERSION=10.1 | |
elif test -f $PDO_OCI_DIR/lib/libclntsh.$SHLIB_SUFFIX_NAME.9.0; then | |
PDO_OCI_VERSION=9.0 |
This procedure is tested on Mac OS X 10.10.5 with Developpers tools installed (xCode).
PHP 5.6 installed with Homebrew.
Download the following files from Oracle website (yes, you need to create an account and accept terms):