By indeyets,on July 5th,2007% One more good news for you,YAML-users. I’ve implemented emitter functionality in php-binding of syck library. It is quite straight-forward,no fancy stuff for now,but it should work Supported datatypes: associative arrays indexed arrays strings integers floats booleans null Objects are simply ignored now,though I am planning to add support for them . . . →Read More:YAML:Syck for PHP is not read-only anymore By indeyets,on July 2nd,2007% Better late than never. I’ve released updated lighttpd packages for MacOS-X’s Fink. It is Lighttpd 1.4.15 this time. Also,I added memcached support to mod_cml and mod_trigger_b4_dl. As usual,if you have any good or bad feedback — let me know By indeyets,on June 26th,2007% I have released mysql-query-builder 1.0.2. Still lacks formal documentation,but 100% covered by unit-tests which can be treated as such. MySQL Query Builder is a set of PHP5 Classes which can… (surprise!) build correct MySQL5 queries for use with PDO‘s prepare/execute. This things rocks really hard if you need to implement some kind of database . . . →Read More:mysql-query-builder 1.0.2 By indeyets,on April 17th,2007% I have my first package officially included in fink-unstable,today:lighttpd 1.4.13 (it might take several hours before this link will have information). Feel free to test it and drop a comment to me If you are using unstable distribution,it should be as easy as: fink selfupdate [to get latest package definitions] fink apropos . . . →Read More:lighttpd package in fink By indeyets,on April 5th,2007% Robin Schumacher wrote an article about the new feature of MySQL 5.0.37:Using the New MySQL Query Profiler this is definitely something worth reading and using. I wonder,if such thing could be integrated in symfony‘s debug-toolbar By indeyets,on March 11th,2007% Konstantin Osipov of MySQL mentioned in his blog,that there is patch submitted,which allows using Query Cache simulateously with Prepared Statements. I believe a lot of us were waiting for this quite a long time. This means,that we would be able to use native mysql’s prepared statements without speed penalty and switch off . . . →Read More:prepared statements vs the query cache. By indeyets,on March 8th,2007% I gave a little talk at #php.thinktank today about YAML,php and my latest work in this regard. It happened a bit of spontaneously,so noone was invited. It was my first try,to make introduction to yaml for php prgrammers,and if there is more interest I will give another talk which will cover . . . →Read More:yaml talk By indeyets,on March 4th,2007% Yesterday I wrote about updating PHP’s YAML-parsing extension — Syck. Some updates: I believe,I fixed all memory leaks,it had (They were quite large,must tell you) Why (Syck’s author) told me,that there will be new release in a month or so,which will include my patches Until then,I encourage you to . . . →Read More:PHP Syck,part 2 By indeyets,on March 4th,2007% ionous has several very interesting YAML-related articles here By indeyets,on March 4th,2007% I made several patches to PHP-extension part of syck library (YAML parser). From now on,it should: compile successfully on MacOS-X compile successfully in ZTS-enabled environment not crash php-process anymore,on parse errors throw SyckException on parse errors You can checkout latest version from WhyTheLuckyStiff’s SVN here:http://code.whytheluckystiff.net/svn/syck/trunk/ext/php/ | A sample text widgetEtiam pulvinar consectetur dolor sed malesuada. Ut convallis euismod dolor nec pretium. Nunc ut tristique massa. Nam sodales mi vitae dolor ullamcorper et vulputate enim accumsan. Morbi orci magna,tincidunt vitae molestie nec,molestie at mi. Nulla nulla lorem,suscipit in posuere in,interdum non magna. | |