If you’ve ever wanted to have the PHP MySQL functions return back PHP variables cast to something other than strings this patch is for you.  It’s useful for decreasing memory usage if you’re pulling down integer values for example, especially if you’re then storing them in a cache such as APC or MySQL.  Read the patch for details, download page is here.