php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #70371 mysqlnd_ms won't compile on php7 rc1
Submitted: 2015-08-27 19:21 UTC Modified: 2017-10-24 04:28 UTC
Votes:18
Avg. Score:4.6 ± 0.7
Reproduced:16 of 16 (100.0%)
Same Version:8 (50.0%)
Same OS:3 (18.8%)
From: bigdan at gmail dot com Assigned:
Status: Suspended Package: mysqlnd_ms (PECL)
PHP Version: 7.0.0RC1 OS: Ubuntu 14.04
Private report: No CVE-ID: None
Have you experienced this issue?
Rate the importance of this bug to you:

 [2015-08-27 19:21 UTC] bigdan at gmail dot com
Description:
------------
mysqlnd_ms/mysqlnd_ms.h:41:40: fatal error: ext/standard/php_smart_str.h: No such file or directory
 #include "ext/standard/php_smart_str.h"

Expected result:
----------------
The extension to compile & work.

Actual result:
--------------
mysqlnd_ms/mysqlnd_ms.h:41:40: fatal error: ext/standard/php_smart_str.h: No such file or directory
 #include "ext/standard/php_smart_str.h"

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2016-01-28 18:02 UTC] sgrim at pulsar360 dot com
It looks like the header file has been renamed to php_smart_string.h.  Updating that in the 2 files that reference it seems to have gotten past that problem.

However, there have been fundamental changes to the zend_hash API with PHP7 that will require significant code changes in the mysqlnd_ms plugin and they're a bit too extensive for the time I have available to track them all down.  Hopefully the maintainer will put some time into updating the plugin soon.
 [2017-10-24 04:28 UTC] kalle@php.net
-Status: Open +Status: Suspended
 [2017-10-24 04:28 UTC] kalle@php.net
I'm gonna suspend this report as the mysqlnd_ms had not a release since 2013 or active commit activity since then, if activity comes back to this package, it should be re-opened
 [2017-12-09 07:29 UTC] gg dot nasri at gmail dot com
any news about this module on php7?
 [2018-02-26 13:34 UTC] sergio dot tabanelli at gmail dot com
There is now a fork of this extension with new functionalities and porting to php 7.x, it is available at https://github.com/sergiotabanelli/mymysqlnd_ms
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Mar 28 12:01:27 2024 UTC