modified the KSP include files

This commit is contained in:
Jenny Tam 2017-08-23 16:47:31 -07:00
parent 1e4366242a
commit f8d87cd268
2 changed files with 2 additions and 2 deletions

View file

@ -9,7 +9,7 @@ function getKSPpath()
if ( strtoupper( substr( php_uname( 's' ), 0, 3 ) ) == 'WIN' ) {
$arch = 'x64';
if ( PHP_INT_SIZE == 4 ) // running 32 bit
$arch = 'x86';
$arch = '';
$ksp .= $arch . '.dll';
}
else

View file

@ -9,7 +9,7 @@ function getKSPpath()
if ( strtoupper( substr( php_uname( 's' ), 0, 3 ) ) == 'WIN' ) {
$arch = 'x64';
if ( PHP_INT_SIZE == 4 ) // running 32 bit
$arch = 'x86';
$arch = '';
$ksp .= $arch . '.dll';
}
else