ID:               48276
 User updated by:  info at programmiernutte dot net
 Reported By:      info at programmiernutte dot net
-Status:           Feedback
+Status:           Open
 Bug Type:         Date/time related
 Operating System: Mac OS X 10.4 PPC
 PHP Version:      5.3.0RC2
 New Comment:

PPC or Intel? I tested this on 10.4 and 10.5 on PPC with the same 
results.


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

[2009-05-27 22:00:56] j at teamonetickets dot com

I cannot reproduce this on OS X 10.5.7 with PHP 5.3.0RC2.

$oDateTime = new DateTime();
print_r($oDateTime);

Result:
DateTime Object
(
    [date] => 2009-05-27 14:57:33
    [timezone_type] => 3
    [timezone] => America/Phoenix
)

echo date('y');
Result:
09

echo date('Y');
Result:
2009

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

[2009-05-25 05:37:39] der...@php.net

I still can't reproduce this, and I still don't have access to this
platform.

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

[2009-05-24 19:22:55] info at programmiernutte dot net

DateTime is also affected:

$oDateTime = new DateTime();
    
print_r($oDateTime);

Result:
DateTime Object
(
    [date] => 0000-05-24 21:27:10
    [timezone_type] => 3
    [timezone] => Europe/Berlin
)

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

[2009-05-22 01:00:02] php-bugs at lists dot php dot net

No feedback was provided for this bug for over a week, so it is
being suspended automatically. If you are able to provide the
information that was originally requested, please do so and change
the status of the bug back to "Open".

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

[2009-05-14 09:05:52] der...@php.net

Could you provide access? I don't have the possibility to test and
debug on this specific platform myself.

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

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/48276

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

Reply via email to