Skip to content

Commit

Permalink
Remove compatibility with PHP 5.2 because of closure usage
Browse files Browse the repository at this point in the history
  • Loading branch information
ruflin committed Jan 13, 2013
1 parent 882b574 commit 1fff0e1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
language: php

php:
- 5.2
- 5.3
- 5.4

env:
global:
- ES_VER=0.20.1
- ES_VER=0.20.2
- ES_MAPPER_ATTACHMENTS_VER=1.6.0

before_script:
Expand Down
1 change: 1 addition & 0 deletions changes.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ CHANGES

2013-01-13
- Add version option to Elastica_Search::search
- Remove compatibility for PHP 5.2

2012-12-23
- Elastica_Client config param "servers" to "connections" renamed. "headers" and "curl" are now a config param inside "connections"
Expand Down

0 comments on commit 1fff0e1

Please sign in to comment.