php_init_config zero length allocation

php.internals

Eric COLINET

22 years ago
Hi, Included a patch that avoid a zero length allocation in php_init_config when: - A configuration line like --with-config-file-scan-dir=d:/local/etc is given - The directory specified doesn't contain any *.ini files Let me know if I have to create a bug entry for it before posting a fix. Eric