Subversion Repositories DevTools

Rev

Rev 345 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed

###############################################################################
# Copyright (c) VIX TECHNOLOGY (AUST) LTD
# 
# File:         PLATFORM/PHP
#
# Contents:     PHP support (Uses ZendGuard)
#
###############################################################################
#
    
PhpInit();

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

1;