ID: 35693 Updated by: [EMAIL PROTECTED] Reported By: dgdd at free dot fr -Status: Open +Status: Assigned Bug Type: Performance problem Operating System: windows xp PHP Version: 5.1.1 -Assigned To: +Assigned To: derick New Comment:
Assigned to the maintainer. Previous Comments: ------------------------------------------------------------------------ [2005-12-15 22:58:57] dgdd at free dot fr Description: ------------ Sorry for my bad english. PHP v5.1.1 : when using strtotime function intensively in my script the performance as reduced and the script is generate in 0,250 s ? With PHP 5.0.5, my script is generate in 0,055 s ! I'm test my script with PHP 5.1.1 without strtotime function -> this page was generate in 0,050 s ! Reproduce code: --------------- for ($i=1; $i<=30; $i++) { $timestamp = strtotime("-". (30-$i) ." day"); } for ( $i = 0; $i < 30; $i++ ){ $j = 29 - $i; $time_colone = date("y",strtotime("-$j day")).date("z",strtotime("-$j day")); } ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=35693&edit=1