Skip to content
This repository has been archived by the owner on Oct 14, 2023. It is now read-only.

Commit

Permalink
Merge pull request #35 from phadej/php-5.6
Browse files Browse the repository at this point in the history
PHP 5.6
  • Loading branch information
phadej committed Aug 28, 2014
2 parents e6196c6 + 36d95ee commit 33770c4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
language: php
php:
- 5.6
- 5.5
- 5.4
- 5.3
Expand Down
1 change: 1 addition & 0 deletions config.m4
Original file line number Diff line number Diff line change
Expand Up @@ -64,4 +64,5 @@ if test "$PHP_IGBINARY" != "no"; then
PHP_INSTALL_HEADERS([ext/igbinary], [igbinary.h])
PHP_NEW_EXTENSION(igbinary, igbinary.c hash_si.c, $ext_shared,, $PHP_IGBINARY_CFLAGS)
PHP_ADD_EXTENSION_DEP(igbinary, session, true)
PHP_SUBST(IGBINARY_SHARED_LIBADD)
fi

0 comments on commit 33770c4

Please sign in to comment.