<slide title="PHP Extensions">
<blurb>A PHP Extension is a piece of C/C++ code, embedded within PHP that provides 
some additional functionality to PHP.</blurb>
<list title="Why a PHP Extension?">
<bullet effect="slide">Interface with 3rd party libraries</bullet>
<bullet effect="slide">Low-level operating system access</bullet>
<bullet effect="slide">Write speed intensive routines within C</bullet>
<bullet effect="slide">You miss pointer redirection?</bullet>
<bullet effect="slide">And of course malloc violations!</bullet>
</list>

</slide>
