By indeyets, on August 26th, 2009%
XSLCache extension for PHP, originally developed by NYTimes started its second life in PECL’s repository and I am proud to announce first PECL-release.
The XSL Cache extension is a modification of PHP’s standard XSL extension that caches the parsed XSL stylesheet representation between sessions for 2.5x boost in performance for sites that repeatedly apply the same transform. . . . → Read More: XSLCache in PECL
By indeyets, on August 4th, 2009%
Pake project wasn’t maintained for a while, so I decided to give it a spin (as there is a good chance, that I will be able to use it for my current projects). I imported it’s version history to GitHub. My plan is to add some generally usable helpers to current branch, write some documentation and then to start work on Pake2 which would use all new features of PHP-5.3 (namespaces, closures, rich SPL). . . . → Read More: Pake: PHP project build system
By indeyets, on August 2nd, 2009%
Just notifying all interested parties, that my “Application Server in PHP” and “MySQL Query Builder” projects are moved to GitHub.
Their new homes are:
Application Server in PHP
MySQL Query Builder
p.s. newest release of MySQL Query Builder has support for subqueries in . . . → Read More: Move to GitHub