<?xml version="1.0" encoding="ISO-8859-1"?>
<slide fontsize="6em">
	<title>First test compile</title>

	<blurb> </blurb>
	<list fontsize="4em">
		<bullet>Copy our newly created extension to some other place:</bullet>
	</list>
	<example fontsize="1.7em"><![CDATA[# mv ext/my_ext_name /dat/dev/php]]></example>

	<blurb></blurb>
	<list fontsize="4em">
		<bullet>Go to the new directory and run phpize:</bullet>
	</list>
	<example fontsize="1.7em"><![CDATA[# cd /dat/dev/php/my_ext_name
# phpize
]]></example>

	<blurb></blurb>
	<list fontsize="4em">
		<bullet>You should see the following output (or similar):</bullet>
	</list>
	<example fontsize="1.7em"><![CDATA[Configuring for:
PHP Api Version:         20031224
Zend Module Api No:      20020429
Zend Extension Api No:   90021012
]]></example>
</slide>
