Do You PHP はてブロ

Do You PHPはてなからはてブロに移動しました

2006-08-01から1ヶ月間の記事一覧

JUDE/Biz

触れ込みは「内部統制」のツールなんですが、実際はJUDEの使い勝手をそのままに、業務フローをすいすい描ける、というところに注力しています(縦方向も横方向もすいすいです)。ですので、システム開発において業務フローからユースケースを切り出したい、…

第一回 Webの常識統一試験

Webクリエイターなら知っておきたい、あんなことやこんなこと 第一回 Webの常識統一試験 Webダイジェスト版 : Q3 Photoshopの歴代アイコンをリリース順に並べ替えた順番のうち、正しいものを選びなさい。んなもん、知らんがな〜! 最高レベルの得点だった方…

結城浩さんの『新版C言語プログラミングレッスン』無料プレゼント

結城浩です。2006年8月末に『新版C言語プログラミングレッスン』の入門編・文法編が刊行されます。 本書は1994年の発売以来、多くの読者の支持を受け、増刷および改訂を行ってきたC言語入門書のロングセラーです。このたび、MS-DOSが中心であった部分をWindo…

File_PDF0.1.0リリース

Summary PDF generation using only PHP.PHPだけで作るとは(ある意味)男前なライブラリ〜! 試してませんが、使い勝手とかパフォーマンスとか気になるところです。

ForceType+Actionディレクティブを使ってURLのrewrite

mod_rewriteが定番だけど好きじゃないので(必要なら使うけど)別の手段で.$ mkdir archives $ cat .htaccess ForceType entry-archives Action entry-archives /archives.php [CTRL][D]で終わりこれでOK.計ってないけどこの方がmod_rewriteより早いらしいで…

PHP5.1.6リリース

PHP

ますさんのところにもありましたが、5.1.5の修正漏れっぽいですね。リリースされました。 Fixed memory_limit on 64bit systems. (Stefan E.) Fixed bug #38488(Access to "php://stdin" and family crashes PHP on win32). (Dmitry)

oci8 1.2.2リリース

3ヶ月ぶりのバージョンアップです。バグFIX版のようですが、思いっきりcriticalなものはなさそうです。 PHPのconfigure時に--with-oci8=sharedとしている方はサクッと差し替えできます。 Reimplemented oci_lob_read() utilities using patch from Massimo S…

mod_proxy_balancerを試してみた

Apache2.2.3をソースからインストールしたので、同一マシン内にポート8080〜8083で合計4プロセス起動。8080をバランサーとして設定。 LoadModule proxy_module modules/mod_proxy.so LoadModule proxy_http_module modules/mod_proxy_http.so LoadModule pro…

Apache2.2のapchectl

え?startsslなくなったの?(今更) # apachectl startで良いみたい。

PhpDocumentor1.3.0正式版リリース

もはやデファクトとなったPHPドキュメント生成ツールです。最初のRCから約2年半、ようやく1.3.0正式版がリリースです。 Features added to this release include: Full PHP 5 support, phpDocumentor both runs in and parses Zend Engine 2 language constr…

PHP4.4.4とPHP5.1.5が同時リリース

PHP

PHP5.2.0RC2に続き、PHP4.4.4とPHP5.1.5がリリースされました。セキュリティ/バグFIX版です。 PHP development team would like to announce the immediate availability of PHP 5.1.5 and PHP 4.4.4. The two releases address a series of security proble…

PHP5.2.0RC2リリース

PHP

RC2がリリースされました。今後バグFIX中心に作業が行われ、順調にいけば2週間程度で最終RCが出てくるようです。 The second release candidate of PHP 5.2.0 is now available for testing the tar balls can be found here. http://downloads.php.net/ilia…

PEAR::CodeGen_PECL 1.0.3リリース

この前1.0.1がリリースされたのに。。。Changes since 1.0.2: fixed CodeGen dependency entry disabled #line output by default

PEAR::CodeGen_PECL 1.0.1リリース

9月になったら試せるかなぁ。。。Changes since 1.0.0: now using codegen helper object for indent and code blocks updated the DTD added DOCTYPE specs to all examples package.xml 1.0 OS dependencies generation fixed some config.m4 generation s…

PHP4.4.4RC1リリース

PHP

5.1.5に続き、4.4.4のRC1がリリースです。 PHP 4.4.4RC1 has been packaged and can be found here: http://downloads.php.net/derick/php-4.4.4RC1.tar.bz2 MD5 (php-4.4.4RC1.tar.bz2) = bb89d67c3a011229adea6c31aae6751b http://downloads.php.net/deric…

PHP5.1.5RC1リリース

PHP

ますさんのところから。マジですか。。。 The first and hopefully the last release candidate of PHP 5.1.5 is out and can be downloaded from here: http://downloads.php.net/ilia/php-5.1.5RC1.tar.bz2 6e120d88e366c895ed324089deefa755 http://downl…

openssl拡張でimaps

PHP

ぢょ〜@よくきたなです. PHP が SSL stream に対応していたら POP3 over SSL はできます. 下記簡易的に書きます.$ php -r ' require_once "Net/POP3.php"; $obj = new Net_POP3; var_dump( $obj->connect( "ssl://mail.example.com", 995)); var_dump( $o…

PHP4.4.3リリース

PHP

ようやくリリースされました。 Some of the key changes of PHP 4.4.3 include: Disallow certain characters in session names. Fixed a buffer overflow inside the wordwrap() function. Prevent jumps to parent directory via the 2nd parameter of the…