On Wed, Jan 6, 2010 at 03:59, Moacir de Oliveira <moacirdeoliveira....@gmail.com> wrote: > hi all, > > Here a patch to add support to DBTimestamp processing instructions to PhD > > Patch: > http://pastie.org/768355
Looks good. I tested it with the zenddocs and it seems to work fine. As we need to be very careful about speed, please change the loop to first $len = strlen() and then check $len, and use isset() rather then array_key_exists(). In those cases the actual current second has no meaning, so please use $_SERVER["REQUEST_TIME"]. -Hannes