61 Commits (495a5ab0057504b6719ee5be7462db8fa64a46f2)

Author SHA1 Message Date
Arnaud Le Blanc 9aca3c04a0 MFH: set second argument of gettimeofday() to NULL (fixes #48346, 17 years ago
Sebastian Bergmann 08659c2dcd MFH: Bump copyright year, 3 of 3. 17 years ago
Sebastian Bergmann d1dded8751 MFH: Bump copyright year, 2 of 2. 18 years ago
Sebastian Bergmann 4223aa4d5e MFH: Bump year. 19 years ago
Ilia Alshanetsky 0776e56437 Use %F (ignores locale) for internal representation of floats 20 years ago
Hannes Magnusson b11b08e987 MFH: fix parameter parsing in getrusage() 20 years ago
foobar 5bd93221a8 bump year and license version 20 years ago
Derick Rethans 2bb4d8282c - Fixed bug #35143 (gettimeofday() ignores current time zone). 21 years ago
foobar 23e671a51e - Bumber up year 21 years ago
Ilia Alshanetsky 7af2c5e44b Fixed compiler warning. 21 years ago
Ilia Alshanetsky 71b9b512cc Fixed bug #31792 (getrusage() does not provide ru_nswap value). 21 years ago
Ilia Alshanetsky 585833ab7e Fixed proto. 22 years ago
Ilia Alshanetsky 23344ea427 Simplify and cleanup code. 22 years ago
Ilia Alshanetsky 852170d740 Merge gettimeofday() based code to prevent duplication. 22 years ago
Rob Richards b20d2ba86c fix windows build 22 years ago
Ilia Alshanetsky 4b947b0525 Allow gettimeofday() return a float if optional argument is specified. 22 years ago
Anantha Kesari H Y 78ecac2569 removed unwanted NEW_LIBC checks as they are no more needed for NETAWRE 22 years ago
Andi Gutmans dbeb4158d2 - A belated happy holidays and PHP 5 23 years ago
Andrey Hristov f083d42581 proto fix 23 years ago
Andrey Hristov a0e930cff4 Added optional parameter to microtime so now it can return float if it 23 years ago
James Cox f68c7ff249 updating license information in the headers. 23 years ago
Sebastian Bergmann b506f5c8f8 Bump year. 24 years ago
Marcus Boerger 6f8bfd148a make microtime and gettimeofday unavailable instead of return false return 24 years ago
Anantha Kesari H Y 338332c799 NetWare related changes/modifications 24 years ago
Ilia Alshanetsky 6dbc0e5483 Convert the value of tz_minuteswest inside struct timezone on Windows to 24 years ago
Sebastian Bergmann 90613d2282 Maintain headers. 24 years ago
Sebastian Bergmann 38933514e1 Update headers. 25 years ago
Jeroen van Wolffelaar c033288573 Back-substitute for Z_* macro's. If it breaks some extension (the script isn't optimal, it parses for example var->zval.value incorrect) please let me know. 25 years ago
Derick Rethans 78747bd2df - Don't wrap lines... this is annoying while coding. 25 years ago
Rasmus Lerdorf 81e2cf03ac Fix folding and clean up some extensions 25 years ago
Rasmus Lerdorf 25c3a3a39d vim-6 does folding - clean up a bunch of missing folding tags plus 25 years ago
Stephen van Egmond 7f48c7adf5 Simple patch to deal with lack of fields in the BeOS implementation of rusage. 25 years ago
Andi Gutmans eb6ba01d1c - Fix copyright notices with 2001 25 years ago
James Moore 712f09d2a8 Always return a value even if HAVE_GETTIMEOFDAY is not set 25 years ago
Andi Gutmans 3701bc4207 - ARG_COUNT(ht) -> ZEND_NUM_ARGS() mega patch 26 years ago
Hartmut Holzgraefe fb39eda0d8 a second (cleaner?) try on warnings about unsupported functions 26 years ago
Andi Gutmans afccb58612 - I'm not sure if PHP_NOT_IN_THIS_BUILD is the way to handle these 26 years ago
Hartmut Holzgraefe 69d1e788c0 if a module provides a function it should also do so if the function 26 years ago
Zeev Suraski e043439ff6 Update the license with the new clause 6 26 years ago
Sascha Schumann caeaaf4d98 Fix build on systems which lack snprintf or vsnprintf. 26 years ago
Zeev Suraski bf5cb890b0 - Convert 'PHP3' to 'PHP' 26 years ago
Egon Schmid fe615efb5c More protos. 26 years ago
Stig Bakken b275477b76 (PHP getrusage) don't define this function at all if the getrusage() function 26 years ago
Sascha Schumann 027512320f Include <sys/types.h> and <sys/time.h> before <sys/resource.h> 26 years ago
Sascha Schumann 53e1ea7728 php.h should be the first file included, so that HAVE_* are defined 26 years ago
Sascha Schumann 21ca719293 Include <sys/resource.h> for getrusage(2) 26 years ago
Zeev Suraski 86fa2aade2 the pipe is breaking all the time 26 years ago
Zeev Suraski 80bdd19e03 Fine tune Andi's patch 26 years ago
Andi Gutmans 29280bb9ec - Get rid of some more evil MSVC5's and switch standard/ to use PHP_WIN32 26 years ago
Sascha Schumann 43ae2bffbb Happy Y2K patch! Happy new year (or the new millennium, depending on whether 27 years ago