php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Request #71623 Please re-add mssql_* functions
Submitted: 2016-02-18 12:07 UTC Modified: 2016-06-17 21:53 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: craig_carnell at hotmail dot com Assigned: cmb (profile)
Status: Wont fix Package: MSSQL related
PHP Version: 7.0.3 OS: Linux
Private report: No CVE-ID: None
Have you experienced this issue?
Rate the importance of this bug to you:

 [2016-02-18 12:07 UTC] craig_carnell at hotmail dot com
Description:
------------
Hi,

The removal of mssql_ functions has meant we are not able to switch to PHP 7 as we have a dependency on using mssql. 

I have tried using pdo_dblib instead, and there is a core bug which prevents returning values from input/output variables in stored procedures, which makes it unusable for me too.

Here is a link to the bug report:

https://bugs.php.net/bug.php?id=50555


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2016-06-17 21:53 UTC] cmb@php.net
-Status: Open +Status: Wont fix -Assigned To: +Assigned To: cmb
 [2016-06-17 21:53 UTC] cmb@php.net
> Please re-add mssql_* functions

That is unlikely to happen, as there has been a clear vote to
remove the mssql extension[1].

> I have tried using pdo_dblib instead, […]

Consider to try another alternative listed in the
documentation[2].

[1] <https://wiki.php.net/rfc/removal_of_dead_sapis_and_exts#extmssql>
[2] <http://php.net/manual/en/intro.mssql.php>
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Apr 25 17:01:29 2024 UTC