Revision history for Data-Dump-PHP

0.06   2010-11-25

       - Fix PHP escape sequence (PHP doesn't have \a, \b, \e but has \v)

0.05   2010-11-03

       - (apply Data::Dump change) Deal with the perl-5.13 (?^:...) regex
         construct

0.04   2010-04-14

       - Add flag ($Data::Dump::PHP::USE_LAMBDA, default 0) to output
         PHP 5.3 code (which uses lambda function instead of the ugly
         create_function()).

0.03   2010-04-14

       - Fixed typos in POD.

0.02   2010-04-14

       - Fixed typos in POD and Changes.

       - Fixed skipping Data::Dump original tests.

0.01   2010-04-06

       - First release. Code is copied from Data-Dump-1.15.