PHP

Content-Length

PHP

i-modeではContent-TypeとContent-Lengthは出したほうがいい。Content-Lengthを出すのには以下のようにすればいい(唯一の方法ではないけど)。 ob_start(); include('template.php'); $type = 'text/html'; $length = ob_get_length(); header("Content-Lengt…

Xdebug (Solaris)

PHP

Xdebugのソースのアーカイブを展開する。 READMEファイルを読む。 gcc,automake,autoconf,m4,libtool を入れる。 phpize を実行する。 ./configure --enable-xdebug を実行。 make を実行。 modules/xdebug.so を適当なところに入れる。Apacheのlibexecとか…

NuSOAPのデバッグモード

PHP

nusoapでデバッグ出力する方法は http://dietrich.ganx4.com/nusoap/faq.php?id=104 に以下のように書いてあるが、ちょっとだけ相違点があった。 Client: Set the debug_flag property to true, eg: $soapclient->debug_flag=true Access the debug informat…

とりあえずインストール(Windows)

PHP

超初心者のメモ PHP http://www.php.net/downloads.php Windows Binaries PHP 4.3.4 zip package [6,815Kb] - 03 November 2003 PHP 4.3.4 installer [1,043Kb] - 03 November 2003 をダウンロード。2つのうち、とりあえず簡単なインストーラ版を選んだ。(…