php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #51223 Redirection for iterator is broken
Submitted: 2010-03-06 16:15 UTC Modified: 2010-05-07 08:49 UTC
From: degeberg@php.net Assigned: degeberg (profile)
Status: Closed Package: Website problem
PHP Version: Irrelevant OS: Irrelevant
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: degeberg@php.net
New email:
PHP Version: OS:

 

 [2010-03-06 16:15 UTC] degeberg@php.net
Description:
------------
http://php.net/iterator.key goes to SimpleXMLIterator::key
http://php.net/iterator.count goes to GlobIterator::count

The other iterator.* links are broken as well.

I'm not sure why this happens, but it doesn't happen on all mirrors. dk.php.net has the bug, uk3.php.net doesn't for instance.


Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2010-05-07 01:38 UTC] philip@php.net
-Status: Open +Status: Feedback
 [2010-05-07 01:38 UTC] philip@php.net
Please have another look, as maybe the recent sqlite db update fixed it. At 
least, I can't reproduce using those examples:

Mirror has sqlite support:
- http://dk.php.net/iterator.key
- http://dk.php.net/iterator.count

Mirror does not have sqlite support:
- http://uk3.php.net/iterator.key
- http://uk3.php.net/iterator.count

And re: count(), not sure where that should go (as it's not documented under 
iterator) but I suppose it tries to make guesses... they are doing searches for 
me.
 [2010-05-07 08:49 UTC] degeberg@php.net
-Status: Feedback +Status: Closed -Assigned To: +Assigned To: degeberg
 [2010-05-07 08:49 UTC] degeberg@php.net
Seems to work fine now.
 [2011-12-06 06:20 UTC] derick@php.net
Automatic comment from SVN on behalf of derick
Revision: http://svn.php.net/viewvc/?view=revision&revision=320481
Log: - Fixed bug #53502 (strtotime with timezone memory leak).
- Fixed bug #52062 (large timestamps with DateTime::getTimestamp and
  DateTime::setTimestamp).
- Fixed bug #51994 (date_parse_from_format is parsing invalid date using 'yz'
  format).
- Fixed bug #51223 (Seg fault while creating (by unserialization)
  DatePeriod).
 [2012-04-18 09:47 UTC] laruence@php.net
Automatic comment on behalf of derick
Revision: http://git.php.net/?p=php-src.git;a=commit;h=4c9fad8b362a7d2b6a94b4961e4b2dc037b2766d
Log: - Fixed bug #53502 (strtotime with timezone memory leak). - Fixed bug #52062 (large timestamps with DateTime::getTimestamp and   DateTime::setTimestamp). - Fixed bug #51994 (date_parse_from_format is parsing invalid date using 'yz'   format). - Fixed bug #51223 (Seg fault while creating (by unserialization)   DatePeriod).
 [2012-07-24 23:38 UTC] rasmus@php.net
Automatic comment on behalf of derick
Revision: http://git.php.net/?p=php-src.git;a=commit;h=4c9fad8b362a7d2b6a94b4961e4b2dc037b2766d
Log: - Fixed bug #53502 (strtotime with timezone memory leak). - Fixed bug #52062 (large timestamps with DateTime::getTimestamp and   DateTime::setTimestamp). - Fixed bug #51994 (date_parse_from_format is parsing invalid date using 'yz'   format). - Fixed bug #51223 (Seg fault while creating (by unserialization)   DatePeriod).
 [2013-11-17 09:34 UTC] laruence@php.net
Automatic comment on behalf of derick
Revision: http://git.php.net/?p=php-src.git;a=commit;h=4c9fad8b362a7d2b6a94b4961e4b2dc037b2766d
Log: - Fixed bug #53502 (strtotime with timezone memory leak). - Fixed bug #52062 (large timestamps with DateTime::getTimestamp and   DateTime::setTimestamp). - Fixed bug #51994 (date_parse_from_format is parsing invalid date using 'yz'   format). - Fixed bug #51223 (Seg fault while creating (by unserialization)   DatePeriod).
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Nov 21 15:01:30 2024 UTC