summaryrefslogtreecommitdiff
path: root/ext/standard/microtime.c
Commit message (Expand)AuthorAgeFilesLines
...
* - Fix copyright notices with 2001Andi Gutmans2001-02-261-1/+1
* Always return a value even if HAVE_GETTIMEOFDAY is not setJames Moore2001-02-041-4/+6
* - ARG_COUNT(ht) -> ZEND_NUM_ARGS() mega patchAndi Gutmans2000-06-051-1/+1
* a second (cleaner?) try on warnings about unsupported functionsHartmut Holzgraefe2000-05-271-4/+2
* - I'm not sure if PHP_NOT_IN_THIS_BUILD is the way to handle theseAndi Gutmans2000-05-271-1/+1
* if a module provides a function it should also do so if the functionHartmut Holzgraefe2000-05-261-2/+4
* Update the license with the new clause 6Zeev Suraski2000-05-181-2/+2
* Fix build on systems which lack snprintf or vsnprintf.Sascha Schumann2000-03-121-1/+0
* - Convert 'PHP3' to 'PHP'Zeev Suraski2000-02-261-18/+18
* More protos.Egon Schmid2000-02-241-3/+3
* (PHP getrusage) don't define this function at all if the getrusage() functionStig Bakken2000-02-231-2/+3
* Include <sys/types.h> and <sys/time.h> before <sys/resource.h>Sascha Schumann2000-02-231-13/+13
* php.h should be the first file included, so that HAVE_* are definedSascha Schumann2000-02-231-1/+2
* Include <sys/resource.h> for getrusage(2)Sascha Schumann2000-02-231-0/+3
* the pipe is breaking all the timeZeev Suraski2000-02-191-2/+2
* Fine tune Andi's patchZeev Suraski2000-02-111-1/+1
* - Get rid of some more evil MSVC5's and switch standard/ to use PHP_WIN32Andi Gutmans2000-02-101-1/+1
* Happy Y2K patch! Happy new year (or the new millennium, depending on whetherSascha Schumann2000-01-011-1/+1
* - The tree compiles againZeev Suraski1999-12-181-1/+1
* Use new Zend API.Sascha Schumann1999-09-241-4/+4
* Fix typo.Sascha Schumann1999-09-211-1/+1
* On at least Win32, gettimeofday() returns values in tv_usec which exceedSascha Schumann1999-09-211-0/+1
* License updateZeev Suraski1999-07-161-20/+9
* * fixed some #if/#ifdef issuesStig Bakken1999-06-161-3/+3
* merge in some PHP3 stuffSascha Schumann1999-05-211-4/+73
* conv_proto *.[ch]Sascha Schumann1999-05-161-1/+1
* A lot of cleanups... Removed old thread-safe code and other redundant code a...Zeev Suraski1999-04-241-1/+0
* Remove tls.[ch]Zeev Suraski1999-04-231-3/+0
* First commit of re-structuring phase one. We have started using automake inStig Bakken1999-04-171-0/+88