Subversion Repositories DevTools

Rev

Rev 5709 | Blame | Compare with Previous | Last modification | View Log | RSS feed

###############################################################################
# COPYRIGHT - VIX IP PTY LTD ("VIX"). ALL RIGHTS RESERVED.
# 
# File:         PLATFORM/PHP
#
# Contents:     PHP support (Uses ZendGuard)
#
###############################################################################
#
    
PhpInit();

sub PhpInit
{
    Toolset( '*', 'php.pl' );
}

1;