mirror of
https://github.com/php/php-src.git
synced 2026-04-21 15:08:16 +02:00
3e362f51ac
Currently we only have validators for char* which is rather annoying as INI settings are saved as zend_string* in the first place Closes GH-9328