Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Support PHP_REDIS_IGBINARY (All platforms) #69

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

Merged
merged 3 commits into from
Aug 7, 2016

Conversation

TysonAndre
Copy link
Member

config.m4: Use the command PHP_INSTALL_HEADERS to install headers globally in
ext/igbinary in the php installation directory.
(Aside: If it wasn't already installed, extensions could search for it in
pecl/igbinary as well, like this does for APCU?)

TODO: test in the Windows VM

config.w32: Use PHP_INSTALL_HEADERS to also include igbinary.h, which
just includes src/php{$PHP_MAJOR_VERSION}/igbinary.h

src/php*/igbinary.h: Make this into a standalone file.
Remove the dependency on the second file for declaring bool

  • That may conflict with other extensions if those also declared bool.

Tested in php7.1

config.m4: Use the command PHP_INSTALL_HEADERS to install headers globally in
ext/igbinary in the php installation directory.
(Aside: If it wasn't already installed, extensions could search for it in
pecl/igbinary as well, like this does for APCU?)

TODO: test in the Windows VM

config.w32: Use PHP_INSTALL_HEADERS to also include igbinary.h, which
just includes src/php{$PHP_MAJOR_VERSION}/igbinary.h

src/php*/igbinary.h: Make this into a standalone file.
Remove the dependency on the second file for declaring bool

- That may conflict with other extensions if those also declared bool.

Tested in php7.1
@TysonAndre
Copy link
Member Author

Tested on the windows VM, created phpredis/phpredis#917 for windows builds.

@Jan-E
Copy link

Jan-E commented Aug 7, 2016

Tested with PHP 7.0.10RC1 x64 nts: PHP_REDIS_IGBINARY is supported.

@Jan-E
Copy link

Jan-E commented Aug 8, 2016

Tested in all 4 variants of PHP 7.0.10RC1 and PHP 7.1.0 beta2. OK

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

Successfully merging this pull request may close these issues.

2 participants