We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Related: #2280
When defining:
"orm.resultset_prefetch_records": { "type": "string", "default": "0" },
in config.json and then compile, I get an error:
config.json
[ERROR] Internal error: Unknown global type: string at phar:///srv/zephir/Library/Code/Builder/Struct.php:204
The text was updated successfully, but these errors were encountered:
#2308 - Fix support of string type in struct globals
string
59336dd
#2308 - Update CHANGELOG.md
0c0fdfa
#2308 - Refactor CompilerFileFactory class
CompilerFileFactory
4ce4cda
Merge pull request #2309 from zephir-lang/#2308-globals-string
a51113c
#2308 - Fix support of `string` type in struct globals
phpinfo()
Jeckerson
Successfully merging a pull request may close this issue.
Related: #2280
When defining:
in
config.json
and then compile, I get an error:The text was updated successfully, but these errors were encountered: