Re: [PHP] PHP with C++

2008-06-09 Thread Pavel
You wrote: > 4) Post questions here if you have problems but be sure you show that > you've done 1-3 or we'll ignore you. I read this book and some else,but nothing book helped me in writing Zend - Extension... I'd like to wrote some similar but simplier them Zend Encoder... If you can, help me

Re: [PHP] PHP with C++

2008-06-09 Thread Daniel Brown
On Mon, Jun 9, 2008 at 9:11 AM, R B <[EMAIL PROTECTED]> wrote: > Hi, > I have a C++ script containing the function hello(x, y, z) > > I want to access this C++ function from PHP, and output with PHP the return > information. > > How can i do this? The cheating, quickest, easiest way, would be

Re: [PHP] PHP with C++[Zend Engine?]

2008-06-09 Thread Pavel
You wrote: > 4) Post questions here if you have problems but be sure you show that > you've done 1-3 or we'll ignore you. I read this book and some else,but nothing book helped me in writing Zend - Extension... I'd like to wrote some similar but simplier them Zend Encoder... If you can, help me

Re: [PHP] PHP with C++[Zend Engine?]

2008-06-09 Thread Павел aka [R-K]
You wrote: > 4) Post questions here if you have problems but be sure you show that > you've done 1-3 or we'll ignore you. I read this book and some else,but nothing book helped me in writing Zend - Extension... I'd like to wrote some similar but simplier them Zend Encoder... If you can, help me

Re: [PHP] PHP with C++[Zend Engine?]

2008-06-09 Thread Павел aka [R-K]
You wrote: > 4) Post questions here if you have problems but be sure you show that > you've done 1-3 or we'll ignore you. I read this book and some else,but nothing book helped me in writing Zend - Extension... I'd like to wrote some similar but simplier them Zend Encoder... If you can, help me

Re: [PHP] PHP with C++[Zend Engine?]

2008-06-09 Thread Павел aka [R-K]
You wrote: > 4) Post questions here if you have problems but be sure you show that > you've done 1-3 or we'll ignore you. I read this book and some else,but nothing book helped me in writing Zend - Extension... I'd like to wrote some similar but simplier them Zend Encoder... If you can, help me

Re: [PHP] PHP with C++

2008-06-09 Thread Stut
On 9 Jun 2008, at 14:11, R B wrote: I have a C++ script containing the function hello(x, y, z) I want to access this C++ function from PHP, and output with PHP the return information. How can i do this? 1) Buy this book... http://www.amazon.com/dp/067232704X?tag=libssh2projec-20&camp=1457

Re: [PHP] PHP with C++

2008-06-09 Thread Wolf
R B <[EMAIL PROTECTED]> wrote: > Hi, > I have a C++ script containing the function hello(x, y, z) > > I want to access this C++ function from PHP, and output with PHP the return > information. > > How can i do this? Where's your failing code? STFW: http://www.google.com/search?q=PHP%3A+C

[PHP] PHP with C++

2008-06-09 Thread R B
Hi, I have a C++ script containing the function hello(x, y, z) I want to access this C++ function from PHP, and output with PHP the return information. How can i do this? Thank you.