php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #29010 make test does not wait to email address
Submitted: 2004-07-04 19:23 UTC Modified: 2004-07-21 13:27 UTC
From: eero at jlug dot fi Assigned:
Status: Closed Package: *Compile Issues
PHP Version: 5.0.0 OS: Linux
Private report: No CVE-ID: None
 [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...


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2004-07-21 12:52 UTC] nohn@php.net
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+");
 [2004-07-21 13:27 UTC] nohn@php.net
Fixed in CVS. The question remains if the fixed behaviour is a bug in PHP itself or not?
 [2004-07-22 00:11 UTC] schlueter at phpbar dot de
This seems to be fixed in CVS so the bug should be closed: 
http://cvs.php.net/php-src/run-tests.php
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri May 03 20:01:31 2024 UTC