『iPod』ファンが自主制作したCM、ウェブで話題に
2004-12-20-5
http://hotwired.goo.ne.jp/news/culture/story/20041216201.html
2004-12-20-5
http://hotwired.goo.ne.jp/news/culture/story/20041216201.html
- PHP 4.x に SQLite (http://pecl.php.net/package/SQLite) を静的に組み込む方法.
% tar -xzvf php-4.3.10.tar.gz
% tar -xzvf SQLite-1.0.3.tgz
% mv SQLite-1.0.3 php-4.3.10/ext/sqlite
% cd php-4.3.10
% rm configure
% ./buildconf --force
% ./configure --help | grep sqlite
--with-sqlite Include sqlite support
% ./configure --with-sqlite [いろいろなオプション]
% make
% make test
% make install
- 実は
動的に組み込もうとしたが,どうしてもうまくいかなかった.
- 参考: [PHP-users 9429] Extension Module Install memo
http://ns1.php.gr.jp/pipermail/php-users/2002-August/009435.html
2004-12-20-3: [PHP]
- PHP: Download Logos
http://www.php.net/download-logos.php
- via: はてなダイアリー - nazonoDiary(日々うろおぼえ記)
http://d.hatena.ne.jp/nazoking/20041220#1103551801
そういえば,自分のエディタ用に以前作ったものがあったのを思い出したので公開.
- 大きいアイコン表示
- 小さいアイコン表示
- エディタ用アイコン
http://pocari.org/tools/icon/icon.zip
2004-12-20-2: [PHP]
php-4.3.10/Zend/zend_strtod.c が
make: *** [Zend/zend_strtod.lo] Error 1
のエラーで止まる.
とりあえず,
#define u_int32_t uint32_t
を書いておけばコンパイルできる.
- PHP Bugs: #31121: Compilation fails on zend_strtod.c
http://bugs.php.net/bug.php?id=31121
- PHP Bugs: Search
http://bugs.php.net/search.php?cmd=display&search_for=zend_strtod.c