ID:               44742
 Comment by:       jhonut_nm at yahoo dot com
 Reported By:      [EMAIL PROTECTED]
 Status:           Open
 Bug Type:         Date/time related
 Operating System: Any
 PHP Version:      5.2CVS-2008-04-16 (snap)
 New Comment:

assigned


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

[2008-04-16 11:24:45] [EMAIL PROTECTED]

Description:
------------
timezone_offset_get() causes segmentation faults.

Reproduce code:
---------------
$ ./php.exe -r '$date= date_create("2008-04-11 00:00:00+0000");
var_dump(timezone_offset_get(date_timezone_get($date), $date));'
[...Segmentation fault Dialog box...]

[EMAIL PROTECTED] ~/bin/php5dev
$ ./php.exe -v
PHP 5.2.6RC6-dev (cli) (built: Apr 15 2008 12:04:52) 
Copyright (c) 1997-2008 The PHP Group
Zend Engine v2.2.0, Copyright (c) 1998-2008 Zend Technologies


Expected result:
----------------
int(7200)

Actual result:
--------------
Segmentation fault


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


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

Reply via email to