[PHP-CVS] cvs: php4 /ext/pgsql pgsql.c

2001-04-05 Thread Romolo Manfredini
romolo Thu Apr 5 05:29:24 2001 EDT Modified files: /php4/ext/pgsql pgsql.c Log: pg_close not closing right connection. Index: php4/ext/pgsql/pgsql.c diff -u php4/ext/pgsql/pgsql.c:1.96 php4/ext/pgsql/pgsql.c:1.97 --- php4/ext/pgsql/pgsql.c:1.96 Wed Apr

[PHP-CVS] cvs: php4(PHP_4_0_5) /ext/pgsql pgsql.c

2001-03-29 Thread Romolo Manfredini
romolo Thu Mar 29 23:36:22 2001 EDT Modified files: (Branch: PHP_4_0_5) /php4/ext/pgsql pgsql.c Log: pg_close was not closing the connection, making impossible to reopen it. Pls insert in 4.0.5 Index: php4/ext/pgsql/pgsql.c diff -u

[PHP-CVS] cvs: php4(PHP_4_0_5) /ext/standard file.c

2001-03-28 Thread Romolo Manfredini
romolo Wed Mar 28 01:01:28 2001 EDT Modified files: (Branch: PHP_4_0_5) /php4/ext/standard file.c Log: Safe mode check for target introduced in function copy. Pls insert in 4_0_5 Index: php4/ext/standard/file.c diff -u php4/ext/standard/file.c:1.148

[PHP-CVS] cvs: php4(PHP_4_0_5) /ext/standard basic_functions.c

2001-03-28 Thread Romolo Manfredini
romolo Wed Mar 28 01:05:50 2001 EDT Modified files: (Branch: PHP_4_0_5) /php4/ext/standard basic_functions.c Log: Safe mode check on target introduced in function move_uploaded_file. Index: php4/ext/standard/basic_functions.c diff -u

[PHP-CVS] cvs: php4(PHP_4_0_5) /ext/pgsql pgsql.c

2001-03-27 Thread Romolo Manfredini
romolo Tue Mar 27 02:22:32 2001 EDT Modified files: (Branch: PHP_4_0_5) /php4/ext/pgsql pgsql.c Log: pg_close was closing connection twice, pls insert in 4_0_5 Index: php4/ext/pgsql/pgsql.c diff -u php4/ext/pgsql/pgsql.c:1.93

[PHP-CVS] cvs: php4 /ext/pgsql pgsql.c

2001-03-25 Thread Romolo Manfredini
romolo Mon Mar 26 00:00:44 2001 EDT Modified files: /php4/ext/pgsql pgsql.c Log: pg_close was undefining default_conn even if a ref to it was still there. Index: php4/ext/pgsql/pgsql.c diff -u php4/ext/pgsql/pgsql.c:1.94

[PHP-CVS] cvs: php4 /ext/pgsql pgsql.c

2001-03-24 Thread Romolo Manfredini
romolo Sat Mar 24 10:36:43 2001 EDT Modified files: /php4/ext/pgsql pgsql.c Log: Solved bugs #9746 and #9937, pg_close was closing twice the default conn. Index: php4/ext/pgsql/pgsql.c diff -u php4/ext/pgsql/pgsql.c:1.93 php4/ext/pgsql/pgsql.c:1.94

[PHP-CVS] cvs: php4 /ext/standard basic_functions.c file.c

2001-03-23 Thread Romolo Manfredini
romolo Fri Mar 23 01:30:51 2001 EDT Modified files: /php4/ext/standard basic_functions.c file.c Log: Added target ownership check in function copy for safe_mode operations Index: php4/ext/standard/basic_functions.c diff -u