release distributions of PHP 2.Help finding and diagnosing failed tests, see the phpt documentation 3.Filing and resolving bug reports on GitHub Issues. 4.Help maintain and or translate documentation files at the doc-* repositories on github. Check out our guide for contributors. https://php.net/get-involved より引用 Four Best Ways to Contribute
tar xzvf php-8.3.1.tar.gz $ cd php-8.3.1 $ ./configure --enable-debug $ make -j4 $ make TEST_PHP_ARGS=-j4 test • Ubuntu 22.04 LTSでテストを実行する際にはメモリーは2GB以上必要 テストを実行する
SUMMARY --------------------------------------------------------------------- Bug #81740 (PDO::quote() may return unquoted string) [ext/pdo_sqlite/tests/bug81740.phpt] =================================================== ================== You may have found a problem in PHP. This report can be saved and used to open an issue on the bug tracker at https://github.com/php/php-src/issues This gives us a better understanding of PHP's behavior. Do you want to save this report in a file? [Yn]: n 失敗したテストの内容を診断する