Date: 12/16/99
- Next message: Jerry Lundström: "[PHP-DEV] COM/DCOM support in PHP?"
- Previous message: Paul Mundt: "Re: [PHP-DEV] php 3.0.9"
- In reply to: rubys <email protected>: "Re: [PHP-DEV] Extension or module?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On Wed, 15 Dec 1999, rubys <email protected> wrote:
>
>
>
> > Let's standardize this: are we calling the PHP extension libraries
> > 'extensions' or 'modules'? Internally, Zend seems to be calling them
> > modules, and PHP calls them extensions.
>
> Last week, I made a change which I hope made the names slightly less
> confusing. Yes, PHP and Zend still call the same things by different
> names, but before my change PHP was mixing the two, and at the same time
> making reference to Apache modules. Here's some excepts from the diff.
>
> -zend_module_entry *php3_builtin_modules[] = {
> +zend_module_entry *php_builtin_extensions[] = {
>
> -int module_startup_modules(void)
> +int php_startup_internal_extensions(void)
>
> -int module_global_startup_modules(void)
> +int php_global_startup_internal_extensions(void)
>
> -int module_global_shutdown_modules(void)
> +int php_global_shutdown_internal_extensions(void)
Sure, except Zend still has 'module_registry' and other stuff.
-Andrei
* I wish life had an UNDO function. *
-- 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: Jerry Lundström: "[PHP-DEV] COM/DCOM support in PHP?"
- Previous message: Paul Mundt: "Re: [PHP-DEV] php 3.0.9"
- In reply to: rubys <email protected>: "Re: [PHP-DEV] Extension or module?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

