1
0
mirror of https://github.com/php/php-src.git synced 2026-03-28 02:02:32 +01:00
Files
archived-php-src/ext
Jason Greene 9b68acb7f7 @Fixed infinite recursion crash bug in ticks (Jason)
Prevent reenterant calls to a user tick function by flagging the function
entry during call.

This prevents code like the following from infinitely recursing until a
crash occurs:
<?php

register_tick_function(a);

declare(ticks=1) {
	function a() {
		print "blah\n";
	}
	;
	;
	;
	;
}
?>
2002-07-16 14:14:22 +00:00
..
2002-06-26 07:24:47 +00:00
2002-06-26 07:24:47 +00:00
2002-06-26 07:24:47 +00:00
2002-06-26 07:24:47 +00:00
2002-06-26 07:24:47 +00:00
2002-06-26 07:24:47 +00:00
2002-07-11 02:31:38 +00:00
2002-06-26 07:24:47 +00:00
2002-06-26 07:24:47 +00:00
2002-06-29 00:40:34 +00:00
2002-06-26 07:54:00 +00:00
2002-07-07 00:55:51 +00:00
2002-03-18 09:42:20 +00:00
2002-06-17 15:10:22 +00:00
2002-07-02 22:38:37 +00:00
2002-06-27 06:49:02 +00:00
2002-06-27 06:54:51 +00:00
2002-07-11 20:29:53 +00:00
2002-07-13 05:01:55 +00:00
2002-07-11 06:35:28 +00:00
2002-06-28 10:52:11 +00:00
2002-07-14 01:12:23 +00:00
2002-06-26 09:09:35 +00:00
2002-06-26 18:49:42 +00:00
2002-07-14 15:45:33 +00:00
2002-06-28 14:51:12 +00:00
2002-06-26 08:39:52 +00:00
2002-06-26 08:32:25 +00:00
2002-02-28 08:29:35 +00:00
MFB
2002-04-25 17:20:14 +00:00
2002-06-04 15:51:25 +00:00
2002-07-14 22:36:47 +00:00
2002-06-04 08:54:14 +00:00
2002-07-03 02:16:46 +00:00
2002-04-11 05:06:16 +00:00
2002-07-13 05:42:01 +00:00
2002-07-14 22:57:53 +00:00
2002-04-30 00:58:52 +00:00
2002-05-21 21:23:20 +00:00
2002-03-20 19:45:25 +00:00
2002-05-13 17:28:38 +00:00
2002-05-04 16:48:01 +00:00
2002-07-06 11:18:47 +00:00
eek
2002-07-08 21:12:07 +00:00
2002-07-13 05:42:47 +00:00
2002-06-18 10:09:41 +00:00