by shigemk2

当面は技術的なことしか書かない

2021-08-19から1日間の記事一覧

PHP 2021-08-18

PHP

[2021-08-18 21:12:10 +0900]: Fix #78819: Heap Overflow in msg_send [2021-08-18 18:01:42 +0900]: Test file cache mix (file -> shm) [2021-08-18 17:55:17 +0900]: Fix repeated file cache unserialization of zval string [2021-08-18 19:34:04 +090…

fish-shell 2021-08-18

[2021-08-18 23:23:32 +0900]: CHANGELOG: work on 3.4.0 [2021-08-18 14:17:15 +0900]: Fix truncated completions for pkg install <foo> [2021-08-18 10:10:19 +0900]: Refactor deferred_process handling to be more clearly safe [2021-08-18 09:52:15 +090</foo>…

Emacs 2021-08-18

[2021-08-18 23:24:40 +0900]: Disable auto compositions on the Linux console only [2021-08-18 22:32:19 +0900]: Add undo-in-region test case for bug#21523 [2021-08-18 22:14:29 +0900]: Yet another place inside redisplay_window to prevent quit…

brew 2021-08-18

[2021-08-18 23:55:05 +0900]: Revert "Revert "Dockerfile: use relative paths when in the /home/linuxbrew directory"" [2021-08-18 23:54:50 +0900]: Revert "Revert "Dockerfile: remove extraneous permission modification commands"" [2021-08-18 1…

CakePHP3 executeCommand

3.9.8 以下のような2種類のConsole Commandがあって、片方がもう片方をexecで呼び出しているようなコードがあったとして、 log('THIS IS FOO I…

CakePHP2 to 3 Component initialize

www.php.net __constructは、newしたら絶対呼ばれる 普通はloadComponent的なやつでComponentを呼び出すけど、new Componentした場合はconstructしか呼ばないが、2はconstructの中でinitializeを実行しないが、3は__constructの中でinitializeを実行している…