<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.3.3" -->
<rss version="0.92">
<channel>
	<title>Caught in a Web</title>
	<link>http://www.dinke.net/blog</link>
	<description>Dinke's Personal Blog</description>
	<lastBuildDate>Sun, 22 Jun 2008 23:23:44 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>Curl HTTP Client 1.2</title>
		<description>Just put online new version of my Curl_HTTP_Client class. New version 1.2 is release with few bug fixes. New features are ability to send post string as string argument in send_post_data method, ability to accept gzipped content, close curl session etc.

You can download new version from here. For detailed list ...</description>
		<link>http://www.dinke.net/blog/2008/02/15/curl-http-client-12/en/</link>
			</item>
	<item>
		<title>PHP: Callback functions and OOP</title>
		<description>Recently, I had to change default behavior of storing session data into files and use MySQL DB instead. In practice, that means writing whole bunch of callback functions and setting callbacks with session_set_save_handler function. Since I use OOP, what really bothered me was the fact that (according to my PHP ...</description>
		<link>http://www.dinke.net/blog/2007/08/06/php-callback-functions-and-oop/en/</link>
			</item>
	<item>
		<title>Method Overloading in PHP5</title>
		<description>Although with release of  PHP5 we finaly got some long awaited OOP features, sometimes I really miss overloading capability which exists in languages like Java. I am talking about something like this:


class Overloading_Test
{
  public void hello()
  {
    System.out.println("Hello Anonymous");
  }
  
  ...</description>
		<link>http://www.dinke.net/blog/2007/08/01/method-overloading-in-php5/en/</link>
			</item>
	<item>
		<title>PHP 4 End of Life Announcement</title>
		<description>From php.net

 [13-Jul-2007]

Today it is exactly three years ago since PHP 5 has been released. In those three years it has seen many improvements over PHP 4. PHP 5 is fast, stable & production-ready and as PHP 6 is on the way, PHP 4 will be discontinued.

The PHP development team ...</description>
		<link>http://www.dinke.net/blog/2007/07/14/php-4-end-of-life-announcement-2/en/</link>
			</item>
	<item>
		<title>MySQL 5.x - Finally improved client</title>
		<description>Looking at my favorite rss feeds today, I found this post on great MySQL Performance Blog:

...if you press CTRL-C MySQL Command Line Client will not exit but will terminate query being executed.

In other words, in previous versions of MySQL client program, if you issue a query and try to interrupt ...</description>
		<link>http://www.dinke.net/blog/2007/07/14/mysql-5x-finally-improved-client/en/</link>
			</item>
</channel>
</rss>
