HTMLPurifier 4.4.0
/home/ezyang/Dev/htmlpurifier/release2-tag.php File Reference

Go to the source code of this file.

Variables

 if (php_sapi_name()!= 'cli')
 $svn_info = my_svn_info('.')
 $version = trim(file_get_contents('VERSION'))
 $trunk_url = $svn_info['Repository Root'] . '/htmlpurifier/trunk'
 $trunk_tag_url = $svn_info['Repository Root'] . '/htmlpurifier/tags/' . $version

Variable Documentation

$svn_info = my_svn_info('.')

Definition at line 12 of file release2-tag.php.

$trunk_tag_url = $svn_info['Repository Root'] . '/htmlpurifier/tags/' . $version

Definition at line 17 of file release2-tag.php.

$trunk_url = $svn_info['Repository Root'] . '/htmlpurifier/trunk'

Definition at line 16 of file release2-tag.php.

$version = trim(file_get_contents('VERSION'))

Definition at line 14 of file release2-tag.php.

if
Initial value:
 preg_replace(
    '/public \$version = \'.+?\';/',
    "public \$version = '$version';",
    $htmlpurifier_c,
    1, $c
)

Definition at line 5 of file release2-tag.php.