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

Fix for V8 timezone notification, PHP7.x #481

Merged
merged 1 commit into from May 31, 2022
Merged

Conversation

redbullmarky
Copy link
Collaborator

Fixes #378 and closes #396, php7

Additional parameter supplied to DateTimeConfigurationChangeNotification as per link below; re-enabled the relevant test.

https://v8docs.nodesource.com/node-12.0/d4/df7/classv8_1_1_date.html#a85083f8170083de4389d798cbce02c44

@redbullmarky redbullmarky changed the title Fix for V8 timezone notification Fix for V8 timezone notification, PHP7.x May 30, 2022
@stesie
Copy link
Member

stesie commented May 30, 2022

I suppose we should increase the minimum supported V8 version then, shouldn't we? Currently the README says 6.9.something

The other PR is some more involved checking versions. Not that I think we should do the version checking, since those V8 versions are pretty old anyways I'd just adjust README and config.m4 accordingly

@redbullmarky
Copy link
Collaborator Author

redbullmarky commented May 30, 2022

@stesie I had a poke around to see when that particular change was made but I'm not sure; i'm playing around with V8 9.5 at the moment.

V8 7.4 seems to be where the function was moved from Date to the isolate, removed in 7.7, according to:

https://docs.google.com/document/d/1g8JFi8T_oAE_7uAri7Njtig7fKaPDfotU6huOa1alds/edit#heading=h.9xzo70m9cni1

and it looks like the original PR was based around 7.5.

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.

None yet

2 participants