Looks interesting. A lot of functions though. Would it make sense to at least remove all date_sub_* () functions in favor of using the date_add_* () counterparts with negative values? E.g. date_add_days(-10) does the same as date_sub_days(10) ? One of the easy ways to reduce usability of an extension is to include a lot of functions that do basic (and often overlapping) functions.

Pierre-Alain Joye wrote:

hello,

As a side note, the date range starts on 1/1/1 and ends on 31/12/65535.

Y65K bug, anyone? :)


Vlad


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

Reply via email to