At 20:32 4/5/2001, Johan Ekenberg wrote:
>Zeev,
>
>thanks, that made all the difference!
>
>I got a suggestion from another PHP-developer that mixing calls to
>emalloc() and strcpy() might be a problem. Is this so?
Not it's not; A block you get from emalloc() is very much the same as a
block yo
On Fri, 4 May 2001, Johan Ekenberg wrote:
> Zeev,
>
> thanks, that made all the difference!
>
> I got a suggestion from another PHP-developer that mixing calls to
> emalloc() and strcpy() might be a problem. Is this so?
>
No, I've never experienced a problem.
-Sterling
--
PHP Development Mai
Zeev,
thanks, that made all the difference!
I got a suggestion from another PHP-developer that mixing calls to
emalloc() and strcpy() might be a problem. Is this so?
/Johan
> erealloc() (like realloc()) returns a pointer to the
> realloc'd string. It
> may or may not be the same pointer you s