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 > ba

[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 doi

Re: [PHP-DEV] tsrm_ls

2006-04-13 Thread Michael Vergoz
Hi, The cscope project should help you : http://cscope.sourceforge.net/ - Original Message - From: "Johannes Schlueter" <[EMAIL PROTECTED]> To: Cc: "Kamesh Jayachandran" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Thursday, April 13, 2006 1

Re: [PHP-DEV] tsrm_ls

2006-04-13 Thread Johannes Schlueter
Hi, TSRM is the thread-safe resource manager. you can find it at the TSRM CVS module which should be at php-src/TSRM at your checkout. TSRM is a mechanism to hold thread safeglobal variables in an threaded environment. See articles about extension writing or the releavant books for more. A f

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