|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2019-05-20 02:17 UTC] petk@php.net
-PHP Version: Next Minor Version
+PHP Version: PHP-7.4-Git-2019-05-20 (Git)
[2019-05-20 09:41 UTC] petk@php.net
-PHP Version: PHP-7.4-Git-2019-05-20 (Git)
+PHP Version: 7.4-Git-2019-05-20 (Git)
[2019-05-23 12:25 UTC] cmb@php.net
[2019-07-18 22:56 UTC] petk@php.net
-Status: Open
+Status: Closed
-Assigned To:
+Assigned To: petk
[2019-07-18 22:56 UTC] petk@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Thu Oct 30 02:00:01 2025 UTC |
Description: ------------ Test for the FFI extension with current filename 200.phpt fails with seg fault. Test script: --------------- docker run -it --rm -v `pwd`:/opt/php-src -w /opt/php-src alpine:3.9 sh apk add --no-cache autoconf libffi-dev re2c bison make gcc g++ ./buildconf ./configure --disable-all --with-ffi make test TESTS=ext/tests Expected result: ---------------- OK Actual result: -------------- Test fails 200.diff: 002+ 003+ Termsig=0 002- { 003- Hello World! 004- } 005- Hello World!