Subversion Repositories DevTools

Rev

Rev 5709 | Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
345 dpurdie 1
###############################################################################
2
# Copyright (c) Vix-ERG Transit Systems. 2010
3
# 
4
# File:         PLATFORM/PHP
5
#
6
# Contents:     PHP support (Uses ZendGuard)
7
#
8
###############################################################################
9
#
10
 
11
PhpInit();
12
 
13
sub PhpInit
14
{
15
    Toolset( '*', 'php.pl' );
16
}
17
 
18
1;
19
 
20