Skip to content

Commit

Permalink
Fix documentation link to php version requirements page
Browse files Browse the repository at this point in the history
  • Loading branch information
polyfractal committed Jan 23, 2014
1 parent a352fc9 commit ff6dcce
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docs/installation.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Elasticsearch-php only has a three requirements that you need to worry about:

* PHP 5.3.9 or higher (link:php-version-requirement.asciidoc[See this for explanation as to minimum version requirement]
* PHP 5.3.9 or higher (refer to <<_php_version_requirement>> for more details)
* http://getcomposer.org[Composer]
* http://php.net/manual/en/book.curl.php[ext-curl]: the Libcurl extension for PHP
Expand Down
2 changes: 2 additions & 0 deletions docs/php-version-requirement.asciidoc
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
== PHP Version Requirement

Elasticsearch-php requires PHP version 5.3.9 or higher. There are two bugs in PHP
below 5.3.9 which cause problems for this library.

Expand Down

0 comments on commit ff6dcce

Please sign in to comment.