Releases: cloudfoundry-community/cf-helper-php
Releases · cloudfoundry-community/cf-helper-php
2.0.1
Fix:
- Mixed values was given when retreving services instead of always return an array
Thanks to @phpbg
2.0.0
Merge pull request #7 from cloudfoundry-community/v2
Push v2 release
1.6.5
Changes:
- Simulation part now feed env vars for apache functions and php env vars functions, such as
putenv
, getenv
(thanks to @nicolas-wallerand )
1.6.4
Fixes:
- Database when no uri is provided do not looks for a
name
inside vcap.
1.6.2
add step to load credentials
1.6.0
Features:
- Now able to find services by tags
- Service connector doesn't need anymore a needed value inside service name
Changes:
- More restriction for finding service in database connector
1.5.1
Fix:
- Logger didn't log normally to syslog switch to error_log function