php-general | 2000071

[PHP] RE: [PHP-DB] PHP script calling C/C++ api From: Arthur Yeo (a.yeo <email protected>)
Date: 07/07/00

>> Does anyone know how I can call an existing C/C++ api from within
>> a PHP script? I heard that there's a way for ASP to do it thru ISAPI dll.
>>
>> Coming from any angle, can a PHP script access an api
>> sitting in another Apache module?
>Isn't it the same as doing an "exec(executable.cpp)" in PHP?
>Before doing
>this I think you need to make it executable by others.
>
>- Bernie

I don't think exec() is for executing a C++ function, let alone a C++ file.
exec() is for executing a compiled binary program.

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: php-general-unsubscribe <email protected>
For additional commands, e-mail: php-general-help <email protected>
To contact the list administrators, e-mail: php-list-admin <email protected>