memo.xight.org

日々のメモ

カテゴリ : PHP

6ページ目 / 全10ページ

GeSHiの利用

<?php
	include_once('geshi.php');
	$source         = $_REQUEST["source"];
	$language       = $_REQUEST["lang"];
	$geshi =& new GeSHi($source, $language);
	echo $geshi->parse_code();
	return;
?>

PEAR のプロトコルアップデート

$ pear search Proxy
WARNING: channel "pear.php.net" has updated its protocols, use
"channel-update pear.php.net" to update
$ su
# pear channel-update pear.php.net
Retrieving channel.xml from remote server
Update of Channel "pear.php.net" succeeded

JpGraph - PHP Graph Creating Library

JpGraph - PHP Graph Creating Library
http://www.aditus.nu/jpgraph/
JpGraph : PHP4とPHP5に対応したグラフ生成ツール - アシアル株式会社
http://www.asial.co.jp/products/jpgraph/
PHP でグラフを作る (gd/JpGraph編)
http://www.gadgety.net/shin/tips/unix/php-gd.html
PHPで高機能なグラフ生成ライブラリーJpGraphを使ってグラフを描いてみました・・・
http://www.linkclub.or.jp/~ma3ki/webutil/jpgraph/howtomake-jpgraph.html

iconvでコンパイルエラー

Summary

Solaris 8で PHP make中に以下のエラー

/path/to/php/ext/iconv/iconv.c: In function `zm_startup_miconv':
/path/to/php/ext/iconv/iconv.c:175: `_libiconv_version' undeclared (first use in this function)
/path/to/php/ext/iconv/iconv.c:175: (Each undeclared identifier is reported only once
/path/to/php/ext/iconv/iconv.c:175: for each function it appears in.)

- 対処法
# mv /usr/include/iconv.h /usr/include/iconv.h.bak
# ln /usr/local/include/iconv.h /usr/include/iconv.h

Reference

日本ではたらく社長のブログ | 【備忘録】php5.1インストール
http://ieiriblog.jugem.jp/?eid=659

PHPのインストールでエラー

エラー

fatal : relocation error: file /usr/local/lib/libstdc++.so.6: symbol __eprintf: referenced symbol not found

It works fine without --enable-xslt and
--with-xslt-sablot=/usr/local/.

I may have a Sablotron issue.

- Reference
PHP Resources -> PHP Help - #33425 [Fbk->Opn]: Symbol Referencing Error loading Apache Module __eprintf: referenced symbol not
http://www.php-resources.org/help/article-php.bugs-80819.php
#33425 [Opn->Csd]: Symbol Referencing Error loading Apache Module __eprintf: referenced symbol not
http://www.mail-archive.com/php-bugs@lists.php.net/msg66667.html

PHPで楽して404チェック

PHPで楽して404チェック
http://www.arielworks.net/articles/2003/1220d
PHPでHTTPリクエストをしてみる
http://www.arielworks.net/articles/2003/1220a
PHPでリンクしているURIのリストを取得
http://www.arielworks.net/articles/2003/1220b
PHPでリンクしているURIのリストをサイト全体から取得する
http://www.arielworks.net/articles/2003/1220c

PHP Interactive - WebベースのPHP実行環境

Summary

  WebベースのPHP実行環境.
  手軽に PHP のコードをテストできる.

Reference

  PHP Interactive - an interactive shell for PHP
  http://www.hping.org/phpinteractive/

via

  Open Alexandria - 2005-09-05 - PHP Interactive
  http://www.openalexandria.com/item_703.html
  cl.pocari.org - 2005-09-05
  http://cl.pocari.org/2005-09-05-2.html