php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #28251 fail to compile proc_open.c
Submitted: 2004-05-02 11:01 UTC Modified: 2010-12-20 11:41 UTC
From: nlopess@php.net Assigned: jani (profile)
Status: Closed Package: Program Execution
PHP Version: 5CVS-2004-05-02 (dev) OS: win/Cygwin
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: nlopess@php.net
New email:
PHP Version: OS:

 

 [2004-05-02 11:01 UTC] nlopess@php.net
Description:
------------
Cygwin/gcc fail to compile proc_open.c

Actual result:
--------------
gcc  -Iext/standard/ -I/home/Nuno/php5/ext/standard/ -DPHP_ATOM_INC -I/home/Nuno
/php5/include -I/home/Nuno/php5/main -I/home/Nuno/php5 -I/home/Nuno/php5/Zend -I
/usr/local/include/tidy  -I/home/Nuno/php5/TSRM  -g -O2  -c /home/Nuno/php5/ext/
standard/proc_open.c -o ext/standard/proc_open.o  && echo > ext/standard/proc_op
en.lo
/home/Nuno/php5/ext/standard/proc_open.c: In function `zif_proc_open':
/home/Nuno/php5/ext/standard/proc_open.c:753: error: `TIOCNOTTY' undeclared (fir
st use in this function)
/home/Nuno/php5/ext/standard/proc_open.c:753: error: (Each undeclared identifier
 is reported only once
/home/Nuno/php5/ext/standard/proc_open.c:753: error: for each function it appear
s in.)
make: *** [ext/standard/proc_open.lo] Error 1

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2004-05-02 13:13 UTC] wez@php.net
This bug has been fixed in CVS.

Snapshots of the sources are packaged every three hours; this change
will be in the next snapshot. You can grab the snapshot at
http://snaps.php.net/.
 
Thank you for the report, and for helping us make PHP better.

Should work now.
 [2010-12-20 11:41 UTC] jani@php.net
-Package: Tidy +Package: Program Execution -Assigned To: +Assigned To: jani
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Dec 27 04:01:29 2024 UTC