|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
14 Sep 2004, Version 4.3.9RC3
- GPC input processing fixes (Stefano Di Paola, Rasmus, Stefan)
+- Fixed bug #30050 (Possible crash inside php_shutdown_config()).
+ (Ilia, nw at softwarekombinat dot de)
31 Aug 2004, Version 4.3.9RC2
- Implemented periodic PCRE compiled regexp cache cleanup, to avoid memory
zend_hash_destroy(&configuration_hash);
if (php_ini_opened_path) {
free(php_ini_opened_path);
+ php_ini_opened_path = NULL;
}
if (php_ini_scanned_files) {
free(php_ini_scanned_files);
+ php_ini_scanned_files = NULL;
}
return SUCCESS;
}