Skip to content

Commit

Permalink
Merge pull request iliaal#170 from selivan/patch-1
Browse files Browse the repository at this point in the history
Update README.markdown: mention php7 branch
  • Loading branch information
iliaal authored Sep 3, 2016
2 parents e565f2a + 5d68d8d commit 14b3b05
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@ cd php-5.x.x
# clone repository into php extension dir
git clone https://github.com/iliaal/php_excel.git ext/excel

# to build php7 module, you should use php7 git branch
cd ext/excel && git checkout php7 && cd ../..

# rebuild configure
./buildconf --force

Expand Down

0 comments on commit 14b3b05

Please sign in to comment.