colder Mon, 10 May 2010 13:03:33 +0000 Revision: http://svn.php.net/viewvc?view=revision&revision=299214
Log: fix the fix for the fix Changed paths: U php/php-src/trunk/ext/spl/spl_observer.c Modified: php/php-src/trunk/ext/spl/spl_observer.c =================================================================== --- php/php-src/trunk/ext/spl/spl_observer.c 2010-05-10 12:38:13 UTC (rev 299213) +++ php/php-src/trunk/ext/spl/spl_observer.c 2010-05-10 13:03:33 UTC (rev 299214) @@ -282,6 +282,8 @@ } break; } + + parent = parent->parent; } return retval;
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php