Tryag File Manager
Home
||
Turbo Force
||
B-F Config_Cpanel
Current Path :
/
opt
/
alt
/
php52
/
usr
/
include
/
php
/
ext
/
igbinary
/
Or
Select Your Path :
Upload File :
New :
File
Dir
//opt/alt/php52/usr/include/php/ext/igbinary/igbinary.h
#ifndef PHPEXT_IGBINARY_BASE_IGBINARY_H #define PHPEXT_IGBINARY_BASE_IGBINARY_H #include "php_version.h" #if PHP_MAJOR_VERSION == 5 #include "src/php5/igbinary.h" #elif PHP_MAJOR_VERSION == 7 #include "src/php7/igbinary.h" #else #error "Unsupported php version for igbinary build" #endif #endif