fuel / core

Fuel PHP Framework - The core of the Fuel v1 framework
http://fuelphp.com
802 stars 335 forks source link

enable connection options through the configuration #2197

Closed polmartinez closed 8 months ago

polmartinez commented 8 months ago

be able to pass ssl connection information, I add the "options" group of the configuration array.

sonarcloud[bot] commented 8 months ago

SonarCloud Quality Gate failed.    Quality Gate failed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 2 Code Smells

No Coverage information No Coverage information
3.3% 3.3% Duplication

idea Catch issues before they fail your Quality Gate with our IDE extension sonarlint SonarLint

WanWizard commented 8 months ago

Why this, instead of just adding

'attrs' => array(),

directly to the config?

polmartinez commented 8 months ago

yes, it works. I hadn't thought of that.