rss2sql.php Release Notes
March 22, 2010
Release Version RSS2SQL Version 3.13:
October 18, 2008
Release Version RSS2SQL Version 3.12:
- Update useragent so feedburner won't detect
and change functionality for us.
September 30, 2007
Release Version RSS2SQL Version 3.11:
- Check for the existance of fsockopen()
August 7, 2007
Release Version RSS2SQL Version 3.10:
- Create my own version of fopen() to try
and get files when cURL is not available.
FeedForAll_fopen() is based on just connecting
to the server and reading the results.
July 16, 2007
Release Version RSS2SQL Version 3.9:
- Use the right variable name for "category"
May 28, 2007
Release Version RSS2SQL Version 3.7:
- Fix the call to FeedForAll_database_query()
when too many error occur
- Correctly pass in $useFopenURL to rss2sql_parseFeed()
May 27, 2007
Release Version RSS2SQL Version 3.6:
- Add a debug message when switching to
fopen() because curl_init() does not exist
May 24, 2007
Release Version RSS2SQL Version 3.5:
- Don't use == for an assignment
May 18, 2007
Release Version RSS2SQL Version 3.4:
May 4, 2007
Release Version RSS2SQL Version 3.3:
- When checking for caching, check a function
only in the caching module
May 3, 2007
Release Version RSS2SQL Version 3.2:
- It seems the XML parser doesn't like most
of the HTML entities, process them by hand
April 24, 2007
Release Version RSS2SQL Version 3.1:
- Parse the iTunes Music Store namespace
April 18, 2007
Release Version RSS2SQL Version 3.0:
- Added support for the Atom 1.0 feed format.
The feed elements in Atom 1.0 that are used
blogger.com feeds are supported.
- Add the ability to parse and access elements
in the iTunes(R), Dublin Core and TrackBack
extensions.
- Updated documentation.
March 26, 2007
Release Version RSS2SQL Version 1.18.2.6:
- Properly set the communications to MySQL
to UTF-8, where appropriate
- Remove extra spaces from generated date,
technically not wrong but feedvalidator.org
complained - resolved
- Improve sample code to match rss2sql.php
March 21, 2007
Release Version RSS2SQL Version 1.8.2.5:
- Add better support for getting the right
link in Atom feeds
- Store the as a DATETIME in the
database to allow actual sorting by date
February 24, 2007
Release Version RSS2SQL Version 1.7:
- Add checks for safe_mode and open_basedir
to prevent warning about CURLOPT_FOLLOWLOCATION