Re: [PHP-DEV] Concerning bug #5076 From: Stanislav Malyshev (stas <email protected>)
Date: 10/31/00

BA>> It seems that the arguments are not correct specially the size of the
BA>> variable 'name'.
BA>> Around line 392, we should read :
BA>> php_alter_ini_entry(name, strlen(name)+1, value, strlen(value), PHP_INI_SYSTEM, PHP_INI_STAGE_ACTIVATE);
BA>> instead of :
BA>> php_alter_ini_entry(name, strlen(name), value, strlen(value), PHP_INI_SYSTEM, PHP_INI_STAGE_ACTIVATE);
BA>>

I guess yes, at least in other places there's +1 in both places. But this
alone doesn't seem to cure the problem.

-- 
Stanislav Malyshev, Zend Products Engineer   
stas <email protected>  http://www.zend.com/ +972-3-6139665 ext.106

-- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: php-dev-unsubscribe <email protected> For additional commands, e-mail: php-dev-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>