|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
Patcheserror2stderr-buildconf (last revision 2018-10-20 03:45 UTC by )Pull RequestsHistoryAllCommentsChangesGit/SVN commits
[2018-10-20 07:44 UTC] petk@php.net
-Status: Open
+Status: Verified
-Type: Feature/Change Request
+Type: Bug
-PHP Version: 7.3.0RC3
+PHP Version: 7.1.23
[2018-10-20 07:55 UTC] petk@php.net
[2018-10-20 07:55 UTC] petk@php.net
-Status: Verified
+Status: Closed
[2018-10-20 07:58 UTC] petk@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Thu Oct 30 22:00:01 2025 UTC |
Description: ------------ Now, ./buildconf output some error messages to stdout. But, error messages should be written on stderr. Test script: --------------- $ which autoconf /usr/local/bin/autoconf $ env PATH=/bin:/usr/bin ./buildconf --force >/dev/null Expected result: ---------------- buildconf: autoconf not found. You need autoconf version 2.68 or newer installed to build PHP from Git. make: *** [buildmk.stamp] Error 1 Actual result: -------------- make: *** [buildmk.stamp] Error 1