Activity
From 2008-11-19 to 2008-12-18
2008-12-18
- 16:17 Feature Request #111: Check CRC of gzip streams
- Ergh, I failed miserably at creating this ticket.
- 16:16 Feature Request #111: Check CRC of gzip streams
- The CRC of gzip streams is currently ignored (as of r1022) to get the decoder to work. http://bugs.php.net/bug.php?id=45028 may be relevant.
- 16:14 Defect #110 (Fixed): Wrong decoding of gzip compressed data when using fsockopen
- Applied in changeset r1023.
- 16:13 Revision 1023: Fix #110 (gzip decoding) by ignoring CRC of data.
- Fix #110 (gzip decoding) by ignoring CRC of data.
- 15:53 Revision 1022: Attempt to fix gzip decoding again. See #110
- Attempt to fix gzip decoding again. See #110
- 15:28 Defect #110: Wrong decoding of gzip compressed data when using fsockopen
- Yeah, ISIZE should be V. So should CRC.
2008-12-16
- 13:52 Defect #109: Extend libxml workaround to other versions
- I am, on the whole, tempted to just remove the if statement and just take the perf. hit on every install.
2008-12-03
- 19:49 Defect #110: Wrong decoding of gzip compressed data when using fsockopen
- I'm pretty sure this is the same thing I'm experiencing.
- 03:17 Defect #110: Wrong decoding of gzip compressed data when using fsockopen
- Geoffrey Sneddon wrote: > Do you happen to be on a 64-bit machine running a 64-bit version of PHP? Nope, `uname -m` gives i686 so I think it's a 32-bit system.
2008-12-02
- 08:16 Defect #110 (New): Wrong decoding of gzip compressed data when using fsockopen
- Do you happen to be on a 64-bit machine running a 64-bit version of PHP?
- 01:26 Defect #110: Wrong decoding of gzip compressed data when using fsockopen
- On my machine, crc and isize are not parsed correctly which leads to wrong fault messages. Examples: ...
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 <...
- 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...
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.
- 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.
- 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...
2008-11-20
- 03:04 Feature Request #89: Send Accept header
- And what about Locator?
- 02:55 Feature Request #89: Send Accept header
- Adding a patch to add this header only in SimplePie::init()
- 02:41 Revision 1021: Move video embed Javascript to SimplePie_Misc
- Move video embed Javascript to SimplePie_Misc
- 02:21 Revision 1020: Reverting r995 to fix favicons.
- Reverting r995 to fix favicons.
Also available in: Atom