[PHP-DEV] Re: Help: call_user_function() core dumps

2008-05-01 Thread Dhiru Pandey
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

[PHP-DEV] Help: call_user_function() core dumps

2008-04-30 Thread Dhiru Pandey
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

[PHP-DEV] Re: Help with calling PHP functions

2008-04-26 Thread Dhiru Pandey
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

[PHP-DEV] Help with calling PHP functions

2008-04-26 Thread Dhiru Pandey
[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