Pluf Framework

Pluf Framework Commit Details


Date:2008-11-25 02:24:29 (16 years 5 months ago)
Author:Loic d'Anterroches
Branch:develop, master
Commit:898381618ee5fe4eaeabf267680d7ebad345f867
Parents: 7704a4a700052667e624a0702d40e6fec1cd3e72
Message:Reverted previous fix as breaking PHP 5.2.4.

We need to figure out the right way to do that.
Changes:

File differences

src/Pluf/Signal.php
4040
4141
4242
43
43
4444
4545
4646
        if (!empty($GLOBALS['_PX_signal'][$signal])) {
            foreach ($GLOBALS['_PX_signal'][$signal] as $key=>$val) {
                if ($val[2] === null or $sender == $val[2]) {
                    call_user_func(array($val[0], $val[1]), $signal, $params);
                    call_user_func(array($val[0], $val[1]), $signal, &$params);
                }
            }
        }

Archive Download the corresponding diff file

Branches

Tags

Number of commits:
Page rendered in 0.22628s using 13 queries.