<?xml version="1.0" encoding="UTF-8"?><!-- generator="WordPress/2.5.1" -->
<rss version="0.92">
<channel>
	<title>Mental notes to myself</title>
	<link>http://livebookmark.net/journal</link>
	<description>web, money and etc.</description>
	<lastBuildDate>Wed, 04 Jun 2008 01:46:18 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>memcache.php is now part of pecl/memcache</title>
		<description>I'm very happy to announce that memcache.php is commited to the CVS of pecl/memcache. Woot woot!

I'll be maintaining the code through the time as well. Hope you guys/gals find it useful.

PS: I'm planning to add more functionality to the memcache.php in the coming days. Candidates:

	Delete/Expire a cached value
	Move stuff from ...</description>
		<link>http://livebookmark.net/journal/2008/06/03/memcachephp-is-now-part-of-peclmemcache/</link>
			</item>
	<item>
		<title>memcache.php goes PECL</title>
		<description>After the suggestion by Lukas, I've contacted PECL/memcache authors  Antony Dovgal and Mikael Johansson. Mikael sent me a reply accepting my submission.
I'm looking forward to the day that memcache.php will appear in the pecl/memcache distribution.
I'll keep you posted.

Update on memcache.php: 

	Small bug fixed on parsing the bucket Ids.
	Distribution license ...</description>
		<link>http://livebookmark.net/journal/2008/06/02/memcachephp-goes-pecl/</link>
			</item>
	<item>
		<title>memcache.php stats like apc.php</title>
		<description>For a long time I was looking for a nice web interface like the apc.php (comes with the apc's source) that displays whole nine yards of stats. The only good tool is memcache-tool from the danga guys. It's quite complete but I guess I'm too lazy to go on the ...</description>
		<link>http://livebookmark.net/journal/2008/05/21/memcachephp-stats-like-apcphp/</link>
			</item>
	<item>
		<title>oci_bind_by_name maxlength is not so optional</title>
		<description>If you think that the maxlength parameter in the documentation of oci_bind_by_name is optional, see this example and think again.
Lets say you have your column names in an array already and you want to bind them in a loop smartly.


$cols = array('a','b','c');
$data = array( 
      ...</description>
		<link>http://livebookmark.net/journal/2008/05/06/oci_bind_by_name-maxlength-is-not-so-optional/</link>
			</item>
	<item>
		<title>Is Sun going to buy PHP too?(PHP Quebec 2008)</title>
		<description>It was good 2 days at PHP Quebec Conf here in Montreal. 

A lot of great sessions!!!!
My highlights:
- Great session by Eli White - High Performance PHP & MySQL.
- Really nice 2 sessions by Marc Wandschneider (The I18N and memcached sessions)
Some sessions I've attended were really really bad. I'm not ...</description>
		<link>http://livebookmark.net/journal/2008/03/14/is-sun-going-to-buy-php-toophp-quebec-2008/</link>
			</item>
	<item>
		<title>PHP APC apc_shm_create error on CLI</title>
		<description>If you're getting an error like this one below on Windows PHP commandline make sure that you are not running an apache server that uses apc on the same machine!


[apc-error] apc_shm_create: shmget(0, 8388608, 658) failed: No error. It is possible that the chosen SHM segment size is higher than the ...</description>
		<link>http://livebookmark.net/journal/2008/03/11/php-apc-apc_shm_create-error-on-cli/</link>
			</item>
	<item>
		<title>Facebook&#8217;s Buggy Spam Detection</title>
		<description>Oh my! I've heard people getting kicked out of Facebook because they were sending too much messages and facebook considered them as spamming.
One last thing is added to the pile. Now they are claiming the reader of a message is spamming people.
Oh boy, it is funny.
I've logged into Facebook and ...</description>
		<link>http://livebookmark.net/journal/2008/02/29/facebooks-buggy-spam-detection/</link>
			</item>
	<item>
		<title>Is it Firefox or Zend Debugger? Cookie Standards</title>
		<description>I'm frequently using Zend Debugger and recenlty it started not working with firefox so I decided to investigate. It still works with IE7 and Opera so it was weird to see Firefox being broken with the recent update (2.0.0.12).
 
When Zend Debugger starts, it sets a cookie on the browser, ...</description>
		<link>http://livebookmark.net/journal/2008/02/20/is-it-firefox-or-zend-debugger-cookie-standards/</link>
			</item>
	<item>
		<title>ezComponents ready for prod?</title>
		<description>I'm following what ezComponents doing for sometime now.
Quite nice framework for whatever you need.
I gave a try to write a mysql schema sync.
Real easy to write. only 4-5 lines of code to sync schemas.
It would have been great if it was actually working. The outout sql ddl is not runnable ...</description>
		<link>http://livebookmark.net/journal/2008/02/11/ezcomponents-ready-for-prod/</link>
			</item>
	<item>
		<title>You Used PHP to Write WHAT?!</title>
		<description>There is an article on PHP on CIO, bashing it a bit.

PHP may be the most popular Web scripting language in the world. But despite a large collection of nails, not every tool is a hammer. So when should it be used, and when would another dynamic programming language be ...</description>
		<link>http://livebookmark.net/journal/2008/02/01/you-used-php-to-write-what/</link>
			</item>
</channel>
</rss>
