Re: [PHP-DEV] TSRM clarifications

2004-07-29 Thread Stefan Esser
Hi, Do I have to worry about these macros in my own functions ? Do I have to worry about them when doing lookups in zend hash tables (which I do to get cookie- and request data) ? It's just annoying not knowing much about them =). TSRM macros are for accessing thread safe globals. If your code make

[PHP-DEV] TSRM clarifications

2004-07-29 Thread Øyvind Stegard
Hello, I recently posted a message to this mailing list with the subject "Overriding PHP file operations - Extended access control", and I got some good replies which helped, thank you for this. Also, as I mentioned in that mail, the PHP source code is new to me. Now that I am actively working