|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
[2004-07-04 19:23 UTC] eero at jlug dot fi
Description: ------------ Make test does not wait email address. This issue is been long in php 5-dev series. Reproduce code: --------------- ./configure && make && make test System does not wait enought to input email address, if Y is selected in reporting option... PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
|
|||||||||||||||||||||||||||
Copyright © 2001-2026 The PHP GroupAll rights reserved. |
Last updated: Thu Feb 12 01:00:02 2026 UTC |
This should fix the problem, please test: In F:\Work\OSS\PHP\php-src: cvs -q -z9 diff -r 1.195 run-tests.php CVSROOT=:pserver:nohn@cvs.php.net:/repository Index: run-tests.php =================================================================== RCS file: /repository/php-src/run-tests.php,v retrieving revision 1.195 diff -r1.195 run-tests.php 448d447 < $fp = fopen("php://stdin", "r+");