summaryrefslogtreecommitdiff
path: root/ext/standard/microtime.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright headers to 2017Sammy Kaye Powers2017-01-041-1/+1
* 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
* NetWare related changes/modificationsAnantha Kesari H Y2002-09-061-0/+6
* Convert the value of tz_minuteswest inside struct timezone on Windows toIlia Alshanetsky2002-08-191-0/+5
* Maintain headers.Sebastian Bergmann2002-02-281-1/+1
* Update headers.Sebastian Bergmann2001-12-111-2/+2
* Back-substitute for Z_* macro's. If it breaks some extension (the script isn'...Jeroen van Wolffelaar2001-09-251-1/+1
* - Don't wrap lines... this is annoying while coding.Derick Rethans2001-09-091-2/+2
* Fix folding and clean up some extensionsRasmus Lerdorf2001-06-061-3/+2
* vim-6 does folding - clean up a bunch of missing folding tags plusRasmus Lerdorf2001-06-051-0/+1
* Simple patch to deal with lack of fields in the BeOS implementation of rusage.Stephen van Egmond2001-03-231-1/+1