2008-09-05から1日間の記事一覧

Zend/Config/Ini.php でini.fileがパースエラーになるとき、Exceptionエラーになった

public function __construct($filename, $section = null, $options = false) { if (empty($filename)) { /** * @see Zend_Config_Exception */ require_once 'Zend/Config/Exception.php'; throw new Zend_Config_Exception('Filename is not set'); }にな…

pdo_pgsqlのインストール

php

PDOのドライバはインストールしないといけない with-pdo-pgsql をつけてコンパイルhttpdをrestart # /etc/init.d/httpd restart httpd を停止中: [ OK ] httpd を起動中: [Fri Sep 05 13:03:43 2008] [warn] module php5_module is already loaded, skipping…