Releases: daniel-aranda/PHP-Rocks
Releases · daniel-aranda/PHP-Rocks
Environment finder does not require IPs to be setup
When accessing the web server using an IP versions before 0.6.0 required you to add the IP in the config file, since version 0.6.0 it could detect the environment by checking the hostname
Add string contains utility
0.5.10 adding string contains utility
Get Environment running on command line uses gethostname
It works better than $_SERVER['hostname']
Swap HTTP_HOST with SERVER_NAME when detecting environment
0.5.7 Swap HTTP_HOST with SERVER_NAME when detecting environment
OptionableArray supports nested arrays
0.5.6 OptionableArray supports nested arrays
0.5.5
Fixing bug with EventHandler::removeEventListener
0.5.4
Optionable array get should not transform false and empty string into…
Composer stable versions
Depreciate usage of json_encode with two arguments since php 5.4 is no longer supported.
Adding System Mockables Functions
0.5.2 Adding System Mockables Functions
Addind ErrorHandler class
0.5.1 Addind ErrorHandler class