Skip to content

Releases: daniel-aranda/PHP-Rocks

Environment finder does not require IPs to be setup

Choose a tag to compare

@daniel-aranda daniel-aranda released this 14 Jul 15:34

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

Choose a tag to compare

@daniel-aranda daniel-aranda released this 28 Jun 16:38
0.5.10

adding string contains utility

Get Environment running on command line uses gethostname

Choose a tag to compare

@daniel-aranda daniel-aranda released this 20 May 15:31

It works better than $_SERVER['hostname']

Swap HTTP_HOST with SERVER_NAME when detecting environment

Choose a tag to compare

@daniel-aranda daniel-aranda released this 17 Apr 18:05
0.5.7

Swap HTTP_HOST with SERVER_NAME when detecting environment

OptionableArray supports nested arrays

Choose a tag to compare

@daniel-aranda daniel-aranda released this 13 Apr 20:43
0.5.6

OptionableArray supports nested arrays

0.5.5

Choose a tag to compare

@daniel-aranda daniel-aranda released this 10 Apr 05:45
Fixing bug with EventHandler::removeEventListener

0.5.4

Choose a tag to compare

@daniel-aranda daniel-aranda released this 01 Apr 21:40
Optionable array get should not transform false and empty string into…

Composer stable versions

Choose a tag to compare

@daniel-aranda daniel-aranda released this 25 Mar 01:30

Depreciate usage of json_encode with two arguments since php 5.4 is no longer supported.

Adding System Mockables Functions

Choose a tag to compare

@daniel-aranda daniel-aranda released this 24 Mar 19:36
0.5.2

Adding System Mockables Functions

Addind ErrorHandler class

Choose a tag to compare

@daniel-aranda daniel-aranda released this 17 Mar 03:09
0.5.1

Addind ErrorHandler class