904N/A/*
904N/A * --------------------------------------------------------------------
904N/A * The PHP License, version 3.01
904N/A * Copyright (c) 1999 - 2010 The PHP Group. All rights reserved.
904N/A * --------------------------------------------------------------------
904N/A *
904N/A * Redistribution and use in source and binary forms, with or without
904N/A * modification, is permitted provided that the following conditions
904N/A * are met:
904N/A *
904N/A * 1. Redistributions of source code must retain the above copyright
904N/A * notice, this list of conditions and the following disclaimer.
904N/A *
904N/A * 2. Redistributions in binary form must reproduce the above copyright
904N/A * notice, this list of conditions and the following disclaimer in
904N/A * the documentation and/or other materials provided with the
904N/A * distribution.
904N/A *
904N/A * 3. The name "PHP" must not be used to endorse or promote products
904N/A * derived from this software without prior written permission. For
904N/A * written permission, please contact group@php.net.
904N/A *
904N/A * 4. Products derived from this software may not be called "PHP", nor
904N/A * may "PHP" appear in their name, without prior written permission
904N/A * from group@php.net. You may indicate that your software works in
904N/A * conjunction with PHP by saying "Foo for PHP" instead of calling
904N/A * it "PHP Foo" or "phpfoo"
904N/A *
904N/A * 5. The PHP Group may publish revised and/or new versions of the
904N/A * license from time to time. Each version will be given a
904N/A * distinguishing version number.
904N/A * Once covered code has been published under a particular version
904N/A * of the license, you may always continue to use it under the terms
904N/A * of that version. You may also choose to use such covered code
904N/A * under the terms of any subsequent version of the license
904N/A * published by the PHP Group. No one other than the PHP Group has
904N/A * the right to modify the terms applicable to covered code created
904N/A * under this License.
904N/A *
904N/A * 6. Redistributions of any form whatsoever must retain the following
904N/A * acknowledgment:
904N/A * "This product includes PHP software, freely available from
904N/A * <http://www.php.net/software/>".
904N/A *
904N/A * THIS SOFTWARE IS PROVIDED BY THE PHP DEVELOPMENT TEAM ``AS IS'' AND
904N/A * ANY EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO,
904N/A * THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A
904N/A * PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE PHP
904N/A * DEVELOPMENT TEAM OR ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT,
904N/A * INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
904N/A * (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
904N/A * SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
904N/A * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
904N/A * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
904N/A * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
904N/A * OF THE POSSIBILITY OF SUCH DAMAGE.
904N/A *
904N/A * --------------------------------------------------------------------
904N/A *
904N/A * This software consists of voluntary contributions made by many
904N/A * individuals on behalf of the PHP Group.
904N/A *
904N/A * The PHP Group can be contacted via Email at group@php.net.
904N/A *
904N/A * For more information on the PHP Group and the PHP project,
904N/A * please see <http://www.php.net>.
904N/A *
904N/A * PHP includes the Zend Engine, freely available at
904N/A * <http://www.zend.com>.
904N/A */
904N/A
904N/A/*
904N/A * +----------------------------------------------------------------------+
904N/A * | PHP Version 4 |
904N/A * +----------------------------------------------------------------------+
904N/A * | Copyright (c) 1997-2003 The PHP Group |
904N/A * +----------------------------------------------------------------------+
904N/A * | This source file is subject to version 2.02 of the PHP license, |
904N/A * | that is bundled with this package in the file LICENSE, and is |
904N/A * | available at through the world-wide-web at |
904N/A * | http://www.php.net/license/2_02.txt. |
904N/A * | If you did not receive a copy of the PHP license and are unable to |
904N/A * | obtain it through the world-wide-web, please send a note to |
904N/A * | license@php.net so we can mail you a copy immediately. |
904N/A * +----------------------------------------------------------------------+
904N/A * | Author: Marcin Gibula <mg@iceni.pl> |
904N/A * +----------------------------------------------------------------------+
904N/A *
904N/A *
904N/A */
904N/A
904N/A/*
904N/A * +----------------------------------------------------------------------+
904N/A * | PHP Version 5 |
904N/A * +----------------------------------------------------------------------+
904N/A * | Copyright (c) 1997-2005 The PHP Group |
904N/A * +----------------------------------------------------------------------+
904N/A * | This source file is subject to version 3.0 of the PHP license, |
904N/A * | that is bundled with this package in the file LICENSE, and is |
904N/A * | available through the world-wide-web at the following url: |
904N/A * | http://www.php.net/license/3_0.txt. |
904N/A * | If you did not receive a copy of the PHP license and are unable to |
904N/A * | obtain it through the world-wide-web, please send a note to |
904N/A * | license@php.net so we can mail you a copy immediately. |
904N/A * +----------------------------------------------------------------------+
904N/A * | Author: Wez Furlong <wez@omniti.com> |
904N/A * +----------------------------------------------------------------------+
904N/A*/
904N/A
904N/A
904N/Alibbcmath:
904N/A
904N/A/*
904N/A Copyright (C) 1991, 1992, 1993, 1994, 1997 Free Software Foundation, Inc.
904N/A Copyright (C) 2000 Philip A. Nelson
904N/A
904N/A This library is free software; you can redistribute it and/or
904N/A modify it under the terms of the GNU Lesser General Public
904N/A License as published by the Free Software Foundation; either
904N/A version 2 of the License, or (at your option) any later version.
904N/A
904N/A This library is distributed in the hope that it will be useful,
904N/A but WITHOUT ANY WARRANTY; without even the implied warranty of
904N/A MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
904N/A Lesser General Public License for more details. (COPYING.LIB)
904N/A
904N/A You should have received a copy of the GNU Lesser General Public
904N/A License along with this library; if not, write to:
904N/A
904N/A The Free Software Foundation, Inc.
904N/A 59 Temple Place, Suite 330
904N/A Boston, MA 02111-1307 USA.
904N/A
904N/A You may contact the author by:
904N/A e-mail: philnelson@acm.org
904N/A us-mail: Philip A. Nelson
904N/A Computer Science Department, 9062
904N/A Western Washington University
904N/A Bellingham, WA 98226-9062
904N/A
904N/A*************************************************************************/
904N/A
904N/A
904N/Alibmbfl:
904N/A
904N/A/*
904N/A * "streamable kanji code filter and converter"
904N/A * Copyright (c) 1998-2002 HappySize, Inc. All rights reserved.
904N/A *
904N/A * LICENSE NOTICES
904N/A *
904N/A * This file is part of "streamable kanji code filter and converter",
904N/A * which is distributed under the terms of GNU Lesser General Public
904N/A * License (version 2) as published by the Free Software Foundation.
904N/A *
904N/A * This software is distributed in the hope that it will be useful,
904N/A * but WITHOUT ANY WARRANTY; without even the implied warranty of
904N/A * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
904N/A * GNU Lesser General Public License for more details.
904N/A *
904N/A * You should have received a copy of the GNU Lesser General Public
904N/A * License along with "streamable kanji code filter and converter";
904N/A * if not, write to the Free Software Foundation, Inc., 59 Temple Place,
904N/A * Suite 330, Boston, MA 02111-1307 USA
904N/A *
904N/A * The author of this file:
904N/A *
904N/A */
904N/A
904N/ACREDITS
904N/A
904N/AMySQL
904N/AZeev Suraski, Zak Greant, Georg Richter
904N/A
904N/AMySQLi
904N/AZak Greant, Georg Richter, Andrey Hristov, Ulf Wendel
904N/A
904N/AMySQL driver for PDO
904N/AGeorge Schlossnagle, Wez Furlong, Ilia Alshanetsky