Re: [PHP] Re: Embedding PHP 5 in a C application

2006-05-27 Thread Gonzalo Monzón

Hi,

I think you can start here: 
http://wildphp.free.fr/wiki/doku.php?id=howto:embeding_a_php_source_into_a_windows_executable_file


Regards,
Gonzalo

Adam Zey escribió:


D. Dante Lorenso wrote:


All,

Can anybody give me a pointer on where I might start to learn how to 
embed Zend2/PHP 5 inside a stand-alone C application?


I realize that by asking a question like this it might imply I am not 
prepared enough to do handle the answer, but ignoring that, is there 
a document out there?


I guess I could start hacking Apache or something, but I was hoping 
for more of a tutorial/hand-holding article on the basics.


Dante



Are you sure that you can't get away with just calling the PHP 
executable from your C program to do any PHP related activity?


Regards, Adam Zey.



--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



[PHP] Re: Embedding PHP 5 in a C application

2006-05-24 Thread Adam Zey

D. Dante Lorenso wrote:

All,

Can anybody give me a pointer on where I might start to learn how to 
embed Zend2/PHP 5 inside a stand-alone C application?


I realize that by asking a question like this it might imply I am not 
prepared enough to do handle the answer, but ignoring that, is there a 
document out there?


I guess I could start hacking Apache or something, but I was hoping for 
more of a tutorial/hand-holding article on the basics.


Dante


Are you sure that you can't get away with just calling the PHP 
executable from your C program to do any PHP related activity?


Regards, Adam Zey.

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php