php4-beta | 199912
Date: 12/23/99
- Next message: Thies C. Arntzen: "[PHP4BETA] cvs: /php4/ext/standard string.c"
- Previous message: Thies C. Arntzen: "[PHP4BETA] cvs: /php4/ext/standard string.c"
- In reply to: Thies C. Arntzen: "[PHP4BETA] TSRM problems... UMBRs everywhere:-(("
- Next in thread: Thies C. Arntzen: "Re: [PHP4BETA] TSRM problems... UMBRs everywhere:-(("
- Reply: Thies C. Arntzen: "Re: [PHP4BETA] TSRM problems... UMBRs everywhere:-(("
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On Thu, 23 Dec 1999, Thies C. Arntzen wrote:
> hi,
>
> just did some purifying of the aolserver-module - but my point should also
> apply to the Win32 ISAPI stuff.
>
> a lot of _ctor function do *NOT* initialize all TS-Globals correct. just
> compare struct _zend_compiler_globals (Zend/zend_globals.h) and see which
> of those values get initialized in compiler_globals_ctor().
>
> i've enclosed a patch that clear's all TLS memory before calling the
> ctor.
I'm not following - TSRM isn't supposed to initialize the memory it
initializes. If you need any initialization, it's done in the
constructor, and if it isn't, it's a constructor bug.
Are you referring to something else?
-- PHP 4.0 Beta Mailing List <http://www.php.net/version4/> To unsubscribe, e-mail: php4beta-unsubscribe <email protected> For additional commands, e-mail: php4beta-help <email protected> To contact the list administrators, e-mail: php4beta-admin <email protected>
- Next message: Thies C. Arntzen: "[PHP4BETA] cvs: /php4/ext/standard string.c"
- Previous message: Thies C. Arntzen: "[PHP4BETA] cvs: /php4/ext/standard string.c"
- In reply to: Thies C. Arntzen: "[PHP4BETA] TSRM problems... UMBRs everywhere:-(("
- Next in thread: Thies C. Arntzen: "Re: [PHP4BETA] TSRM problems... UMBRs everywhere:-(("
- Reply: Thies C. Arntzen: "Re: [PHP4BETA] TSRM problems... UMBRs everywhere:-(("
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

