-
Notifications
You must be signed in to change notification settings - Fork 22
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
Minimal supported PHP version #106
Comments
Well, PHP 7.3.33 (last one) was released 3 years ago, and 7.4.33 2 years ago, so it would probably make sense if we cleaned up PHP_VERSION_ID conditions < 7.4. |
+1 P.S. and probably bump version to 1.2.0-dev |
Well, now seeing that PECL doesn't like the dash in -dev I'm wondering if we even need -dev since it is really stable considering the changes are simply deletes, see https://github.com/eduardok/libsmbclient-php/tree/php74 .
|
Usage is 1.2.0-dev in code but 1.2.0dev in package.xml |
I wonder how it is possible that when my script has problems with PHP extensions and I look for a reason/solution, I always see @remicollet who has provided a solution a few hours earlier 😍 |
Anyway, got it published... |
I don't understand why you tag/publish this release "dev" is only a git state
|
Especially as 1.2.0dev states it is a "stable" release
Please retire this release |
That all illustrates what I meant in the beginning... |
Anyway, considering the respect I have for all the work you've been doing for many years, give it some thought and let me know what is your final preference, then I will make the necessary changes. |
Sorry, I was probably confusing when I say "... bump version to 1.2.0-dev ..." This was because dropping support for old versions, but only for "git" sources, as this is a common practice to keep the dev suffix in git during development (also to identify in bug report people building from sources from git/master) Of course, this suffix has to be dropped before release. Ex of this common workflow in the xpass extension (git always has dev suffix, release don't)
|
package.xml states 5.3.7
But 6d993db breaks support for 5.x
I don't think it makes sense to keep support for so old EOL version
Which solution?
The text was updated successfully, but these errors were encountered: