[NFR]: Support for string
in php.ini
settings
#2280
Labels
Hacktoberfest
See https://hacktoberfest.digitalocean.com/ for participants details
nfr
New Feature Request
Milestone
Currently
php.ini
settings only allow a handful of types such ashash
,bool
,int
etc. There is also a filter that will not allow the types to be shown onphpinfo()
We can add support for
string
so as to allow more flexibility forphp.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
The text was updated successfully, but these errors were encountered: