Date: 10/31/00
- Next message: a.weerman <email protected>: "[PHP-DEV] PHP 4.0 Bug #7542 Updated: socket_set_blocking is not working"
- Previous message: a.weerman <email protected>: "[PHP-DEV] PHP 4.0 Bug #7542 Updated: socket_set_blocking is not working"
- In reply to: Benoit Artuso: "[PHP-DEV] Concerning bug #5076"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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>
- Next message: a.weerman <email protected>: "[PHP-DEV] PHP 4.0 Bug #7542 Updated: socket_set_blocking is not working"
- Previous message: a.weerman <email protected>: "[PHP-DEV] PHP 4.0 Bug #7542 Updated: socket_set_blocking is not working"
- In reply to: Benoit Artuso: "[PHP-DEV] Concerning bug #5076"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

