絖綛 N@i.jp  昨日:00051060
 今日:00014869
 総計:00118236
keywords
管理者専用
  Post   Add link   Control Panel 































新しいトピック
最新:03/21 19:08


新しいコメント
最新:07/28 16:47






管理人へMAIL

プライバシーポリシー

PHP 8系に移行できるだろうか?(4)

PHP単体(cli)では異常終了しないじゃないか


 php単体(cli)で phpinfo() を実行させてみると、

$ cat test.php
<?php
  date_default_timezone_set("Asia/Tokyo");
  phpinfo();
?>
$ /usr/local/php8/bin/php test.php
Cannot load Zend OPcache - it was built with configuration API420200930,TS, whereas running engine is API420200930,TS,debug
phpinfo()
PHP Version => 8.0.27

System => Darwin ○○○ 8.11.0 Darwin Kernel Version 8.11.0: Wed Oct 10 18:26:00 PDT 2007; root:xnu-792.24.17~1/RELEASE_PPC Power Macintosh
Build Date => Jan 26 2023 20:58:23
Build System => Darwin ○○○ 8.11.0 Darwin Kernel Version 8.11.0: Wed Oct 10 18:26:00 PDT 2007; root:xnu-792.24.17~1/RELEASE_PPC Power Macintosh powerpc
〜略〜
PHP License
This program is free software; you can redistribute it and/or modify
it under the terms of the PHP License as published by the PHP Group
and included in the distribution in the file:  LICENSE

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

If you did not receive a copy of the PHP license, or have any
questions about PHP licensing, please contact license@php.net.
$ echo $?
0

phpinfo() の結果はちゃんと出力されているし、異常終了もしていない様子。Apacheの子プロセスになった時だけ異常終了するってことですか?う〜ん、どうやってデバッグすればいいんだろう・・・


< 過去の記事 [ 1月の 全てのカテゴリ リスト ] 新しい記事 >

2023 calendar
1月
1234567
891011121314
15161718192021
22232425262728
293031


掲示板
最新:08/15 17:19


GsBlog was developed by GUSTAV, Copyright(C) 2003, Web Application Factory All Rights Reserved.