summaryrefslogtreecommitdiff
path: root/ext/standard/microtime.c
Commit message (Expand)AuthorAgeFilesLines
* Remove local variablesPeter Kokot2019-02-031-9/+0
* Remove yearly range from copyright noticeZeev Suraski2019-01-301-1/+1
* Remove unused Git attributes identPeter Kokot2018-07-251-2/+0
* Avoid double copyingDmitry Stogov2018-03-061-4/+1
* year++Xinchen Hui2018-01-021-1/+1
* Fix some format specificersDavid Carlier2017-12-161-1/+1
* Removed support for BeOS, development for BeOS was supported 17 years ago.Kalle Sommer Nielsen2017-08-291-1/+1
* Update copyright headers to 2017Sammy Kaye Powers2017-01-021-1/+1
* Use new param API in standardSara Golemon2016-12-301-6/+8
* Remove Netware supportKalle Sommer Nielsen2016-11-121-3/+0
* 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
* | Windows support for getrusage()Kalle Sommer Nielsen2015-05-201-1/+8
* | bump yearXinchen Hui2015-01-151-1/+1
* | trailing whitespace removalStanislav Malyshev2015-01-101-2/+2
* | first shot remove TSRMLS_* thingsAnatol Belski2014-12-131-3/+3
* | s/PHP 5/PHP 7/Johannes Schlüter2014-09-191-1/+1
* | master renames phase 1Anatol Belski2014-08-251-7/+7
* | further fixes to ext/standardAnatol Belski2014-08-181-2/+2
* | fix macros in the 5 basic extensionsAnatol Belski2014-08-161-5/+5
* | Use better data structures (incomplete)Dmitry Stogov2014-02-131-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
* sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.phpSebastian Bergmann2010-01-031-1/+1
* MFH: set second argument of gettimeofday() to NULL (fixes #48346,Arnaud Le Blanc2009-05-211-2/+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
* MFH: Bump year.Sebastian Bergmann2007-01-011-1/+1
* Use %F (ignores locale) for internal representation of floatsIlia Alshanetsky2006-12-251-1/+1
* MFH: fix parameter parsing in getrusage()Hannes Magnusson2006-11-031-1/+5
* bump year and license versionfoobar2006-01-011-3/+3
* - Fixed bug #35143 (gettimeofday() ignores current time zone).Derick Rethans2005-11-201-6/+10
* - Bumber up yearfoobar2005-08-031-1/+1
* Fixed compiler warning.Ilia Alshanetsky2005-03-221-1/+3
* Fixed bug #31792 (getrusage() does not provide ru_nswap value).Ilia Alshanetsky2005-03-011-0/+1
* Fixed proto.Ilia Alshanetsky2004-12-301-1/+1
* Simplify and cleanup code.Ilia Alshanetsky2004-10-271-10/+5
* Merge gettimeofday() based code to prevent duplication.Ilia Alshanetsky2004-10-251-45/+27
* fix windows buildRob Richards2004-10-221-3/+2
* Allow gettimeofday() return a float if optional argument is specified.Ilia Alshanetsky2004-10-211-0/+10
* removed unwanted NEW_LIBC checks as they are no more needed for NETAWREAnantha Kesari H Y2004-09-251-4/+1
* - A belated happy holidays and PHP 5Andi Gutmans2004-01-081-2/+2
* proto fixAndrey Hristov2003-12-171-1/+1
* Added optional parameter to microtime so now it can return float if itAndrey Hristov2003-12-171-7/+18
* updating license information in the headers.James Cox2003-06-101-3/+3
* Bump year.Sebastian Bergmann2002-12-311-1/+1
* make microtime and gettimeofday unavailable instead of return false returnMarcus Boerger2002-10-291-7/+9