<?xml version="1.0" encoding="ISO-8859-1"?>
<slide>
	<title>Protection</title>

	<list>
		<bullet>Stack overflow in PHP</bullet>
		<bullet>Infinite recursion</bullet>
	</list>
<break/>
	<blurb>Xdebug protects, level can be set with:</blurb>
<break/>
	<example class="code_large">xdebug.max_nesting_level=4</example>
<break lines="3"/>

	<blurb>Fatal error: Maximum function nesting level of '4' reached, aborting! in /home/httpd/html/test/xdebug/infinite.php on line 11.</blurb>

</slide>
