On Thu, 16 Jun 2005 23:12:11 -0000
[EMAIL PROTECTED] ("Jani Taskinen") wrote:

> sniper                Thu Jun 16 19:12:11 2005 EDT
> 
>   Added files:                 
>     /php-src/ext/date/lib     timelib.m4 
> 
>   Modified files:              
>     /php-src/ext/date config.m4 php_date.c 
>     /php-src/ext/date/lib     .cvsignore dow.c parse_date.c
> parse_tz.c timelib.c timelib.h timelib_structs.h 
>                               tm2unixtime.c unixtime2tm.c 
>     /php-src/ext/date/lib/resource    parse_date.re 
>   Log:
>   - Improve portability.
>   # TODO: The standalone lib needs it's own build stuff, pretty
>   # much same as Zend has for standalone builds.

Why not use the same as I did in pecl/date? I understand to split
some functions in separate files but why a lib for something that
will always be included?

For the TZ datas, a lib makes sense though, easier to update only
the TZ datas between PHP releases.

--Pierre

-- 
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to