[PHP-users 10781] Re: PHP4.3.0pre1 Released!!

TANABE Junnichi php-users@php.gr.jp
Sun, 13 Oct 2002 00:09:07 +0900


たなべ@ルーミナスです。

CVS版ですが、pg_unescape_bytea()関数がまだ有効になっていません。

$ cvs diff pgsql.c
Index: pgsql.c
===================================================================
RCS file: /repository/php4/ext/pgsql/pgsql.c,v
retrieving revision 1.231
diff -r1.231 pgsql.c
144a145
>       PHP_FE(pg_unescape_bytea, NULL)

$ cvs diff php_pgsql.h 
Index: php_pgsql.h
===================================================================
RCS file: /repository/php4/ext/pgsql/php_pgsql.h,v
retrieving revision 1.52
diff -r1.52 php_pgsql.h
131a132
> PHP_FUNCTION(pg_unescape_bytea);

と有効にすれば利用できるようになるようです。
とりあえず pg_escape_bytea() -> insert -> select -> pg_unescape_bytea()
でブラウザに画像を表示できる事は確認しました。

以上宜しくお願い致します。

-- 
ルーミナス-----------------------------+
 | 田邉純一 (TANABE Junnichi)          |
 | E-mail : junnichi@luminousjapan.com |
 +-------------------------------------+