Activity

From 2008-11-02 to 2008-12-01

2008-12-01

13:16 Defect #58: Compressed fsockopen data stream not decoding
Adrian Lang wrote: > Still broken; unpack doesn't return unsigned ints (see note at http://de3.php.net/unpack), so you need to do the following: > > $crc = current(unpack('N', substr($this->compressed_data, $this->position, 4))); > if ($crc <... Geoffrey Sneddon
12:40 Defect #58: Compressed fsockopen data stream not decoding
Still broken; unpack doesn't return unsigned ints (see note at http://de3.php.net/unpack), so you need to do the following: $crc = current(unpack('N', substr($this->compressed_data, $this->position, 4))); if ($crc < 0) { $crc += 429496729... Adrian Lang

2008-11-23

13:21 Defect #109: Extend libxml workaround to other versions
I think the problem is that PHP reports whatever version it was compiled against, which sucks if it is dynamically linked and upgraded. Geoffrey Sneddon
11:09 Defect #109 (New): Extend libxml workaround to other versions
SimplePie 2 doesn't exist, so you can't file bugs against it. Moving to SimplePie 1.x and triaging. Ryan Parman
10:31 Defect #109: Extend libxml workaround to other versions
Fedora 9's libxml2-2.7.2-2 package appears to need the same workaround for the standard XML entities as SimplePie already contains for libxml2 2.7.0/2.7.1. I've attached a patch. Curiously, the LIBXML_VERSION reported by PHP is less than the 2... Anonymous

2008-11-20

03:04 Feature Request #89: Send Accept header
And what about Locator? Geoffrey Sneddon
02:55 Feature Request #89: Send Accept header
Adding a patch to add this header only in SimplePie::init() Ryan McCue
02:41 Revision 1021: Move video embed Javascript to SimplePie_Misc
Move video embed Javascript to SimplePie_Misc Ryan McCue
02:21 Revision 1020: Reverting r995 to fix favicons.
Reverting r995 to fix favicons. Ryan McCue

2008-11-17

03:55 Defect #107: Certain feeds give an XML empty error
http://radar.oreilly.com/feed, rather. Ryan McCue
03:54 Defect #107: Certain feeds give an XML empty error
Certain feeds, such as <http://radar.oreilly.com/feed>, give an "XML error: Empty document at line 1, column 1" for both me and one of my users, but the feed works fine on SimplePie.org, which one presumes uses cURL. This may only affect fsockopen() Ryan McCue

2008-11-16

09:15 Defect #83: Support PHP 5.3
This affects only the test suite which isn't (stupidly) in branch. Geoffrey Sneddon
08:45 Revision 1019: Tag 1.1.2; bump branch to 1.1.3-dev (currently no plans for release).
Tag 1.1.2; bump branch to 1.1.3-dev (currently no plans for release). Geoffrey Sneddon

2008-11-12

08:35 Defect #106 (Duplicate): Limitation on GZIP Header detection
Geoffrey Sneddon
03:50 Defect #106: Limitation on GZIP Header detection
refers to line 7739: > if (substr($this->body, 0, 8) == "\x1f\x8b\x08\x00\x00\x00\x00\x00") according to rfc 1952 (http://tools.ietf.org/html/rfc1952#page-5), the first ten bytes are: +---+---+---+---+---+---+---+---+---+---+ ... Adrian Lang

2008-11-11

23:17 Defect #50: can't override sort_items in multifeed + merge_items can't be overridden
What-say we move the sorting method to SimplePie_Misc and wait for #98? Ryan McCue

2008-11-10

13:20 Feature Request #84: Proxy Support
I only assigned it to me to look at the patch… Geoffrey Sneddon

2008-11-09

07:25 Feature Request #9 (Won't Fix): Displaying custom error messages
Per BC issues, closing. Geoffrey Sneddon
07:25 Feature Request #98 (New): SimplePie_Misc cannot be overriden
Geoffrey Sneddon
07:22 Revision 1018: We ran all the tests in the past, so it should be perfect tense and not imperfect.
We ran all the tests in the past, so it should be perfect tense and not imperfect. Geoffrey Sneddon
07:13 Defect #26 (Verified): GB2312 must be treated as GB18030
Geoffrey Sneddon
07:12 Defect #49 (Verified): text/plain should not be an allowed MIME type
Geoffrey Sneddon
07:12 Defect #64 (Verified): Support flv-application/octet-stream as a valid Flash Video mime type
Geoffrey Sneddon
07:11 Defect #102 (Verified): Support the "text/rdf" content-type
Geoffrey Sneddon
07:11 Defect #101 (Verified): Work-around bug in libxml 2.7.0/2.7.1 of parsing of predefined entities
Geoffrey Sneddon
07:11 Defect #75 (Verified): Compatibility Test Claims mbstring/iconv required
Geoffrey Sneddon
07:09 Defect #58 (Fixed): Compressed fsockopen data stream not decoding
Applied in changeset r1017. Geoffrey Sneddon
07:08 Revision 1017: Merge r1011–r1014 and r1016 into 1.1. Fixes #58.
Merge r1011–r1014 and r1016 into 1.1. Fixes #58. Geoffrey Sneddon

2008-11-08

14:22 Revision 1016: Old-style constructors help on PHP4.
Old-style constructors help on PHP4. Geoffrey Sneddon
14:14 Revision 1015: Whitespace cleanup.
Whitespace cleanup. Geoffrey Sneddon
14:12 Revision 1014: extension_loaded would be better for hash. We do want that hash function.
extension_loaded would be better for hash. We do want that hash function. Geoffrey Sneddon
14:08 Revision 1013: Actually make gzdecode work (we now only check the CRC if we have the hash function).
Actually make gzdecode work (we now only check the CRC if we have the hash function). simplepie
12:58 Revision 1012: Fix new gzdecode class
Fix new gzdecode class Geoffrey Sneddon

2008-11-05

10:54 Defect #58 (New): Compressed fsockopen data stream not decoding
Re-opening for 1.1.2. Geoffrey Sneddon
10:49 Defect #58 (Fixed): Compressed fsockopen data stream not decoding
Applied in changeset r1011. Geoffrey Sneddon
10:47 Revision 1011: Commit new code for HTTP/fsocket content codings. Hopefully fixes #58. Test plz.
Commit new code for HTTP/fsocket content codings. Hopefully fixes #58. Test plz. Geoffrey Sneddon
« Previous
Next »
 

Also available in: Atom