ID: 44742
Updated by: [EMAIL PROTECTED]
Reported By: [EMAIL PROTECTED]
-Status: Open
+Status: Assigned
Bug Type: Date/time related
Operating System: Any
PHP Version: 5.2CVS-2008-04-16 (snap)
-Assigned To:
+Assigned To: derick
Previous Comments:
------------------------------------------------------------------------
[2008-04-16 11:51:08] [EMAIL PROTECTED]
Works fine with 5.2.5...
------------------------------------------------------------------------
[2008-04-16 11:46:54] jhonut_nm at yahoo dot com
assigned
------------------------------------------------------------------------
[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