Planning to connect to multiple Cluster at once from a single server? heres the plan...
- Cluster 1
- c1-node-1
- c1-node-2
- c1-node-3
- Cluster 2
- c2-node-1
- c2-node-2
<VirtualHost *:80> | |
ServerAdmin [email protected] | |
DocumentRoot /var/www/html/ | |
ServerName example.com | |
<Directory /var/www/html/ebiddi-api/public> | |
Options +FollowSymlinks | |
AllowOverride All | |
Require all granted | |
</Directory> |
# PHP | |
# Test and package your PHP project. | |
# Add steps that run tests, save build artifacts, deploy, and more: | |
# https://docs.microsoft.com/azure/devops/pipelines/languages/php | |
pool: | |
vmImage: 'Ubuntu 16.04' | |
variables: | |
phpVersion: 7.2 |
package main | |
import ( | |
"crypto/sha256" | |
"encoding/json" | |
"fmt" | |
"strconv" | |
"strings" | |
"time" | |
) |
Note
If your using macOS Ventura or Sonoma, please refer to How to install PHP OCI8 for macOS Ventura/Sonoma on Apple Silicon Macs
Please note that all installations below must use Terminal with Rosetta:
Caution
Finally Oracle release Instant Client for arm64 architecture. Refer new tutorial How to install PHP OCI8 for macOS Ventura/Sonoma on Apple Silicon Macs (arm64 version) here.
Note
If your using macOS Monterey or below, please refer to How to install OCI8 on macOS (Monterey) M1 Processor with PHP 8.1
macOS Ventura and above, duplicating and renaming Terminal.app are disabled by Apple. In order to install the OCI8, we need to switch between arm64 and x86_64 architecture.