Re: [PHP-DEV] Re: cvs: php4 /ext/pgsql pgsql.c php_pgsql.h

2002-10-06 Thread Andi Gutmans
It doesn't really make sense to me to add an alias to MySQL if it's not needed. The less aliases we have in PHP the better IMO. Andi At 11:04 AM 10/3/2002 +0900, Yasuo Ohgaki wrote: Ok. I'll add alias to mysql and rename pgsql function. -- Yasuo Ohgaki Derick Rethans wrote: On Wed, 2 Oct

Re: [PHP-DEV] Re: cvs: php4 /ext/pgsql pgsql.c php_pgsql.h

2002-10-06 Thread Yasuo Ohgaki
Both opinion makes sense to me, but any objections to remove alias from MySQL? -- Yasuo Ohgaki Andi Gutmans wrote: It doesn't really make sense to me to add an alias to MySQL if it's not needed. The less aliases we have in PHP the better IMO. Andi At 11:04 AM 10/3/2002 +0900, Yasuo

Re: [PHP-DEV] Re: cvs: php4 /ext/pgsql pgsql.c php_pgsql.h

2002-10-02 Thread Dan Kalowsky
On Wednesday, October 2, 2002, at 12:10 AM, Yasuo Ohgaki wrote: I don't mind to have alias like pg_result_seek() or have only pg_result_seek(). I would rather see it named pg_result_seek as it is more consistent with what this function accomplishes. It also opens the door for ODBC to follow

Re: [PHP-DEV] Re: cvs: php4 /ext/pgsql pgsql.c php_pgsql.h

2002-10-02 Thread Marcus Börger
At 13:41 02.10.2002, Dan Kalowsky wrote: On Wednesday, October 2, 2002, at 12:10 AM, Yasuo Ohgaki wrote: I don't mind to have alias like pg_result_seek() or have only pg_result_seek(). I would rather see it named pg_result_seek as it is more consistent with what this function accomplishes. It

Re: [PHP-DEV] Re: cvs: php4 /ext/pgsql pgsql.c php_pgsql.h

2002-10-02 Thread Derick Rethans
On Wed, 2 Oct 2002, Marcus Börger wrote: At 13:41 02.10.2002, Dan Kalowsky wrote: On Wednesday, October 2, 2002, at 12:10 AM, Yasuo Ohgaki wrote: I don't mind to have alias like pg_result_seek() or have only pg_result_seek(). I would rather see it named pg_result_seek as it is more

Re: [PHP-DEV] Re: cvs: php4 /ext/pgsql pgsql.c php_pgsql.h

2002-10-02 Thread Yasuo Ohgaki
Ok. I'll add alias to mysql and rename pgsql function. -- Yasuo Ohgaki Derick Rethans wrote: On Wed, 2 Oct 2002, Marcus Börger wrote: At 13:41 02.10.2002, Dan Kalowsky wrote: On Wednesday, October 2, 2002, at 12:10 AM, Yasuo Ohgaki wrote: I don't mind to have alias like pg_result_seek()

[PHP-DEV] Re: cvs: php4 /ext/pgsql pgsql.c php_pgsql.h

2002-10-01 Thread Yasuo Ohgaki
Yasuo Ohgaki wrote: yohgaki Tue Oct 1 23:16:36 2002 EDT Modified files: /php4/ext/pgsql pgsql.c php_pgsql.h Log: Added pg_data_seek(). pg_result_seek() woudl be better name, but there is mysql_data_seek()... Any comment about this naming? I

Re: [PHP-DEV] Re: cvs: php4 /ext/pgsql pgsql.c php_pgsql.h

2002-10-01 Thread Derick Rethans
On Wed, 2 Oct 2002, Yasuo Ohgaki wrote: Yasuo Ohgaki wrote: yohgaki Tue Oct 1 23:16:36 2002 EDT Modified files: /php4/ext/pgsql pgsql.c php_pgsql.h Log: Added pg_data_seek(). pg_result_seek() woudl be better name, but there is