summaryrefslogtreecommitdiff
path: root/ext/date
Commit message (Expand)AuthorAgeFilesLines
* fix testAntony Dovgal2009-01-281-0/+2
* - Fixed tests?Derick Rethans2009-01-272-2/+2
* Fix testsScott MacVicar2009-01-275-2/+10
* - MFH: Elevate no-tz set warning from E_STRICT to E_WARNING.Derick Rethans2009-01-275-11/+11
* New date tests for getdate() and gmstrftime(). Tested on WIndows, Linux and L...andy wharmby2009-01-2233-0/+2809
* New basic time()and microtime() tests. Tested on Windows, Linux and Linux 64...andy wharmby2009-01-224-0/+127
* Fix test after #46732 fix. Tested on WIndows, Linux and Linux 64 bitandy wharmby2009-01-221-2/+5
* - Updated to version 2009.1 (2009a)Derick Rethans2009-01-211-1029/+1058
* New testcases for strftime functionSanjay Mantoor2009-01-2125-0/+1488
* fix typoAntony Dovgal2009-01-142-3/+3
* Fix date_suninfo_tests; add missing date_default_timezone_set() to ensure the...andy wharmby2009-01-142-4/+2
* Fix new date tests. Tested on Windows, Linux and Linux 64 bitandy wharmby2009-01-137-14/+12
* New date extension tests. Tested on Windows, Linux and Linux 64 bitandy wharmby2009-01-138-0/+1822
* If a TZ environmental is set then it ends up getting used instead of the INI ...Scott MacVicar2009-01-1039-80/+37
* New testcases for localtime functionSanjay Mantoor2009-01-096-0/+1834
* MFH: Bump copyright year, 3 of 3.Sebastian Bergmann2008-12-3111-11/+11
* - MFH: Fixed bug #46268 (DateTime::modify() does not reset relative timeDerick Rethans2008-12-182-0/+25
* - MFH: Fixed bug #46889: Memory leak in strtotime().Derick Rethans2008-12-184-6/+7
* Fix a small portion of memory leak in bug #46889Ilia Alshanetsky2008-12-171-0/+1
* MFH (Use the same test fiel as in HEAD)Johannes Schlüter2008-12-131-8/+8
* - MFH: fix build (was never used like that before recent commit to session) >...Pierre Joye2008-12-111-1/+1
* - MFH: silent conversion warnings as it is not going to be "fixed" any time s...Pierre Joye2008-12-091-0/+2
* New testcases for idate functionSanjay Mantoor2008-12-087-0/+713
* - MFH: Fixed bug #46732 (mktime.year description is wrong).Derick Rethans2008-12-022-4/+8
* Fixed testcsae inputs so that test runs fasterSanjay Mantoor2008-11-241-16/+16
* New testcases for gmmktime functionSanjay Mantoor2008-11-2111-0/+1394
* MFH: Fix #46241 (stacked error_handlers, error_handling in general)Etienne Kneuss2008-11-191-5/+14
* - MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macroFelipe Pena2008-11-171-65/+0
* New testcases for gmdate functionSanjay Mantoor2008-11-1416-0/+1175
* New testcases for date_sunset functionSanjay Mantoor2008-11-1010-0/+1957
* New testcases for date_sunrise functionSanjay Mantoor2008-11-1010-0/+1926
* - MFH: Export DateTime and DateTimeZone class entries so that externalDerick Rethans2008-11-063-46/+61
* - MFH: Fixed an issue with the * format specifier for parsing from aDerick Rethans2008-11-053-98/+151
* - Revert ZEND_BEGIN_ARG_INFO changeFelipe Pena2008-11-021-0/+65
* New testcases for gettimeofday functionSanjay Mantoor2008-10-303-0/+368
* scottish time variationZoe Slattery2008-10-281-0/+16
* - Updated to version 2008.9 (2008i)Derick Rethans2008-10-281-816/+645
* - MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macroFelipe Pena2008-10-241-65/+0
* MFH: initialize optional varsArnaud Le Blanc2008-10-211-7/+7
* Committing test for tillZoe Slattery2008-10-211-0/+47
* - Updated to version 2008.8 (2008h)Derick Rethans2008-10-131-127/+128
* - Updated to version 2008.7 (2008g)Derick Rethans2008-10-061-25/+25
* - Updated to version 2008.6 (2008f)Derick Rethans2008-09-151-435/+452
* - MFH: Support for "back of <hour>" and "front of <hour>" phrases that are usedDerick Rethans2008-08-292-10627/+11194
* - [DOC] win's strftime does not support all posix formatting code and have so...Pierre Joye2008-08-102-0/+56
* MFH: do not fail & segfault if malloc(0) returns NULL, that's expectedAntony Dovgal2008-08-091-33/+39
* MFH: Fix error_handling usage in various extensionsEtienne Kneuss2008-08-081-8/+5
* - MFH: Fixed a bug that caused miscalculations with the "last <weekday> of <n>Derick Rethans2008-08-052-0/+65
* - MFH: Fixed bug #45696 (Not all DateTime methods allow method chaining).Derick Rethans2008-08-031-11/+19
* - MFH: improve previous fix for scan, disable optimizer only for scan() using...Pierre Joye2008-08-022-5/+8