-
-
Notifications
You must be signed in to change notification settings - Fork 259
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
support for 32 bit systems? #252
Comments
I guess you're using PHP 7.3? |
No, 7.2. |
Does everything work fine with versions < 2.1? |
@kelunik Yes, it does. Problem started to occur after update do 2.1 version.
|
How did you deal with this problem, I also encountered |
The only solution I have found so far is to require older version of amp:
|
I am getting an error when adding a database. The database I am using is https://github.com/auraphp/Aura.SqlQuery
|
I pushed a commit to the fix-252 branch. Please try this on a 32-bit system and let me know if it fixes the problem. |
@trowski it fixes the problem 👍 |
@gharlan @tunnela @qq15870939565 Please test with the latest |
OK。
Thank you
发送自 Windows 10 版邮件应用
发件人: Niklas Keller
发送时间: 2019年6月1日 2:17
收件人: amphp/amp
抄送: qq15870939565; Mention
主题: Re: [amphp/amp] support for 32 bit systems? (#252)
@gharlan @tunnela @qq15870939565 Please test with the latest master.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub, or mute the thread.
|
Released a bugfix version, please report if there are further issues. |
Do you want to support 32bit systems?
I tried to use artax on an older server, but it does not work.
The return value of
getCurrentTime
is too big for 32bit, so the return value is a negative int.And in this line an error is thrown, because argument 2 is smaller than argument 1.
The text was updated successfully, but these errors were encountered: