php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Request #73413 Windows PDO driver for PHP v5.5, 5.6, and v7
Submitted: 2016-10-29 00:11 UTC Modified: 2021-05-06 16:25 UTC
Votes:1
Avg. Score:5.0 ± 0.0
Reproduced:1 of 1 (100.0%)
Same Version:1 (100.0%)
Same OS:1 (100.0%)
From: clayton dot howard at td dot com Assigned: kfbombar (profile)
Status: Wont fix Package: PDO_INFORMIX (PECL)
PHP Version: Irrelevant OS: Windows Server 2008
Private report: No CVE-ID: None
Have you experienced this issue?
Rate the importance of this bug to you:

 [2016-10-29 00:11 UTC] clayton dot howard at td dot com
Description:
------------
Provide DLL for PDO Informix for PHP v5.5, 5.6, and 7.0 running on Windows Server 2008 and higher.  Currently, Windows drivers only available for PHP 5.3 and 5.4 and neither drivers will work on PHP v5.5 or higher.

Thank you!

Test script:
---------------
n/a

Expected result:
----------------
n/a

Actual result:
--------------
n/a

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2017-01-27 20:28 UTC] ronyan at outlook dot com
Build on Windows with VS2012 x86 Native Tools Command Prompt.
- PHP 5.6 src
- PDO_Informix 1.3.2

Configure command:
configure --disable-zts --enable-pdo --with-pdo-informix="C:\Program Files (x86)\IBM 
Informix Client SDK",shared

Error:

informix_driver.c
ext\pdo_informix\informix_driver.c(133) : warning C4013: 'stmt_cleanup' undefine
d; assuming extern returning int
ext\pdo_informix\informix_driver.c(372) : error C2065: 'IS_TRUE' : undeclared id
entifier
ext\pdo_informix\informix_driver.c(480) : warning C4018: '<' : signed/unsigned m
ismatch
ext\pdo_informix\informix_driver.c(576) : warning C4028: formal parameter 3 diff
erent from declaration
ext\pdo_informix\informix_driver.c(577) : warning C4028: formal parameter 3 diff
erent from declaration
ext\pdo_informix\informix_driver.c(578) : warning C4028: formal parameter 3 diff
erent from declaration
ext\pdo_informix\informix_driver.c(578) : warning C4028: formal parameter 5 diff
erent from declaration
NMAKE : fatal error U1077: '"C:\Program Files (x86)\Microsoft Visual Studio 11.0
\VC\BIN\cl.exe"' : return code '0x2'
Stop.
 [2020-12-18 13:30 UTC] cmb@php.net
-Assigned To: +Assigned To: kfbombar
 [2020-12-18 13:30 UTC] cmb@php.net
The package page states that one would need to download the CSDK
from <http://ibm.com/informix/downloads.html>, but apparently,
that page has been removed.  So I wouldn't even know where to get
that CSDK, let alone about potential licensing issue.

Could any of the package maintainers please clarify?
 [2021-05-06 16:25 UTC] cmb@php.net
-Status: Assigned +Status: Wont fix
 [2021-05-06 16:25 UTC] cmb@php.net
> Could any of the package maintainers please clarify?

Obviously not. :(
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Tue Mar 19 07:01:29 2024 UTC