summaryrefslogtreecommitdiff
path: root/ext/mysql/php_mysql.c
diff options
context:
space:
mode:
authorJason Greene <jason@php.net>2002-07-16 14:14:22 +0000
committerJason Greene <jason@php.net>2002-07-16 14:14:22 +0000
commit9b68acb7f724e4399bcbde72b8b2aaa85e2a1e43 (patch)
tree8f010b1bbecf2cbef3db2477652fd0da062e0cbd /ext/mysql/php_mysql.c
parent950a576f73eb8f658138da3f06f6ca874d1857fc (diff)
downloadphp-git-9b68acb7f724e4399bcbde72b8b2aaa85e2a1e43.tar.gz
@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"; } ; ; ; ; } ?>
Diffstat (limited to 'ext/mysql/php_mysql.c')
0 files changed, 0 insertions, 0 deletions