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

2003-04-01 Thread Jay Smith
jay Tue Apr 1 18:56:16 2003 EDT Modified files: /php4/ext/pgsql pgsql.c php_pgsql.h Log: Fix 'timestamp without timezone', too. Index: php4/ext/pgsql/pgsql.c diff -u php4/ext/pgsql/pgsql.c:1.268 php4/ext/pgsql/pgsql.c:1.269 ---

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

2002-10-17 Thread Yasuo Ohgaki
yohgaki Thu Oct 17 03:58:47 2002 EDT Modified files: /php4/ext/pgsql pgsql.c php_pgsql.h Log: Added async message function - pg_get_notify() Index: php4/ext/pgsql/pgsql.c diff -u php4/ext/pgsql/pgsql.c:1.235 php4/ext/pgsql/pgsql.c:1.236 ---

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

2002-10-13 Thread Yasuo Ohgaki
yohgaki Sat Oct 12 23:00:49 2002 EDT Modified files: /php4/ext/pgsql pgsql.c php_pgsql.h Log: Enable pg_escape_bytea(). Index: php4/ext/pgsql/pgsql.c diff -u php4/ext/pgsql/pgsql.c:1.231 php4/ext/pgsql/pgsql.c:1.232 --- php4/ext/pgsql/pgsql.c:1.231

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

2002-10-13 Thread Yasuo Ohgaki
yohgaki Sun Oct 13 05:37:27 2002 EDT Modified files: /php4/ext/pgsql pgsql.c php_pgsql.h Log: Introduce connect_type option to pg_connect(). pg_connect(conn_str, conn_type) is allowed. Added PGSQL_CONNECT_FORCE_NEW option to pg_connect() (Yasuo) # If

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

2002-09-30 Thread Yasuo Ohgaki
yohgaki Mon Sep 30 05:07:58 2002 EDT Modified files: /php4/ext/pgsql pgsql.c php_pgsql.h Log: Added pg_fetch_assoc(). Fixed proto. Added/fixed comments. # It seems last attempt was failed. Try committing again. Index: php4/ext/pgsql/pgsql.c diff -u