On Wed, 07 Sep 2011 10:38:54 +0100, Hannes Magnusson
<hannes.magnus...@gmail.com> wrote:

On Wed, Sep 7, 2011 at 08:46, Stanislav Malyshev <s...@php.net> wrote:
stas                                     Wed, 07 Sep 2011 06:46:27 +0000

Revision: http://svn.php.net/viewvc?view=revision&revision=316300

[...]

@@ -20,7 +20,7 @@

 $ca = $a->getIncrementor();
 $cb = $ca->bindTo($b);
-$cb2 = Closure::bind($b, $ca);
+$cb2 = Closure::bind($ca, $b);


That change seems a bit weird to me and quite big BC break.
Please update the migration file with details on this.


There's no BC break as this function is new in 5.4. Unless you mean BC
break from the latest alpha.

--
Gustavo Lopes

--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to