phpize.1.in 1.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. .TH @program_prefix@phpize 1 "2021" "The PHP Group" "Scripting Language"
  2. .SH NAME
  3. @program_prefix@phpize \- prepare a PHP extension for compiling
  4. .SH SYNOPSIS
  5. .B @program_prefix@phpize
  6. [options]
  7. .LP
  8. .SH DESCRIPTION
  9. .B @program_prefix@phpize
  10. is a shell script to prepare PHP extension for compiling.
  11. .SH OPTIONS
  12. .TP 15
  13. .PD 0
  14. .B \-\-clean
  15. Remove all created files
  16. .TP
  17. .PD 0
  18. .B \-\-help
  19. Prints usage information
  20. .TP
  21. .PD 0
  22. .B \-\-version
  23. .TP
  24. .PD 1
  25. .B \-v
  26. Prints API version information
  27. .RS
  28. .PD 1
  29. .P
  30. .SH SEE ALSO
  31. .BR @program_prefix@php (1)
  32. .SH VERSION INFORMATION
  33. This manpage describes \fBphp\fP, version @PHP_VERSION@.
  34. .SH COPYRIGHT
  35. Copyright \(co The PHP Group
  36. .LP
  37. This source file is subject to version 3.01 of the PHP license,
  38. that is bundled with this package in the file LICENSE, and is
  39. available through the world-wide-web at the following url:
  40. .PD 0
  41. .P
  42. .B https://www.php.net/license/3_01.txt
  43. .PD 1
  44. .P
  45. If you did not receive a copy of the PHP license and are unable to
  46. obtain it through the world-wide-web, please send a note to
  47. .B license@php.net
  48. so we can mail you a copy immediately.