summaryrefslogtreecommitdiff
path: root/ext/date
Commit message (Expand)AuthorAgeFilesLines
* - Fixed testsFelipe Pena2009-01-051-1/+1
* Bump copyright year, 3 of 3.Sebastian Bergmann2008-12-3111-11/+11
* - Fixed bug #46268 (DateTime::modify() does not reset relative timeDerick Rethans2008-12-182-0/+25
* - Fixed bug #46889: Memory leak in strtotime().Derick Rethans2008-12-184-6/+7
* - Fixed test-case.Derick Rethans2008-12-181-0/+2
* MFB: Fix a small portion of memory leak in bug #46889Ilia Alshanetsky2008-12-171-0/+1
* Fix testJohannes Schlüter2008-12-131-8/+8
* - fix build (was never used like that before recent commit to session) > loca...Pierre Joye2008-12-111-1/+1
* - silent conversion warnings as it is not going to be "fixed" any time soon, ...Pierre Joye2008-12-091-0/+2
* New testcases for idate functionSanjay Mantoor2008-12-088-0/+742
* - 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
* Fix #46241 (stacked error_handlers, error_handling in general)Etienne Kneuss2008-11-191-4/+13
* - Added 'static' into ZEND_BEGIN_ARG_INFO_EX macro (again!)Felipe Pena2008-11-171-66/+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
* - Export DateTime and DateTimeZone class entries so that external extensionsDerick Rethans2008-11-062-45/+60
* - Fixed an issue with the * format specifier for parsing from a user-definedDerick Rethans2008-11-053-98/+151
* - Revert ZEND_BEGIN_ARG_INFO changeFelipe Pena2008-11-021-0/+66
* 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
* - Added 'static' into ZEND_BEGIN_ARG_INFO_EX macroFelipe Pena2008-10-241-66/+0
* 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-4/+18232
* - Updated to versionDerick Rethans2008-09-151-18215/+4
* - Support for the Scottish "back of" and "front of" hour phrases.Derick Rethans2008-08-292-10627/+11194
* - [DOC] win's strftime does not support all posix formatting code and have so...Pierre Joye2008-08-102-9/+65
* do not fail & segfault if malloc(0) returns NULL, that's expectedAntony Dovgal2008-08-091-33/+39
* fix leakAntony Dovgal2008-08-091-1/+1
* Fix error_handling usage in various extensionsEtienne Kneuss2008-08-081-8/+4
* - Fixed a bug that caused miscalculations with the "last <weekday> of <n>Derick Rethans2008-08-052-0/+65
* - Fixed bug #45696 (Not all DateTime methods allow method chaining).Derick Rethans2008-08-031-11/+19
* - improve previous fix for scan, disable optimizer only for scan() using #pra...Pierre Joye2008-08-022-5/+8
* - parser's scan function is too large for VC6-7.x, disable the optimizer (siz...Pierre Joye2008-08-021-0/+5
* - Fixed bug #45545 (DateInterval has a limitation of 4 chars for ISODerick Rethans2008-08-022-222/+421
* - Fixed a bug with the YYYY-MM format not resetting the day correctly.Derick Rethans2008-07-306-67/+105
* wsJani Taskinen2008-07-301-13/+13
* Fixed memory leakDmitry Stogov2008-07-291-1/+4
* Fixed testDmitry Stogov2008-07-291-1/+1
* - Updated to version 2008.5 (2008e)Derick Rethans2008-07-281-442/+443
* - Fixed DateTime::setTimestamp() and added a test for it.Derick Rethans2008-07-272-1/+17
* fix testAntony Dovgal2008-07-241-1/+1
* - Fixed an issue with "first <weekday> of" in case the first <weekday> was theDerick Rethans2008-07-232-1486/+1520
* - Fixed bug #43452 (strings containing a weekday, or a number plus weekdayDerick Rethans2008-07-233-3/+74