Welcome to the Moc10 Library 1.9.7 Release! RELEASE INFORMATION ------------------- Moc10 Library 1.9.7 Release Released on January 4, 2011. FEATURES -------- The Moc10 Library is an object-oriented PHP library with an easy-to-use API. As of this release, it was developed in full support of PHP v5.3.3 and backwards compatible to PHP v5.2.6 and greater. * Moc10_Autoloader * Moc10_Cookie * Moc10_Curl * Moc10_Db * Moc10_Dom * Moc10_Feed * Moc10_File * Moc10_Form * Moc10_Ftp * Moc10_Image * Moc10_Language * Moc10_Mail * Moc10_Pdf * Moc10_Record * Moc10_Session * Moc10_String SYSTEM REQUIREMENTS ------------------- The Moc10 Library requires PHP v5.2.6+ or later. Some dependencies for the library to fully function are as follows: * The basic MySQL extension for basic MySQL database connections and transactions * The MySQLi extension to utilize MySQLi to connect to and interact with MySQL databases * The PostgreSQL extension for PostgreSQL database connections and transactions * The SQLite3 extension for SQLite database connections and transactions * The GD library for image manipulation (including FreeType support) * The SimpleXML extension for the Feed and Language components * The PHP mail function and SMTP server correctly set for the mail component * The cURL extension for the Curl component * FTP support enabled for the FTP component Most of these extensions are generally included in PHP 5.2.6+, but should there be any issues in any of these areas, please verify that the related extensions are installed and configured properly. PHP's mail function is dependant on the whichever mail program is available and correctly installed on the server. A Note on Permissions: The following classes may require the correct permissions to be set for the files and the directories that they access in order to work properly. If the permissions are not set correctly, an exception or error could be thrown within any of the following components: * Moc10_File * Moc10_Image * Moc10_Pdf INSTALLATION ------------ Please see INSTALL.TXT. QUESTIONS AND FEEDBACK ---------------------- An online overview and documentation can be found at http://www.moc10phplibrary.com/ The Moc10 Library is available for anonymous checkout via Subversion at http://www.moc10phplibrary.com/svn/trunk/ Further contact or comments can be emailed to hide@address.com LICENSE ------- The files in this archive are released under the Moc10 Library license. You can find a copy of this license in LICENSE.TXT.