]> granicus.if.org Git - php/commit
Fix bug #67064 in a BC safe way
authorBob Weinand <bobwei9@hotmail.com>
Sun, 13 Apr 2014 17:19:24 +0000 (19:19 +0200)
committerBob Weinand <bobwei9@hotmail.com>
Sun, 13 Apr 2014 17:24:12 +0000 (19:24 +0200)
commit1a4a9eede59b853f11e8e8b965e5f715f53da8f7
tree6f33a2502aa5c8bff7f8f38eb27c69812f8a5cb9
parent5a0da281e5a9fa02db18b4822d8b103c65849fa9
Fix bug #67064 in a BC safe way
You can use an optional parameter now when implementing the Countable interface
to get the $mode passed to count().
ext/standard/array.c
ext/standard/tests/array/bug67064.phpt [new file with mode: 0644]