[PHP-CVS] cvs: non-pecl /simple_cvs simple_cvs.c simple_cvs_defs.h simple_cvs_utils.c

2004-04-20 Thread Shie Erlich
shieTue Apr 20 03:30:41 2004 EDT Modified files: /non-pecl/simple_cvssimple_cvs.c simple_cvs_defs.h simple_cvs_utils.c Log: fixed: sprintf==snprintf (thanks to derick)

Re: [PHP-CVS] cvs: non-pecl /simple_cvs simple_cvs.c simple_cvs_defs.h simple_cvs_utils.c

2004-04-20 Thread Marcus Boerger
Hello Shie, Tuesday, April 20, 2004, 9:30:41 AM, you wrote: shie Tue Apr 20 03:30:41 2004 EDT Modified files: /non-pecl/simple_cvs simple_cvs.c simple_cvs_defs.h simple_cvs_utils.c Log: fixed: sprintf==snprintf (thanks

[PHP-CVS] cvs: non-pecl /simple_cvs simple_cvs.c

2004-04-19 Thread Shie Erlich
shieMon Apr 19 06:35:07 2004 EDT Modified files: /non-pecl/simple_cvssimple_cvs.c Log: fixed: free(NULL) doesn't behave as the manpage says it does http://cvs.php.net/diff.php/non-pecl/simple_cvs/simple_cvs.c?r1=1.1r2=1.2ty=u Index:

Re: [PHP-CVS] cvs: non-pecl /simple_cvs simple_cvs.c

2004-04-19 Thread Derick Rethans
On Mon, 19 Apr 2004, Shie Erlich wrote: shie Mon Apr 19 06:35:07 2004 EDT Modified files: /non-pecl/simple_cvs simple_cvs.c Log: fixed: free(NULL) doesn't behave as the manpage says it does free(NULL) (c library function) is a no-op, but efree(NULL) (zend memory

Re: [PHP-CVS] cvs: non-pecl /simple_cvs simple_cvs.c

2004-04-19 Thread Andi Gutmans
At 12:42 PM 4/19/2004 +0200, Derick Rethans wrote: On Mon, 19 Apr 2004, Shie Erlich wrote: shie Mon Apr 19 06:35:07 2004 EDT Modified files: /non-pecl/simple_cvs simple_cvs.c Log: fixed: free(NULL) doesn't behave as the manpage says it does free(NULL) (c library

Re: [PHP-CVS] cvs: non-pecl /simple_cvs simple_cvs.c

2004-04-19 Thread Derick Rethans
On Mon, 19 Apr 2004, Andi Gutmans wrote: At 12:42 PM 4/19/2004 +0200, Derick Rethans wrote: On Mon, 19 Apr 2004, Shie Erlich wrote: shie Mon Apr 19 06:35:07 2004 EDT Modified files: /non-pecl/simple_cvs simple_cvs.c Log: fixed: free(NULL) doesn't