Hi, >> While this has no immediate impact for average PHP users, it basically kills >> the possibility for an extension like Suhosin to catch all function starts. > Actually, there is one, use user opcode handler hook the fcall series > opcodes, that is how I did in taint extension.
From what I can see your taint extension also does not catch functions called by call_user_func() or array_map() or or or… Regards, Stefan -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php