A task for someone - a comment remover.
Brought to you by:
bs_php,
nigelswinson
From: Nigel S. <nig...@us...> - 2002-02-04 22:04:02
|
One of our users has made the observation that the PHP source parser is contributing heavily to the performance of this module: https://sourceforge.net/tracker/index.php?func=detail&aid=496498&group_id=36 731&atid=417619 To address this we'd like to ship two versions of XPath.class.php: 1) XPath.class.php 2) XPath.production.class.php XPath.production.class.php will functionally be the same as XPath.class.php, but will have ALL the comments removed apart from the copyright and version header at the top. Is there anyone out there who could write this for us? It seems like a fairly self contained task that wouldn't take too long. You could base it on the GeneratePhpDocumentation.pl Perl script that ships with the module perhaps? Anyway if there is anyone out there who would like to do this, let us know. Cheers, Nigel =========================== For the most recent version of Php.XPath, and an archive of this list visit: http://www.sourceforge.net/projects/phpxpath |