summaryrefslogtreecommitdiff
path: root/ext/standard/datetime.c
Commit message (Expand)AuthorAgeFilesLines
* Remove proto comments from C filesMax Semenik2020-07-061-2/+1
* Remove mention of PHP major version in Copyright headersGabriel Caruso2019-09-251-2/+0
* Update MAY_BE_NULL for parts of ext/standardNikita Popov2019-05-281-1/+1
* Remove local variablesPeter Kokot2019-02-031-9/+0
* Remove yearly range from copyright noticeZeev Suraski2019-01-301-1/+1
* Future-proof email addresses...Zeev Suraski2018-11-011-2/+2
* Remove unused Git attributes identPeter Kokot2018-07-251-2/+0
* Fix warnings defined but not usedPeter Kokot2018-06-021-10/+0
* year++Xinchen Hui2018-01-021-1/+1
* Move constants into read-only data segmentDmitry Stogov2017-12-141-4/+4
* Update copyright headers to 2017Sammy Kaye Powers2017-01-021-1/+1
* Use new param API in standardSara Golemon2016-12-301-3/+4
* Merge branch 'PHP-5.6' into PHP-7.0Lior Kaplan2016-01-011-1/+1
|\
| * Happy new year (Update copyright to 2016)Lior Kaplan2016-01-011-1/+1
| * bump yearXinchen Hui2015-01-151-1/+1
* | bump yearXinchen Hui2015-01-151-1/+1
* | first shot remove TSRMLS_* thingsAnatol Belski2014-12-131-3/+3
* | s/PHP 5/PHP 7/Johannes Schlüter2014-09-191-1/+1
* | first show to make 's' work with size_tAnatol Belski2014-08-271-2/+2
* | master renames phase 1Anatol Belski2014-08-251-8/+8
* | fix macros in the 5 basic extensionsAnatol Belski2014-08-161-8/+8
* | Cleanup (1-st round)Dmitry Stogov2014-04-151-1/+1
|/
* Bump yearXinchen Hui2014-01-031-1/+1
* Happy New YearXinchen Hui2013-01-011-1/+1
* - Year++Felipe Pena2012-01-011-1/+1
* - Year++Felipe Pena2011-01-011-1/+1
* Removed y2k_compliance ini option, making it "always" enabled internallyKalle Sommer Nielsen2010-04-121-15/+6
* sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.phpSebastian Bergmann2010-01-031-1/+1
* MFH: Bump copyright year, 3 of 3.Sebastian Bergmann2008-12-311-1/+1
* MFH: Bump copyright year, 2 of 2.Sebastian Bergmann2007-12-311-1/+1
* MFHJani Taskinen2007-11-051-6/+5
* MFH: php_gmtime_r() fixesAntony Dovgal2007-06-071-0/+6
* MFH: Bump year.Sebastian Bergmann2007-01-011-1/+1
* MFH: fix segfault in strptime() on 64bit Linuxes, caused by the missing decla...Antony Dovgal2006-08-241-4/+4
* Fixed bug #38524 (strptime() does not initialize the internal date storageIlia Alshanetsky2006-08-201-0/+2
* bump year and license versionfoobar2006-01-011-3/+3
* Fixed bug #35425 (idate() function ignores timezone settings).Ilia Alshanetsky2005-11-291-157/+0
* - Bumber up yearfoobar2005-08-031-1/+1
* - Reimplemented time(), getdate() and localtime() functions with new datetimeDerick Rethans2005-07-031-113/+0
* - Fixed bug #33532 (Different output for strftime() and date()).Derick Rethans2005-07-031-99/+0
* - Fixed bug #30096 (gmmktime does not return the corrent time).Derick Rethans2005-07-031-204/+0
* - Reimplemented date and gmdate with new timelib code.Derick Rethans2005-06-301-410/+0
* - Added backward compability wrapper "php_parse_date()".Derick Rethans2005-06-191-2/+0
* - Add my new timelib and ext/date. For now only strtotime() makes use of this.Derick Rethans2005-06-141-29/+0
* MFB43: Fixed bug #31583 (php_std_date() uses short day names inIlia Alshanetsky2005-04-141-5/+5
* - Fixed bug #31842 (*date('r') does not return RFC2822 conforming date string).foobar2005-02-041-2/+2
* Fixed bug #31056 (php_std_date() returns invalid formatted date ifIlia Alshanetsky2004-12-121-1/+1
* Add strptime function.Sterling Hughes2004-09-291-0/+39
* removed redundant NEW_LIBC checksAnantha Kesari H Y2004-09-251-1/+1
* Fixed bug #29342 (strtotime() does not handle empty date string properly).Ilia Alshanetsky2004-07-281-2/+4