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

[NFR]: Support for string in php.ini settings #2280

Closed
niden opened this issue Sep 13, 2021 · 0 comments · Fixed by #2303
Closed

[NFR]: Support for string in php.ini settings #2280

niden opened this issue Sep 13, 2021 · 0 comments · Fixed by #2303
Assignees
Labels
Hacktoberfest See https://hacktoberfest.digitalocean.com/ for participants details nfr New Feature Request
Milestone

Comments

@niden
Copy link
Contributor

niden commented Sep 13, 2021

Currently php.ini settings only allow a handful of types such as hash, bool, int etc. There is also a filter that will not allow the types to be shown on phpinfo()

We can add support for string so as to allow more flexibility for php.ini options.

Related : phalcon/cphalcon#15269

Possible areas to change:
https://github.com/zephir-lang/zephir/blob/development/Library/Code/Builder/Struct.php#L185
https://github.com/zephir-lang/zephir/blob/development/Library/Compiler.php#L1406

@niden niden added the nfr New Feature Request label Sep 13, 2021
@Jeckerson Jeckerson added this to the 0.15.0 milestone Oct 3, 2021
@Jeckerson Jeckerson added the Hacktoberfest See https://hacktoberfest.digitalocean.com/ for participants details label Oct 3, 2021
@Jeckerson Jeckerson self-assigned this Oct 5, 2021
Jeckerson added a commit that referenced this issue Oct 5, 2021
Jeckerson added a commit that referenced this issue Oct 5, 2021
Jeckerson added a commit that referenced this issue Oct 5, 2021
Jeckerson added a commit that referenced this issue Oct 5, 2021
Jeckerson added a commit that referenced this issue Oct 5, 2021
@Jeckerson Jeckerson linked a pull request Oct 5, 2021 that will close this issue
3 tasks
AlexNDRmac added a commit that referenced this issue Oct 5, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Hacktoberfest See https://hacktoberfest.digitalocean.com/ for participants details nfr New Feature Request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants