From: oren at telebox dot co dot il Operating system: linux rh9 PHP version: 5.1.4 PHP Bug Type: MySQL related Bug description: bug in date and mysql
Description: ------------ Hello the bug is where i write sql string with date info i get strange result Reproduce code: --------------- $sql = "UPDATE `stat` SET `total`=TIME_TO_SEC(TIMEDIFF('".date("Y-m-d H:i:s")."',startime)) , endtime = '".date("Y-m-d H:i:s")."' WHERE `hendel`='$hendel'"; Expected result: ---------------- the result is lateness of 1 - 6 seconds Actual result: -------------- the way i find to bypass the problem is . $nowsss=date("Y-m-d H:i:s"); $sql = "UPDATE `stat` SET `total`=TIME_TO_SEC(TIMEDIFF('".$nowsss."',startime)) , endtime = '".$nowsss."' WHERE `hendel`='$hendel'"; -- Edit bug report at http://bugs.php.net/?id=38416&edit=1 -- Try a CVS snapshot (PHP 4.4): http://bugs.php.net/fix.php?id=38416&r=trysnapshot44 Try a CVS snapshot (PHP 5.2): http://bugs.php.net/fix.php?id=38416&r=trysnapshot52 Try a CVS snapshot (PHP 6.0): http://bugs.php.net/fix.php?id=38416&r=trysnapshot60 Fixed in CVS: http://bugs.php.net/fix.php?id=38416&r=fixedcvs Fixed in release: http://bugs.php.net/fix.php?id=38416&r=alreadyfixed Need backtrace: http://bugs.php.net/fix.php?id=38416&r=needtrace Need Reproduce Script: http://bugs.php.net/fix.php?id=38416&r=needscript Try newer version: http://bugs.php.net/fix.php?id=38416&r=oldversion Not developer issue: http://bugs.php.net/fix.php?id=38416&r=support Expected behavior: http://bugs.php.net/fix.php?id=38416&r=notwrong Not enough info: http://bugs.php.net/fix.php?id=38416&r=notenoughinfo Submitted twice: http://bugs.php.net/fix.php?id=38416&r=submittedtwice register_globals: http://bugs.php.net/fix.php?id=38416&r=globals PHP 3 support discontinued: http://bugs.php.net/fix.php?id=38416&r=php3 Daylight Savings: http://bugs.php.net/fix.php?id=38416&r=dst IIS Stability: http://bugs.php.net/fix.php?id=38416&r=isapi Install GNU Sed: http://bugs.php.net/fix.php?id=38416&r=gnused Floating point limitations: http://bugs.php.net/fix.php?id=38416&r=float No Zend Extensions: http://bugs.php.net/fix.php?id=38416&r=nozend MySQL Configuration Error: http://bugs.php.net/fix.php?id=38416&r=mysqlcfg