<?xml version="1.0" encoding="ISO-8859-1"?>
<slide fontsize="6em">
	<title>Changes in MySQL</title>

	<blurb fontsize="4em">
	In PHP 5 the MySQL client library is no longer bundled because:
	</blurb>
	<list fontsize="4em">
		<bullet>Most systems have the library installed</bullet>
		<bullet>Multiple versions of libraries can cause problems (mod_auth_mysql)</bullet>
		<bullet>Maintainability of the bundled library</bullet>
		<bullet>libmysql changed license to GPL, which means we can not bundle it with PHP anymore.</bullet>
	</list>
<break lines="2"/>
	<blurb>Solution:</blurb>
	<blurb>
		Install the MySQL client libraries and add %--with-mysql=[DIR]% to
		./configure
	</blurb>
</slide>
