Thanks Johannes,
Your suggestions were spot on. Thanks again - Dhiru
Johannes Schlüter wrote:
Hi,
On Wed, 2008-04-30 at 09:52 -0700, Dhiru Pandey wrote:
I am new to PHP extension writing and embedding. Following the book from
Sara Goleman - Extending and Embedding PHP (Developer's Li
I am new to PHP extension writing and embedding. Following the book from
Sara Goleman - Extending and Embedding PHP (Developer's Library)
I wrote the following program based on her example in Chap. 20
===
#include
#include
#includ
directly thru C or Java.
I do not want to callback into a PHP script user function
Thanks,
-Dhiru
Edward Z. Yang wrote:
Dhiru Pandey wrote:
I am trying to figure out a way to invoke PHP functions directly i.e.
bypassing the PHP compiler (scanner and parser). For now it would be
great if I can get
[My apologies if I am posting on the wrong group...please point me to
the right one]
I am trying to figure out a way to invoke PHP functions directly i.e.
bypassing the PHP compiler (scanner and parser). For now it would be
great if I can get some help calling them from C. Ultimately I would
l