Hello,
I just became interested in compiling PHP to C++ so I was looking for a
converter and found yours - BinaryPHP. I currently got the problem while
compiling the .cpp file.
I got g++ installed,
php-cli is also installed,
programming in PHP5,
OS: Ubuntu 13.04.
(If you need more information just ask)
I do not know what to do - it's just not compiling the following source
code:
<?php
echo "Hello";
?>
An example output of the compiler:
hello.cpp: In Elementfunktion »bool php_var::operator<(int)«:
hello.cpp:276:29: Fehler: »atol« wurde in diesem Gültigkeitsbereich
nicht definiert
I hope the german output is not that confusing, if you wish I'll translate.
|