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

[hamlet] Update to php 8.1 #6915

Merged
merged 1 commit into from
Nov 14, 2021
Merged

Conversation

joanhey
Copy link
Contributor

@joanhey joanhey commented Nov 13, 2021

Ok with fpm/fastcgi #6894

With workerman fail PARALLEL:

/parallel/src/runtime.c: In function 'zm_startup_PARALLEL_RUNTIME':
hamlet-workerman: /parallel/src/runtime.c:161:42: error: 'zend_class_serialize_deny' undeclared (first use in this function); did you mean 'zend_ce_serializable'?
hamlet-workerman:   161 |     php_parallel_runtime_ce->serialize = zend_class_serialize_deny;
hamlet-workerman:       |                                          ^~~~~~~~~~~~~~~~~~~~~~~~~
hamlet-workerman:       |                                          zend_ce_serializable
hamlet-workerman: /parallel/src/runtime.c:161:42: note: each undeclared identifier is reported only once for each function it appears in
hamlet-workerman: /parallel/src/runtime.c:162:44: error: 'zend_class_unserialize_deny' undeclared (first use in this function); did you mean 'zend_unserialize_data'?                                                                                                                 
hamlet-workerman:   162 |     php_parallel_runtime_ce->unserialize = zend_class_unserialize_deny;                                          
hamlet-workerman:       |                                            ^~~~~~~~~~~~~~~~~~~~~~~~~~~
hamlet-workerman:       |                                            zend_unserialize_data
hamlet-workerman: make: *** [Makefile:213: src/runtime.lo] Error 1

@NateBrady23 NateBrady23 merged commit 02a4003 into TechEmpower:master Nov 14, 2021
jbr pushed a commit to trillium-rs/FrameworkBenchmarks that referenced this pull request Mar 7, 2022
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