Server IP : 184.154.167.98 / Your IP : 3.129.24.240 Web Server : Apache System : Linux pink.dnsnetservice.com 4.18.0-553.22.1.lve.1.el8.x86_64 #1 SMP Tue Oct 8 15:52:54 UTC 2024 x86_64 User : puertode ( 1767) PHP Version : 7.2.34 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /home/puertode/public_html/tampico1900/3rdparty/aws/aws-crt-php/ |
Upload File : |
// vim:ft=javascript ARG_ENABLE("awscrt", "Include AWS Common Runtime support", "yes"); if (PHP_AWSCRT != "no") { ADD_MAKEFILE_FRAGMENT(); DEFINE('CFLAGS_AWSCRT', '/I ' + configure_module_dirname + '\\build\\install\\include'); DEFINE('LIBS_AWSCRT', '/LIBPATH:' + configure_module_dirname + '\\build\\install\\lib ' + 'aws-crt-ffi.lib aws-c-auth.lib aws-c-http.lib aws-c-io.lib aws-c-cal.lib aws-c-compression.lib aws-c-common.lib ' + 'ncrypt.lib Secur32.lib Crypt32.lib Shlwapi.lib'); DEFINE('AWSCRT_DIR', configure_module_dirname); EXTENSION("awscrt", "ext\\awscrt.c", PHP_AWSCRT_SHARED); }