[PHP-DEV] Re: [PHP-CVS] cvs: php4 /ext/dbplus dbplus.c php_dbplus.c From: Hartmut Holzgraefe (hartmut <email protected>)
Date: 09/16/01

Andi Gutmans wrote:
> Best if you use php_strtok_r() as it's thread safe. strtok() is not
> thread-safe on all systems.

yes, but trying to mimic the design flaw from the Perl interface
to db++ that allowed to pass a domain list as a whitespace
separated string instead of an array was a bad decision in the
first place so i decided to get rid of it alltogether
(commit will follow soon)

-- 
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>