Hi Johannes, > while implementing a small toy extension (see [1]) I found out that > ZEND_USER_OPCODE_CONTINUE seems to misbehave as it doesn't go to the > next opcode so I ended up in an endless loop executing the same opcode > again and again.
Isn't that expected behaviour? If a normal opcode handler does not increase the opline, simply returning will also cause re-execution of the same handler again and again. Why should it be different for user opcode handlers? Regards, Christian -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php