[PHP-CVS] cvs: php4(PHP_4_3) /ext/ftp ftp.c

2003-03-18 Thread Jani Taskinen
sniper Tue Mar 18 12:31:55 2003 EDT Modified files: (Branch: PHP_4_3) /php4/ext/ftp ftp.c Log: MFH: fix for bug #22765 Index: php4/ext/ftp/ftp.c diff -u php4/ext/ftp/ftp.c:1.68.2.5 php4/ext/ftp/ftp.c:1.68.2.6 --- php4/ext/ftp/ftp.c:1.68.2.5 Thu Feb 13 17:1

Re: [PHP-CVS] cvs: php4(PHP_4_3) /ext/ftp ftp.c

2003-02-13 Thread Derick Rethans
On Thu, 13 Feb 2003, Sara Golemon wrote: > pollita Thu Feb 13 17:18:20 2003 EDT > > Modified files: (Branch: PHP_4_3) > /php4/ext/ftp ftp.c > Log: > Buf #22052 More casual efree()ing causing segfaults What about our coding standards? :) : if (da

[PHP-CVS] cvs: php4(PHP_4_3) /ext/ftp ftp.c

2003-02-13 Thread Sara Golemon
pollita Thu Feb 13 17:18:20 2003 EDT Modified files: (Branch: PHP_4_3) /php4/ext/ftp ftp.c Log: Buf #22052 More casual efree()ing causing segfaults Index: php4/ext/ftp/ftp.c diff -u php4/ext/ftp/ftp.c:1.68.2.4 php4/ext/ftp/ftp.c:1.68.2.5 --- php4/ext/ftp

[PHP-CVS] cvs: php4(PHP_4_3) /ext/ftp ftp.c ftp.h php_ftp.c

2003-01-06 Thread Ilia Alshanetsky
iliaa Mon Jan 6 22:53:57 2003 EDT Modified files: (Branch: PHP_4_3) /php4/ext/ftp ftp.c ftp.h php_ftp.c Log: MFH Index: php4/ext/ftp/ftp.c diff -u php4/ext/ftp/ftp.c:1.68.2.2 php4/ext/ftp/ftp.c:1.68.2.3 --- php4/ext/ftp/ftp.c:1.68.2.2 Mon Jan 6 21:21

[PHP-CVS] cvs: php4(PHP_4_3) /ext/ftp ftp.c php_ftp.c

2003-01-06 Thread Ilia Alshanetsky
iliaa Mon Jan 6 21:21:58 2003 EDT Modified files: (Branch: PHP_4_3) /php4/ext/ftp ftp.c php_ftp.c Log: Changed perror() to php_error_docref(), fixed bug #21309. Made extension use ZE memory allocation wrappers, fixed a memory leak in ftp_mkdir. Remove