Fixed my package-building script so that it doesn't add carriage returns in the ZIP packages. This problem has, unbeknownst to me, plagued the ZIP file since PHPoto 0.5.0-pre-1 and has even prevented installation on many systems! This simple change has fixed many, many bugs that users may have experienced when trying to use PHPoto from a ZIP package. Users who were not previously able to install PHPoto are encouraged to give it another try -- it should work now.
Removed trailing line breaks right before the ends of files just in case.
Fixed a couple of calls to ADOdb's ErrorMsg() member function that were being called from the query object instead of the connection object.
A big thanks to A. Motte (believ3r) for alerting my attention to these major problems!
Thanks,
David Bindel