Subversion Repositories DevTools

Rev

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

###############################################################################
# Copyright (c) Vix-ERG Transit Systems. 2010
# 
# File:         PLATFORM/PHP
#
# Contents:     PHP support (Uses ZendGuard)
#
###############################################################################
#
    
PhpInit();

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

1;