php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #35402 New date class crashes on get_object_vars
Submitted: 2005-11-26 04:05 UTC Modified: 2005-11-26 10:41 UTC
From: stochnagara at hotmail dot com Assigned:
Status: Closed Package: Date/time related
PHP Version: 5.1.0 OS: windows xp
Private report: No CVE-ID: None
 [2005-11-26 04:05 UTC] stochnagara at hotmail dot com
Description:
------------
The newly introduced date class in php 5.1 crashes Apache when get_object_vars is called on an instance of that class.

Reproduce code:
---------------
<?
$date = new date;
var_dump(get_object_vars($date));


Expected result:
----------------
Array (...)

Actual result:
--------------
Apache crashes.

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2005-11-26 10:41 UTC] tony2001@php.net
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.


 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Apr 25 16:01:28 2024 UTC