DZone Snippets is a public source code repository. Easily build up your personal collection of code snippets, categorize them with tags / keywords, and share them with the world
PHP 5.3.1 Configure
<pre>
./configure --prefix=/usr/local/php5.3.1 --with-apxs2=/usr/local/apache2/bin/apxs --enable-tokenizer --with-mysql=/usr/local/mysql --with-mysqli=mysqlnd --with-pdo-mysql=mysqlnd
</pre>




