Index: branches/2017Q4/math/pecl-bitset2/files/patch-bitset.c =================================================================== --- branches/2017Q4/math/pecl-bitset2/files/patch-bitset.c (nonexistent) +++ branches/2017Q4/math/pecl-bitset2/files/patch-bitset.c (revision 456123) @@ -0,0 +1,20 @@ +--- bitset.c.orig 2017-10-06 16:29:59 UTC ++++ bitset.c +@@ -652,7 +652,7 @@ PHP_METHOD(BitSet, previousClearBit) + bit_diff = intern->bitset_len * CHAR_BIT; + + if (start_bit > bit_diff) { +- zend_throw_exception_ex(spl_ce_OutOfRangeException, 0, ++ zend_throw_exception_ex(spl_ce_OutOfRangeException, 0 TSRMLS_CC, + "The specified index parameter exceeds the total number of bits available"); + return; + } +@@ -696,7 +696,7 @@ PHP_METHOD(BitSet, previousSetBit) + bit_diff = intern->bitset_len * CHAR_BIT; + + if (start_bit > bit_diff) { +- zend_throw_exception_ex(spl_ce_OutOfRangeException, 0, ++ zend_throw_exception_ex(spl_ce_OutOfRangeException, 0 TSRMLS_CC, + "The specified index parameter exceeds the total number of bits available"); + } + Property changes on: branches/2017Q4/math/pecl-bitset2/files/patch-bitset.c ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: branches/2017Q4 =================================================================== --- branches/2017Q4 (revision 456122) +++ branches/2017Q4 (revision 456123) Property changes on: branches/2017Q4 ___________________________________________________________________ Modified: svn:mergeinfo ## -0,0 +0,1 ## Merged /head:r455971