-
Notifications
You must be signed in to change notification settings - Fork 326
Create release for PHP 7 support #185
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
Comments
I noticed this issue was created before the final PHP 7.0.0 release. Now that PHP7 is stable, can anyone comment on the overall progress of this? I can see that there are several open issues mentioning PHP7, but I don't fully grasp the severity of each. For context, I would like to create RPM packages for the IUS repository built against our php70u packages. |
A new stable release would really help everyone using heroku. They won't add this extension for php7 otherwise. |
php-memcached stable is the only reason because I don't upgrade to php7. After that I will be able to go well... |
Yes, would be great to package this thing for Gentoo Linux :) |
Hey, I merged my own PR a few minutes ago, which resolves some PHP7 issues. There is a minor backwards compatibility break with user flags, which is unavoidable. Can you please give php7 branch a spin with your existing code to see if there are any last minute issues to fix before rolling out beta. |
@mkoppanen - a test run on Gentoo Linux with PHP 7.0.3_rc1
|
thanks for that. Pushed fixes for session functionality and looks like tests pass. I would be most curious if the session functionality actually works in web environment. |
Can anyone give a date (Approximate) for PECL package release ? |
I would guess within a week. There are some open issues that I am tackling at the moment (some require larger changes and backwards compatibility breaks) so it will more than likely be a major version bump. |
👍 |
@mkoppanen, |
Ok, I started to look at this more on Friday and kept finding a lot of code that just wasn't right. PR #211 resolves quite a few issues and it looks like beta can go out tomorrow. All tests that are expected to pass now are passing. Even igbinary works! |
Any news on a php 7 supporting release? |
Would appreciate news for php7 support. |
@codegrau You can compile it from the php7 branch. I show an example here: #194 (comment). |
@mkoppanen: Do you have a date in mind as to when we can expect a new version to be officially released ? Thank you |
Any news? Thanks for your work! |
Any update on this ? |
Is there a general timeframe for a release? Any update(s) would be appreciated. |
Would like to leave my bump here as well. Is there anything i, we, the pope or anybody can do to get this issue closed? Thanks for the work! |
I realize this upgrade is complicated and thank the developers for their work but please can we could get some kind of expected timeframe -- we would all sincerely appreciate it. |
@Holobyte like I said in another post... I migrated my caches to Redis. No problems until now... |
Pecl-redis has a release for PHP 7.0, that's true, however we didn't have problems taking the last commit from php7 branch of pecl-memcached either. |
The lack of maintainer response here does not inspire confidence in the status of this project. |
I'm a new maintainer here. I'm listening, and working through open tickets, and a release, yes that's on the radar.
|
That's awesome to hear @sodabrew. Don't be afraid to create alpha and beta releases prior to a stable release. It helps everyone (maintainers, packagers, and users). |
The 3.0.0 release will be released Real Soon Now. I'm cleaning up the tickets in preparation. |
Thanks for your work @sodabrew! I look forward to the 3.0 release. |
Any chance a beta release could be created to support PHP 7? I know there is a branch, but a released version would help us in homebrew-php (https://github.com/Homebrew/homebrew-php/pull/2051). Thanks!
The text was updated successfully, but these errors were encountered: