×
日本語のページを検索
  • すべての言語
  • 日本語のページを検索
すべての結果
Most of the DB functions return a DB_Error object which contains information about the error. DB_Error offers the same functions as PEAR_Error.
2024/05/20 · Bug in DB/oci8.php ... oci_fetch_array called with wrong parameters bug. #33 opened on Jan 24 by jotazuz Version 1.12.2 · 3 · Fix SQLite3 ...
2007/09/13 · PHPからDBを使うときにはPEAR::DB ... バグの修正、セキュリティフィックスは引き続き行われます ...
概要PHP5.3 系で PEAR DB インストールの際にエラーが出たので対応メモ。対応内容インストールコマンド# pear install DBエラー内容WARNING: "pear/…
2017/12/13 · まだメンテナンスはされていますが、バグ修正とセキュリティ ... PEAR::DBのようにPHPで抽象化の実装が書かれているわけではなく、C言語で ...
2004/02/17 · php calls query() with two arguments: the query string and a value of 2. When a second argument is passed to query(), it assumes you want that ...
2018/07/28 · ... PEAR入っているみたいです。 Tar.phpのバグ? で、PEAR DB入れようとしたらこういうエラーが Fatal error: Cannnot use result of built-in function ...
2008/04/24 · getOne()はまぁいいとして、getRow()やgetCol()の場合に配列を期待したコードを書くとバグの元になるので注意が必要。 <?php $row = $db->getRow( ...
2002/05/03 · PEAR のfetchRow()を使っておかしな現象にでくわしました。 以下の2つのソースは同じ処理をやっているのですが、結果が違います。 <?php // PEARを ...