DELAEMON BLOG

Live as if you were to die tomorrow. Learn as if you were to live forever.

2012-10-06から1日間の記事一覧

PHP 拡張 演算子オーバーロード

$ git diff diff --git a/Zend/zend_operators.c b/Zend/zend_operators.c index cf3a908..27c27a2 100644 --- a/Zend/zend_operators.c +++ b/Zend/zend_operators.c @@ -30,6 +30,7 @@ #include "zend_strtod.h" #include "zend_exceptions.h" #include "z…

PHPソースコードリーティング準備

必要に迫られてPHPのソースコード読まないと行けなくなったので、自分のMBA(MountainLion)で準備。PHPのソースコードをダウンロードしてビルド $ git clone https://github.com/php/php-src.git Cloning into 'php-src'... $ cd php-src/ $ ./buildconf buil…