ID:               35456
 Updated by:       [EMAIL PROTECTED]
 Reported By:      webmaster at smiliz dot info
-Status:           Assigned
+Status:           Closed
 Bug Type:         Date/time related
 Operating System: Windows XP PRO
 PHP Version:      5.1.1
 Assigned To:      derick
 New Comment:

This bug has been fixed in CVS.

Snapshots of the sources are packaged every three hours; this change
will be in the next snapshot. You can grab the snapshot at
http://snaps.php.net/.
 
Thank you for the report, and for helping us make PHP better.




Previous Comments:
------------------------------------------------------------------------

[2005-11-28 20:08:04] [EMAIL PROTECTED]

Assigned to the maintainer.

------------------------------------------------------------------------

[2005-11-28 19:48:01] webmaster at smiliz dot info

test php 5.1.1 
var_dump(strtotime("+1 day"));
result => int(1133289924)

and test :
var_dump(strtotime("+ $duree_quantite $duree_unite"));
result => bool(false)

------------------------------------------------------------------------

[2005-11-28 19:25:25] [EMAIL PROTECTED]

And what this code outputs for you?
<?php
var_dump(strtotime("+1 day"));
?>

------------------------------------------------------------------------

[2005-11-28 19:21:48] webmaster at smiliz dot info

test php5.1.1 :
var_dump("+ $duree_quantite $duree_unite"); 

result => string(7) "+ 1 day"

------------------------------------------------------------------------

[2005-11-28 19:03:07] [EMAIL PROTECTED]

And var_dump("+ $duree_quantite $duree_unite"); gives you ... ?

------------------------------------------------------------------------

The remainder of the comments for this report are too long. To view
the rest of the comments, please view the bug report online at
    http://bugs.php.net/35456

-- 
Edit this bug report at http://bugs.php.net/?id=35456&edit=1

Reply via email to