/BinaryPHP

PHP->C++ compiler

Primary LanguageC++

$Id: README,v 1.2 2003/08/06 16:14:33 asleep Exp $

BinaryPHP - PHP To C++ converter.
Copyright (C) 2003  Daeken <daeken_9999@yahoo.com>

This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; either
version 2.1 of the License, or (at your option) any later version.

This library is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
Lesser General Public License for more details.

You should have received a copy of the GNU Lesser General Public
License along with this library; if not, write to the Free Software
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

-------------------------------------------------------------------------

* DEPENDS

  PHP (cli-sapi)
  * Tested using 4.X series of the CLI sapi

  C++ compiler
  * Tested with: GNU g++ 2.9.5 and 3.0.4 and some unknown version of MSVC++


* BUILDING

  None Needed


* USAGE

  convert.php --if <inputfile.php> --of <output> [-v | --verbose] [-h | --help]

  Included Examples:
  ./convert.php --if examples/irc.php --of ircbot
  ./convert.php --if examples/helloworld.php --of hello


* CHANGELOG

  see ChangeLog


* CONTACT

  BinaryPHP
    * WWW: http://binaryphp.sourceforge.net/
    * Dev Mailing List: binaryphp-devel@lists.sourceforge.net
    * CVS Mailing List: binaryphp-cvs@lists.sourceforge.net