Justtechjobs.com Find a programming school near you






Online Campus Both


php4-beta | 199912

Re: [PHP4BETA] cvs: /php4 TODO From: Sascha Schumann (sascha <email protected>)
Date: 12/23/99

On Thu, Dec 23, 1999 at 03:19:27PM -0000, Thies C. Arntzen wrote:
> thies Thu Dec 23 10:19:27 1999 EDT
>
> Modified files:
> /php4 TODO
> Log:
> clean up basic_functions
>
>
> Index: php4/TODO
> diff -u php4/TODO:1.27 php4/TODO:1.28
> --- php4/TODO:1.27 Thu Dec 23 07:52:11 1999
> +++ php4/TODO Thu Dec 23 10:18:56 1999
> @@ -3,6 +3,9 @@
>
> global
> ------
> + * let every module (source-file) have it's own module & function_entry
> + block. Right now the math functions are in math.c but the corresponding
> + function-entries are in basic_functions.

    That's not a good idea. What do you gain by doing so?
    Nothing. What do you lose? The module startup process will be
    slowed down. The source files will never be used alone, so it
    makes sense to save the startup time and merge major data
    structures in one place.

-- 

Regards,

Sascha Schumann Consultant

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