Date: 01/26/01
- Next message: jmoore <email protected>: "[PHP-DEV] PHP 4.0 Bug #8937 Updated: unset() in context with GLOBAL"
- Previous message: jmoore <email protected>: "[PHP-DEV] PHP 4.0 Bug #8937 Updated: unset() in context with GLOBAL"
- In reply to: Sam Liddicott: "[PHP-DEV] le_ why static?"
- Next in thread: Sascha Schumann: "Re: [PHP-DEV] le_ why static?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On Fri, 26 Jan 2001, Sam Liddicott wrote:
> Why are le_* garbage destructor handles declared static?
>
> As far as I can tell this means other c files in the same module can't
> "extern" it but as it is static in file scope it has none of the other
> benefits of being static?
>
> Is it to do with threading? What?
It doesn't have to be static. I've used non-static le_* variables in the
latest extension I'm writing.
-Andrei
* Gun manufacturers don't make bad products, bad parents do. *
-- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: php-dev-unsubscribe <email protected> For additional commands, e-mail: php-dev-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>
- Next message: jmoore <email protected>: "[PHP-DEV] PHP 4.0 Bug #8937 Updated: unset() in context with GLOBAL"
- Previous message: jmoore <email protected>: "[PHP-DEV] PHP 4.0 Bug #8937 Updated: unset() in context with GLOBAL"
- In reply to: Sam Liddicott: "[PHP-DEV] le_ why static?"
- Next in thread: Sascha Schumann: "Re: [PHP-DEV] le_ why static?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

