On Fri, 11 Jun 2004 10:55:20 -0400, Ilia Alshanetsky <[EMAIL PROTECTED]> wrote:

Read your memcpy manpages

"The  memcpy() function copies n bytes from memory area src to memory
       area dest.  The memory areas may not overlap."


Well, I've read my manpages: The memcpy() function copies n bytes from memory area src to memory area dest. The memory areas may not overlap. Use memmove() if the memory areas do overlap.

Pay attention on the LAST sentence.

--
Using Opera's revolutionary e-mail client: http://www.opera.com/m2/

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



Reply via email to