Linux vps-61133.fhnet.fr 4.9.0-19-amd64 #1 SMP Debian 4.9.320-2 (2022-06-30) x86_64
Apache/2.4.25 (Debian)
Server IP : 93.113.207.21 & Your IP : 216.73.216.112
Domains :
Cant Read [ /etc/named.conf ]
User : www-data
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
usr /
src /
php-7.4.33 /
ext /
pdo_firebird /
Delete
Unzip
Name
Size
Permission
Date
Action
tests
[ DIR ]
drwxrwxr-x
2022-10-31 11:36
CREDITS
39
B
-rw-rw-r--
2022-10-31 11:36
config.m4
2.01
KB
-rw-rw-r--
2022-10-31 11:36
config.w32
728
B
-rw-rw-r--
2022-10-31 11:36
firebird_driver.c
19.1
KB
-rw-rw-r--
2022-10-31 11:36
firebird_statement.c
23.01
KB
-rw-rw-r--
2022-10-31 11:36
pdo_firebird.c
2.78
KB
-rw-rw-r--
2022-10-31 11:36
php_pdo_firebird.h
1.58
KB
-rw-rw-r--
2022-10-31 11:36
php_pdo_firebird_int.h
3.85
KB
-rw-rw-r--
2022-10-31 11:36
Save
Rename
// vim:ft=javascript ARG_WITH("pdo-firebird", "Firebird support for PDO", "no"); if (PHP_PDO_FIREBIRD != "no") { if ((CHECK_LIB("fbclient_ms.lib", "pdo_firebird", PHP_PHP_BUILD + "\\interbase\\lib_ms;" + PHP_PDO_FIREBIRD) || CHECK_LIB("gds32_ms.lib", "pdo_firebird", PHP_PHP_BUILD + "\\interbase\\lib_ms;" + PHP_PDO_FIREBIRD) ) && CHECK_HEADER_ADD_INCLUDE("ibase.h", "CFLAGS_PDO_FIREBIRD", PHP_PHP_BUILD + "\\include\\interbase;" + PHP_PHP_BUILD + "\\interbase\\include;" + PHP_PDO_FIREBIRD) ) { EXTENSION("pdo_firebird", "pdo_firebird.c firebird_driver.c firebird_statement.c"); } else { WARNING("pdo_firebird not enabled; libraries and headers not found"); } ADD_EXTENSION_DEP('pdo_firebird', 'pdo'); }