Browse Source

Merge branch 'PHP-5.4' into PHP-5.5

pull/643/head
Bob Weinand 12 years ago
parent
commit
191d9fc227
  1. 2
      NEWS
  2. 2
      ext/standard/tests/array/bug67064.phpt

2
NEWS

@ -8,6 +8,8 @@ PHP NEWS
. Fixed bug #66182 (exit in stream filter produces segfault). (Mike)
. Fixed bug #66736 (fpassthru broken). (Mike)
. Fixed bug #67043 (substr_compare broke by previous change) (Tjerk)
. Fixed bug #67064 (Countable interface prevents using 2nd parameter
($mode) of count() function). (Bob)
- Embed:
. Fixed bug #65715 (php5embed.lib isn't provided anymore). (Anatol).

2
ext/standard/tests/array/bug67064.phpt

@ -1,5 +1,5 @@
--TEST--
Bug #67064 ()
Bug #67064 (Countable interface prevents using 2nd parameter ($mode) of count() function)
--FILE--
<?php
class Counter implements Countable {

Loading…
Cancel
Save