[PHP-CVS] cvs: php-src /ext/standard microtime.c

2009-05-21 Thread Arnaud Le Blanc
lbarnaudThu May 21 14:21:19 2009 UTC Modified files: /php-src/ext/standard microtime.c Log: set second argument of gettimeofday() to NULL (fixes #48346, patch by adriano at guiadohardware dot net)

[PHP-CVS] cvs: php-src /ext/standard microtime.c

2006-10-19 Thread Andrei Zmievski
andrei Thu Oct 19 22:11:05 2006 UTC Modified files: /php-src/ext/standard microtime.c Log: Unicode support in microtime() and gettimeofday(). http://cvs.php.net/viewvc.cgi/php-src/ext/standard/microtime.c?r1=1.56r2=1.57diff_format=u Index:

[PHP-CVS] cvs: php-src /ext/standard microtime.c

2005-03-22 Thread Ilia Alshanetsky
iliaa Tue Mar 22 09:44:23 2005 EDT Modified files: /php-src/ext/standard microtime.c Log: Fixed compiler warning. http://cvs.php.net/diff.php/php-src/ext/standard/microtime.c?r1=1.51r2=1.52ty=u Index: php-src/ext/standard/microtime.c diff -u

[PHP-CVS] cvs: php-src /ext/standard microtime.c

2004-12-29 Thread Ilia Alshanetsky
iliaa Wed Dec 29 20:23:44 2004 EDT Modified files: /php-src/ext/standard microtime.c Log: Fixed proto. http://cvs.php.net/diff.php/php-src/ext/standard/microtime.c?r1=1.49r2=1.50ty=u Index: php-src/ext/standard/microtime.c diff -u

[PHP-CVS] cvs: php-src /ext/standard microtime.c

2004-10-27 Thread Ilia Alshanetsky
iliaa Wed Oct 27 19:12:06 2004 EDT Modified files: /php-src/ext/standard microtime.c Log: Simplify and cleanup code. http://cvs.php.net/diff.php/php-src/ext/standard/microtime.c?r1=1.48r2=1.49ty=u Index: php-src/ext/standard/microtime.c diff -u

[PHP-CVS] cvs: php-src /ext/standard microtime.c

2004-10-25 Thread Ilia Alshanetsky
iliaa Mon Oct 25 09:28:58 2004 EDT Modified files: /php-src/ext/standard microtime.c Log: Merge gettimeofday() based code to prevent duplication. http://cvs.php.net/diff.php/php-src/ext/standard/microtime.c?r1=1.47r2=1.48ty=u Index:

[PHP-CVS] cvs: php-src /ext/standard microtime.c

2004-10-22 Thread Rob Richards
rrichards Fri Oct 22 09:11:34 2004 EDT Modified files: /php-src/ext/standard microtime.c Log: fix windows build http://cvs.php.net/diff.php/php-src/ext/standard/microtime.c?r1=1.46r2=1.47ty=u Index: php-src/ext/standard/microtime.c diff -u

[PHP-CVS] cvs: php-src /ext/standard microtime.c

2004-09-25 Thread Anantha Kesari H Y
hyanantha Sat Sep 25 10:54:43 2004 EDT Modified files: /php-src/ext/standard microtime.c Log: removed unwanted NEW_LIBC checks as they are no more needed for NETAWRE http://cvs.php.net/diff.php/php-src/ext/standard/microtime.c?r1=1.44r2=1.45ty=u

[PHP-CVS] cvs: php-src /ext/standard microtime.c

2003-12-17 Thread Andrey Hristov
andrey Wed Dec 17 17:03:34 2003 EDT Modified files: /php-src/ext/standard microtime.c Log: Added optional parameter to microtime so now it can return float if it the user wants. This prevents from getting string representation exploding it and then

Re: [PHP-CVS] cvs: php-src /ext/standard microtime.c

2003-12-17 Thread Andi Gutmans
You didn't fix the proto. And please, try to hold commits for a few hours whilst I roll the beta. Andi At 10:03 PM 12/17/2003 +, Andrey Hristov wrote: andrey Wed Dec 17 17:03:34 2003 EDT Modified files: /php-src/ext/standard microtime.c Log: Added optional parameter

[PHP-CVS] cvs: php-src /ext/standard microtime.c

2003-12-17 Thread Andrey Hristov
andrey Wed Dec 17 17:21:06 2003 EDT Modified files: /php-src/ext/standard microtime.c Log: proto fix Index: php-src/ext/standard/microtime.c diff -u php-src/ext/standard/microtime.c:1.42 php-src/ext/standard/microtime.c:1.43 ---