At 13:21 11/03/2002 +0100, Stefan Esser wrote:
>Hi,
>
>strlcpy and strlcat are inventions of the OpenBSD project. Since they
>invented
>those they are trying to "infect" other projects.

I added them to PHP a long time ago and I have nothing to do with the 
OpenBSD project. They are extremely useful functions and should be used 
instead of strcat()/strcpy(). In Zend we only use memcpy()/memcmp() but for 
many uses strlcpy()/strlcat() are sufficient.

Andi


-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to