Skip to content

Commit

Permalink
Update README.markdown
Browse files Browse the repository at this point in the history
Mention that building module for php 7 requires `php7` branch. Found it out in #169
  • Loading branch information
selivan committed Sep 3, 2016
1 parent e565f2a commit 5d68d8d
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 5d68d8d

Please sign in to comment.