Skip to content
umesecke edited this page Sep 13, 2010 · 3 revisions

I use this repo for my own improvements to phing.

Branches

  • upstream/*: upstream phing
  • features/2.3/*: features/improvements for phing 2.3.x
  • stage-2.3: branch for merging the features into upstream… gets heavily rebased… you DO NOT WANT to clone from this tree…

Features

features/2.3/improve-selectors-speed

This branch is for improving the speed of selectors. For example I have replaced the custom regular expression engine with preg_match() calls.

This patch was merged into phing trunk in r515 which will become version 2.4.0.

Clone this wiki locally