[PHP-DEV] tsrm_ls

2006-04-13 Thread Richard Lynch
I'm trying to grok PHP Source, and I suspect I've missed some Beginner guide somewhere. I'm looking at the TSRM*_* data types in the header files, and have backtracked as far as 'tsrm_ls' and then... I'm not finding a place where that is defined. I've grepped php-src for it, and only see it

Re: [PHP-DEV] tsrm_ls

2006-04-13 Thread Kamesh Jayachandran
Hi Richard, I think LS=LIST CC=Comma(,) Call (, tsrm_ls) DC = Comma(,) Declare(, void ***tsrm_ls) With regards Kamesh Jayachandran Richard Lynch wrote: I'm trying to grok PHP Source, and I suspect I've missed some Beginner guide somewhere. I'm looking at the TSRM*_* data types in the header

[PHP-DEV] non-root extensions Re: [PHP-DEV] tsrm_ls

2006-04-13 Thread Richard Lynch
On Thu, April 13, 2006 3:29 am, Johannes Schlueter wrote: http://www.zend.com/php/internals/extension-writing1.php#Heading9 I've decided, for now, to just work through this tutorial, and see if that gets me up to speed... Naturally, I've stumbled at square one. After creating the files and

Re: [PHP-DEV] tsrm_ls

2006-04-13 Thread Marcus Boerger
Hello Richard, have a look here: http://talks.somabo.de best regards marcus Thursday, April 13, 2006, 9:54:27 AM, you wrote: I'm trying to grok PHP Source, and I suspect I've missed some Beginner guide somewhere. I'm looking at the TSRM*_* data types in the header files, and have