Ask a Question related to PHP Development, Design and Development.
-
Brians #1
sapi/embed -- how to?
Just came across sapi/embed and am now looking into that direction for
incorporating scripting support from my C/C++ application.
Does anyone know where I can find the API docs for the zend_ functions? I
can't seem to find them online.
What I want to accomplish is:
1. set my 'C' variables in the zend symbol table, I will use
zend_hash_update for that.
2. run a function in the script that updates the variables (I will know the
names of the supported functions the script is submitted with)
3. read the updated variables and change the application's screen.
4. repeat steps 2 and 3 many times a second.
I feel I am almost there but need more on the zend_ stuff.
TIA
Brian
Brians Guest
-
#37462 [Com]: install fails for sapi/cgi/php
ID: 37462 Comment by: sharanu_mudgal at yahoo dot com Reported By: ionut dot aivanesei at amdocs dot com Status: ... -
#37462 [NoF->Opn]: install fails for sapi/cgi/php
ID: 37462 User updated by: ionut dot aivanesei at amdocs dot com Reported By: ionut dot aivanesei at amdocs dot com -Status: ... -
[PHP-DEV] [PATCH] sapi/cgi fix force_redirect type
4.3/sapi/cgi/cgi_main.c: In function `main': 4.3/sapi/cgi/cgi_main.c:1080: warning: passing arg 2 of `cfg_get_long' from incompatible pointer type ... -
[PHP-DEV] Servlet SAPI Module
Hi, about two or three times a month I receive mails concering the Servlet SAPI module of PHP 4. This module is not usable in production since... -
[PHP-DEV] SAPI/CGI broken on Windows
Using the current CVS of PHP 5's SAPI/CGI on Windows I get the following message for every script, even for a simple <?php phpinfo(); ?> one: No...



Reply With Quote

