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.

49 lines
1.0 KiB

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