Am Freitag, 28. April 2006 19:50 schrieben Sie:
> I'll check my copy when I get home, don't get home till late tonight so,
Good to know you have one.;)
>Big differences on handling variables in
> C.
Yes, I know.
Maybe I should ask some concrete question.
For example:
I found that around all the function you find somthing like that:
/* {{{ proto object imap_fetchstructure(resource stream_id, int msg_no [, int
options])
Read the full structure of a message */
PHP_FUNCTION(imap_fetchstructure)
{
...
_php_imap_add_body(return_value, body TSRMLS_CC);}
}
/* }}} */
I don't know that from "normal" c code. I will be treated as comment there.
And the one function call I copied does copy the body structure from imap to
something "magic".
Maybe you or anybody can get some explanation.
cu,
Oliver
--
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php