Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

php_msgpack.h line 4 can not found ext/standard/php_smart_str.h #78

Closed
quqiufeng opened this issue Jan 16, 2016 · 7 comments
Closed

php_msgpack.h line 4 can not found ext/standard/php_smart_str.h #78

quqiufeng opened this issue Jan 16, 2016 · 7 comments

Comments

@quqiufeng
Copy link

just find a php_smart_string.h file in source code of php7

@maurorappa
Copy link

~/php-7.0.3# find . |grep php_smart_str.h
gives no results...

@Sean-Der
Copy link
Member

Hey @quqiufeng and @maurorappa

To use msgpack with PHP 7 please use the https://github.com/msgpack/msgpack-php/tree/php7 branch. If that works out for you, can you please close this issue? If not feel free to follow up with anymore questions.

thanks

@maurorappa
Copy link

Thanks Sean for the reply!
I noticed the PHP7 version after I wrote here...
just put a disclaimer in the welcome page ;)

@bigbes
Copy link

bigbes commented Mar 11, 2016

Why are you using <Zend/zend_smart_str.h> and not <ext/standard/php_smart_string.h> on PHP7 branch?

@laruence
Copy link
Member

bigbes, smart_str result zend_string, php_smart_string result char *

@bigbes
Copy link

bigbes commented Mar 12, 2016

@laruence thank you.

@Sean-Der
Copy link
Member

Hi @maurorappa
PHP 7 is now on the master branch, so should be less confusing now!

Hopefully this makes it easier on everyone, thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants