[PHP-CVS] cvs: php-src /ext/date php_date.c php_date.h

2009-05-31 Thread Stanislav Malyshev
stasSun May 31 21:29:54 2009 UTC Modified files: /php-src/ext/date php_date.c php_date.h Log: fix for #48247 http://cvs.php.net/viewvc.cgi/php-src/ext/date/php_date.c?r1=1.235&r2=1.236&diff_format=u Index: php-src/ext/date/php_date.c diff -u php-src/ext

[PHP-CVS] cvs: php-src /ext/date php_date.c php_date.h

2009-05-03 Thread Derick Rethans
derick Sun May 3 19:57:35 2009 UTC Modified files: /php-src/ext/date php_date.c php_date.h Log: - Added timezone_version_get() to retrieve the version of the used timezone database. http://cvs.php.net/viewvc.cgi/php-src/ext/date/php_date.c?r1=1.226&r2

[PHP-CVS] cvs: php-src /ext/date php_date.c php_date.h

2008-11-06 Thread Derick Rethans
derick Thu Nov 6 09:44:03 2008 UTC Modified files: /php-src/ext/date php_date.c php_date.h Log: - Export DateTime and DateTimeZone class entries so that external extensions can make use of it as well. http://cvs.php.net/viewvc.cgi/php-src/ext/date/php

[PHP-CVS] cvs: php-src /ext/date php_date.c php_date.h /ext/date/lib parse_tz.c timelib_structs.h

2008-07-18 Thread Derick Rethans
derick Fri Jul 18 14:33:27 2008 UTC Modified files: /php-src/ext/date php_date.c php_date.h /php-src/ext/date/lib parse_tz.c timelib_structs.h Log: - Added support for selectively listing timezone identifiers by country code through timezone_ident

[PHP-CVS] cvs: php-src /ext/date php_date.c php_date.h /ext/date/lib parse_date.c parse_date.re tm2unixtime.c

2008-05-02 Thread Derick Rethans
derick Fri May 2 12:48:19 2008 UTC Modified files: /php-src/ext/date php_date.c php_date.h /php-src/ext/date/lib parse_date.c parse_date.re tm2unixtime.c Log: - Added DateInterval::createFromDateString() that creates an interval from the relative

Re: [PHP-CVS] cvs: php-src /ext/date php_date.c php_date.h /ext/date/lib timelib.c timelib.h

2008-05-02 Thread Derick Rethans
On Fri, 2 May 2008, Marcus Boerger wrote: > Hello Derick, > > Thursday, May 1, 2008, 2:10:25 AM, you wrote: > > > http://cvs.php.net/viewvc.cgi/php-src/ext/date/php_date.c?r1=1.178&r2=1.179&diff_format=u > > Index: php-src/ext/date/php_date.c > > diff -u php-src/ext/date/php_date.c:1.178 php-src

Re: [PHP-CVS] cvs: php-src /ext/date php_date.c php_date.h /ext/date/lib timelib.c timelib.h

2008-05-02 Thread Marcus Boerger
Hello Derick, Thursday, May 1, 2008, 2:10:25 AM, you wrote: > http://cvs.php.net/viewvc.cgi/php-src/ext/date/php_date.c?r1=1.178&r2=1.179&diff_format=u > Index: php-src/ext/date/php_date.c > diff -u php-src/ext/date/php_date.c:1.178 php-src/ext/date/php_date.c:1.179 > --- php-src/ext/date/php_dat

[PHP-CVS] cvs: php-src /ext/date php_date.c php_date.h /ext/date/lib timelib.c timelib.h

2008-04-30 Thread Derick Rethans
derick Thu May 1 00:10:25 2008 UTC Modified files: /php-src/ext/date php_date.c php_date.h /php-src/ext/date/lib timelib.c timelib.h Log: - Added the DatePeriod class/iterator that iterates over a date time object for a specific number of iterato

[PHP-CVS] cvs: php-src /ext/date php_date.c php_date.h

2008-03-14 Thread Derick Rethans
derick Fri Mar 14 16:18:26 2008 UTC Modified files: /php-src/ext/date php_date.c php_date.h Log: - Allow datetime objects to be serialized and woken up. - Implemented __set_state(). http://cvs.php.net/viewvc.cgi/php-src/ext/date/php_date.c?r1=1.171&r2=1.1

[PHP-CVS] cvs: php-src /ext/date php_date.c php_date.h

2008-01-28 Thread Derick Rethans
derick Mon Jan 28 20:29:40 2008 UTC Modified files: /php-src/ext/date php_date.c php_date.h Log: - Added DateTime::getTimestamp() / date_timestamp_get(). http://cvs.php.net/viewvc.cgi/php-src/ext/date/php_date.c?r1=1.159&r2=1.160&diff_format=u Index: php-s

[PHP-CVS] cvs: php-src /ext/date php_date.c php_date.h /ext/date/lib parse_date.c parse_date.re timelib.h

2008-01-13 Thread Derick Rethans
derick Sun Jan 13 15:16:48 2008 UTC Modified files: /php-src/ext/date php_date.c php_date.h /php-src/ext/date/lib parse_date.c parse_date.re timelib.h Log: - MF53: Added new date/time functionality: * date_parse_from_format(): Parse date/time s

[PHP-CVS] cvs: php-src /ext/date php_date.c php_date.h

2007-12-14 Thread Scott MacVicar
scottmacFri Dec 14 14:27:18 2007 UTC Modified files: /php-src/ext/date php_date.c php_date.h Log: - Add Datetime::createFromTimestamp to allow setting of a unix timestamp without invoking the date parser. http://cvs.php.net/viewvc.cgi/php-src/ext/date

[PHP-CVS] cvs: php-src /ext/date php_date.c php_date.h /ext/date/tests oo_001.phpt

2006-08-01 Thread Michael Wallner
mikeTue Aug 1 13:27:41 2006 UTC Added files: /php-src/ext/date/tests oo_001.phpt Modified files: /php-src/ext/date php_date.c php_date.h Log: - OO fixes: . no is_ref for objects in PHP5+ . initialize objects when created

[PHP-CVS] cvs: php-src /ext/date php_date.c php_date.h

2006-07-18 Thread Derick Rethans
derick Tue Jul 18 12:37:49 2006 UTC Modified files: /php-src/ext/date php_date.c php_date.h Log: - Enable all methods in the already existing Date and Timezone classes http://cvs.php.net/viewvc.cgi/php-src/ext/date/php_date.c?r1=1.105&r2=1.106&diff_format=u I

[PHP-CVS] cvs: php-src /ext/date php_date.c php_date.h

2006-01-27 Thread Frank M. Kromann
fmk Sat Jan 28 06:18:18 2006 UTC Modified files: /php-src/ext/date php_date.c php_date.h Log: MFB51 Export symbols that will allow building WDDX as shared object http://cvs.php.net/viewcvs.cgi/php-src/ext/date/php_date.c?r1=1.83&r2=1.84&diff_format=u Index

Re: [PHP-CVS] cvs: php-src /ext/date php_date.c php_date.h /ext/date/lib astro.c parse_date.c parse_date.re parse_tz.c timelib.h unixtime2tm.c /ext/standard basic_functions.c config.m4 config.w32 ph

2006-01-04 Thread Ilia Alshanetsky
Go ahead and apply this patch to 5.1.2 please. Ilia -- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-CVS] cvs: php-src /ext/date php_date.c php_date.h /ext/date/lib astro.c parse_date.c parse_date.re parse_tz.c timelib.h unixtime2tm.c /ext/standard basic_functions.c config.m4 config.w32 php_st

2006-01-04 Thread Derick Rethans
derick Wed Jan 4 12:57:04 2006 UTC Removed files: /php-src/ext/standard php_sunfuncs.h sunfuncs.c Modified files: /php-src/ext/date php_date.c php_date.h /php-src/ext/date/lib astro.c parse_date.c parse_date.re parse_tz.c

[PHP-CVS] cvs: php-src /ext/date php_date.c php_date.h

2005-11-29 Thread Ilia Alshanetsky
iliaa Tue Nov 29 18:10:48 2005 EDT Modified files: /php-src/ext/date php_date.c php_date.h Log: MFB51: fixed zts build http://cvs.php.net/diff.php/php-src/ext/date/php_date.c?r1=1.72&r2=1.73&ty=u Index: php-src/ext/date/php_date.c diff -u php-src/ext/date

[PHP-CVS] cvs: php-src /ext/date php_date.c php_date.h /ext/date/tests bug35425.phpt /ext/standard basic_functions.c datetime.c datetime.h

2005-11-29 Thread Ilia Alshanetsky
iliaa Tue Nov 29 15:27:21 2005 EDT Modified files: /php-src/ext/standard datetime.c datetime.h basic_functions.c /php-src/ext/date php_date.c php_date.h /php-src/ext/date/tests bug35425.phpt Log: MFB51: Fixed bug #35425 (idate() function ign

[PHP-CVS] cvs: php-src /ext/date php_date.c php_date.h /ext/date/tests bug34304.phpt bug35143.phpt date_create-2.phpt date_create-3.phpt date_modify-1.phpt date_modify-2.phpt /ext/standard microtime

2005-11-20 Thread Derick Rethans
derick Sun Nov 20 15:31:49 2005 EDT Modified files: /php-src/ext/standard microtime.c /php-src/ext/date php_date.c php_date.h /php-src/ext/date/tests bug34304.phpt bug35143.phpt date_create-2.phpt date_create-3.php

[PHP-CVS] cvs: php-src /ext/date php_date.c php_date.h

2005-10-05 Thread Derick Rethans
derick Wed Oct 5 14:38:31 2005 EDT Modified files: /php-src/ext/date php_date.c php_date.h Log: - MF51: Windows Timezone guessing code http://cvs.php.net/diff.php/php-src/ext/date/php_date.c?r1=1.57&r2=1.58&ty=u Index: php-src/ext/date/php_date.c diff -u p

[PHP-CVS] cvs: php-src /ext/date php_date.c php_date.h /ext/date/lib .cvsignore parse_date.c parse_tz.c timelib.h timelib_structs.h timezonedb.h /ext/date/lib/resource parse_date.re

2005-10-03 Thread Derick Rethans
derick Mon Oct 3 07:15:23 2005 EDT Modified files: /php-src/ext/date php_date.c php_date.h /php-src/ext/date/lib .cvsignore parse_date.c parse_tz.c timelib.h timelib_structs.h timezonedb.h /php-src/ext/date/lib/resour

[PHP-CVS] cvs: php-src /ext/date php_date.c php_date.h

2005-09-02 Thread Derick Rethans
derick Fri Sep 2 10:57:42 2005 EDT Modified files: /php-src/ext/date php_date.c php_date.h Log: - Added date_time_set, date_date_set and date_isodate_set() functions, and setTime, setDate and setISODate() methods. http://cvs.php.net/diff.php/php-src/e

[PHP-CVS] cvs: php-src /ext/date php_date.c php_date.h /ext/date/lib timelib.h

2005-08-12 Thread Wez Furlong
wez Fri Aug 12 19:46:42 2005 EDT Modified files: /php-src/ext/date php_date.c php_date.h /php-src/ext/date/lib timelib.h Log: sizeof(time_t) !== sizeof(int) also, sizeof(timelib_sll) != sizeof(int) We get loads of truncation errors int th

[PHP-CVS] cvs: php-src /ext/date php_date.c php_date.h /ext/standard head.c

2005-07-08 Thread Antony Dovgal
tony2001Fri Jul 8 14:16:46 2005 EDT Modified files: /php-src/ext/standard head.c /php-src/ext/date php_date.c php_date.h Log: fix tsrm build http://cvs.php.net/diff.php/php-src/ext/standard/head.c?r1=1.82&r2=1.83&ty=u Index: php-src/ext/

[PHP-CVS] cvs: php-src /ext/date php_date.c php_date.h

2005-07-08 Thread Antony Dovgal
tony2001Fri Jul 8 08:26:31 2005 EDT Modified files: /php-src/ext/date php_date.c php_date.h Log: rename php_format_date() to date_format() add wrapper for date_format() to use it in other extensions http://cvs.php.net/diff.php/php-src/ext/date/ph

[PHP-CVS] cvs: php-src /ext/date php_date.c php_date.h /ext/date/tests bug26198.phpt bug28599.phpt bug29585.phpt bug29595.phpt bug33056.phpt bug33452.phpt bug33536.phpt bug33562.phpt bug33563.phpt fo

2005-07-04 Thread Derick Rethans
derick Mon Jul 4 17:27:26 2005 EDT Modified files: /php-src/ext/date php_date.c php_date.h /php-src/ext/date/tests bug26198.phpt bug28599.phpt bug29585.phpt bug29595.phpt bug33056.phpt bug33452.phpt

[PHP-CVS] cvs: php-src /ext/date php_date.c php_date.h /ext/date/lib parse_date.c /ext/date/lib/resource parse_date.re

2005-07-04 Thread Derick Rethans
derick Mon Jul 4 09:21:40 2005 EDT Modified files: /php-src/ext/date php_date.c php_date.h /php-src/ext/date/lib parse_date.c /php-src/ext/date/lib/resource parse_date.re Log: - PHPAPI + static don't mix, obviously. http://cvs.php.net/

[PHP-CVS] cvs: php-src /ext/date php_date.c php_date.h /ext/date/lib timelib.m4

2005-07-03 Thread Jani Taskinen
sniper Sun Jul 3 19:30:53 2005 EDT Modified files: /php-src/ext/date php_date.c php_date.h /php-src/ext/date/lib timelib.m4 Log: - Always use #ifdef when dealing with HAVE_* defines from AC_CHECK_FUNCS() - Added check for strftime() also in the tim

[PHP-CVS] cvs: php-src /ext/date php_date.c php_date.h /ext/standard basic_functions.c datetime.c

2005-07-03 Thread Derick Rethans
derick Sun Jul 3 16:45:08 2005 EDT Modified files: /php-src/ext/standard basic_functions.c datetime.c /php-src/ext/date php_date.c php_date.h Log: - Reimplemented time(), getdate() and localtime() functions with new datetime library. http://

[PHP-CVS] cvs: php-src /ext/date php_date.c php_date.h /ext/date/lib dow.c parse_date.c parse_tz.c timelib.c timelib.h timelib_structs.h tm2unixtime.c unixtime2tm.c /ext/date/lib/resource parse_date

2005-06-17 Thread Derick Rethans
derick Fri Jun 17 10:54:00 2005 EDT Modified files: /php-src/ext/date php_date.c php_date.h /php-src/ext/date/lib dow.c parse_date.c parse_tz.c timelib.c timelib.h timelib_structs.h tm2unixtime.c