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

Doesn't compile against php7 #1

Open
dfuhry opened this issue Aug 12, 2016 · 0 comments
Open

Doesn't compile against php7 #1

dfuhry opened this issue Aug 12, 2016 · 0 comments

Comments

@dfuhry
Copy link

dfuhry commented Aug 12, 2016

In order to compile against php7, in session_pgsql.c instances of smart_str need to be changed to smart_string (and corresponding method calls smart_str__(...) to smart_string__(...)), and functions like zend_register_auto_global which previously accepted C-string parameters now require zend_string parameters.
There well may be more problems in addition. A useful extension porting reference is at: https://wiki.php.net/phpng-upgrading

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

1 participant