You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

46 lines
1.3 KiB

19 years ago
  1. <?xml version="1.0" encoding="ISO-8859-1" ?>
  2. <!DOCTYPE package SYSTEM "../pear/package.dtd">
  3. <package>
  4. <name>tokenizer</name>
  5. <summary>PHP Source code tokenizer</summary>
  6. <maintainers>
  7. <maintainer>
  8. <user>andrei</user>
  9. <name>Andrei Zmievski</name>
  10. <email>andrei@php.net</email>
  11. <role>lead</role>
  12. </maintainer>
  13. </maintainers>
  14. <description>
  15. The tokenizer functions provide an interface to the PHP tokenizer
  16. embedded in the Zend Engine. Using these functions you may write
  17. your own PHP source analyzing or modification tools without having
  18. to deal with the language specification at the lexical level.
  19. </description>
  20. <license>PHP</license>
  21. <release>
  22. <state>beta</state>
  23. <version>5.0.0rc1</version>
  24. <date>2004-03-19</date>
  25. <notes>
  26. package.xml added to support installation using pear installer
  27. </notes>
  28. <filelist>
  29. <file role="doc" name="CREDITS"/>
  30. <file role="src" name="config.m4"/>
  31. <file role="src" name="Makefile.frag"/>
  32. <file role="src" name="config.w32"/>
  33. <file role="src" name="tokenizer.dsp"/>
  34. <file role="src" name="tokenizer.c"/>
  35. <file role="src" name="php_tokenizer.h"/>
  36. <file role="doc" name="tokenizer.php"/>
  37. <file role="test" name="tests/bug26463.phpt"/>
  38. </filelist>
  39. <deps>
  40. <dep type="php" rel="ge" version="5" />
  41. </deps>
  42. </release>
  43. </package>
  44. <!--
  45. vim:et:ts=1:sw=1
  46. -->