RE: [PHP-DEV] DLL PHP script for C

2003-02-06 Thread SHEETS,JASON (HP-Boise,ex1)
06, 2003 8:13 AM To: [EMAIL PROTECTED] Subject: Re: [PHP-DEV] DLL PHP script for C I know that PHP can behave like a "normal" system executable. That's not what I meant on the previous post. What I mean is to behave like a scripting language, what means that, somewhere in my C

Re: [PHP-DEV] DLL PHP script for C

2003-02-06 Thread Fernando Serboncini
I know that PHP can behave like a "normal" system executable. That's not what I meant on the previous post. What I mean is to behave like a scripting language, what means that, somewhere in my C program I'll be able to run something like a executePHP("phpinfo(); $a = 1;"); function and get back

Re: [PHP-DEV] DLL PHP script for C

2003-02-06 Thread Andrey Hristov
AFAIK, sapi/embed can be used for this. The maintainer is Edin Kadribasic Andrey - Original Message - From: "Fernando Serboncini" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, February 06, 2003 4:34 PM Subject: [PHP-DEV] DLL PHP script for C >

Re: [PHP-DEV] DLL PHP script for C

2003-02-06 Thread Antony Dovgal
On Thu, 6 Feb 2003 12:34:42 -0200 "Fernando Serboncini" <[EMAIL PROTECTED]> wrote: > I mean to make possible to PHP behave like a real C scripting language, like What does "real C scripting language" means ? P.S. take a look at http://gtk.php.net -- Wbr, Antony Dovgal aka tony2001 mailto:[E

[PHP-DEV] DLL PHP script for C

2003-02-06 Thread Fernando Serboncini
Hi, sorry if I'm in the wrong place, but it seems to me the right newsgroup. Is there any plans to create a DLL that could enable PHP scripts to run inside a C program? I don't mean this like some general Apache-like module. I mean to make possible to PHP behave like a real C scripting language,