classes/phing/tasks/ext/zendguard/ZendGuardLicenseTask.php
Produce license files using Zeng Guard.
The task can produce a license file from the given license properties or it can use a template.
- author
- Petr Rybak
- package
- phing.tasks.ext.zendguard
- since
- 2.4.3
- version
- $Id: ZendGuardLicenseTask.php 1026 2011-01-06 15:13:50Z mrook $
\ZendGuardLicenseTask
Produce license files using Zeng Guard.
The task can produce a license file from the given license properties or it can use a template.
- Extends from
- \Task
- author
- Petr Rybak
- copyright
- 2001,2002 THYRELL. All rights reserved
- package
- phing.tasks.ext.zendguard
- since
- 2.4.3
- version
- $Id: ZendGuardLicenseTask.php 1026 2011-01-06 15:13:50Z mrook $
Properties

string
$expires= ''
Expiration date of the license. Used if the license is issued with a date restriction.
Possible values: - 'Never', '0' or false: the license won't expire - A Date in format DD-MM-YYYY to set expiration for that date - Relative date supported by the PHP strtotime function (e.g. +1 month)
REQUIRED
- Type
- string

bool
$hardwareLocked= ''
Option that indicates if the license will be locked to a specific machine using the Zend Host ID code(s). If set to YES, the Host-ID is required.
OPTIONAL
- Type
- bool

string
$hostID= ''
Coded string (Zend Host ID) used to lock the license to a specific hardware. The Zend Host ID obtained from the machine where the encoded files and license are to be installed. The Zend Host ID code can be obtained by using the zendid utility.
For more details, see Getting the Zend Host ID.
REQUIRED if Hardware-Locked is set equal to YES. Meaningless if Hardware-Locked is set equal to NO.
User semicolon to enter more than one Host-ID
Example: Host-ID = H:MFM43-Q9CXC-B9EDX-GWYSU;H:MFM43-Q9CXC-B9EDX-GWYTY
- Type
- string

string
$ipRange= ''
Limits the use of the license to IP addresses that fall within specification. Supports wildcards for any of the IP place holders, as well as the two types of net masks (filters).
Netmask pair An IP a.b.c.d, and a netmask w.x.y.z. (That is., 10.1.0.0/255.255.0.0), where the binary of mask is applied to filter IP addresses. ip/nnn (similar to a CIDR specification) This mask consists of nnn high-order 1 bits. (That is, 10.1.0.0/16 is the same as 10.1.0.0/255.255.0.0). Instead of spelling out the bits of the subnet mask, this mask notation is simply listed as the number of 1s bits that start the mask. Rather than writing the address and subnet mask as 192.60.128.0/255.255.252.0 the network address would be written simply as: 192.60.128.0/22 which indicates starting address of the network and number of 1s bits (22) in the network portion of the address. The mask in binary is (11111111.11111111.11111100.00000000).
OPTIONAL
Example (Wildcard): IP-Range = 10.1.. Example (Net Mask): IP-Range = 10.1.0.0/255.255.0.0 Example (Net Mask): IP-Range = 10.1.0.0/16
- Type
- string

string
$licenseTemplate= ''
Path to license template. If specified all license properties will be ignored and the template will be used to generate the file.
- Type
- string

string
$privateKeyPath= ''
Path to private key that will be used to sign the license
- Type
- string

string
$productName= ''
The name assigned to Product. This must be the same name used when encoding the PHP files.
REQUIRED
- Type
- string

string
$registeredTo= ''
The Name of the Registered owner of the license.
REQUIRED
- Type
- string

string
$userDefinedValues= ''
Semi-colon separated user defined values that will be part of the license. These values CANNOT be modified after the license is produced. Modification would invalidate the license.
OPTIONAL Example: Tea=Mint Flavor;Coffee=Arabica
- Type
- string

string
$xUserDefinedValues= ''
Semi-colon separated user defined x-values that will be part of the license. These values CAN be modified after the license is produced. Modification won't invalidate the license.
OPTIONAL Example: Tea=Mint Flavor;Coffee=Arabica
- Type
- string
Methods

cleanupTmpFiles(
)
:
void
generateLicenseTemplate(
)
:
string| Type | Description |
|---|---|
| string |

generateLicenseTemplateContent(
)
:
string| Type | Description |
|---|---|
| string |

getLicenseTemplatePath(
)
:
stringIf it the license template path is not defined it will generate a temporary template file and provide it as a template.
| Type | Description |
|---|---|
| string |

parseAndAddUserDefinedValues(
\stirng $valueString, array $valueArray, string $keyPrefix, $pairSeparator
=
;
)
:
void| Name | Type | Description |
|---|---|---|
| $valueString | \stirng | Semi-colon separated value pairs |
| $valueArray | array | Array to which the values will be added |
| $keyPrefix | string | Prefix to use when adding the key |
| $pairSeparator |

prepareSignCommand(
)
:
string| Type | Description |
|---|---|
| string |

setExpires(
mixed $expires
)
:
string| Name | Type | Description |
|---|---|---|
| $expires | mixed |
| Type | Description |
|---|---|
| string |