php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #8688 compile error in exec.c
Submitted: 2001-01-13 09:56 UTC Modified: 2001-01-14 17:23 UTC
From: bjoern at baer dot main dot de Assigned:
Status: Closed Package: Compile Failure
PHP Version: 4.0 Latest CVS (13/01/2001) OS: Linux 2.2.14 (SuSE 6.2)
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: bjoern at baer dot main dot de
New email:
PHP Version: OS:

 

 [2001-01-13 09:56 UTC] bjoern at baer dot main dot de
Hi,

with latest CVS, make fails:

exec.c: In function `_Exec':
exec.c:202: `ret' undeclared (first use in this function)
exec.c:202: (Each undeclared identifier is reported only once
exec.c:202: for each function it appears in.) 

configure line:

./configure \
  --with-apxs=/usr/sbin/apxs \
  --with-mysql=/usr \
  --with-swf=/usr/local \
  --with-gd=/usr \
  --with-dbase=yes \
  --with-dom=/usr/local \
  --enable-dba \
  --enable-sysvshm \
  --enable-sysvsem \
  --enable-debug=no \
  --enable-safe-mode=no \
  --enable-ftp \
  --enable-url-fopen-wrapper=yes \
  --enable-track-vars=yes \
  --enable-versioning \
  --enable-session \
  --with-zlib=/usr 

TIA, Bj?rn.                                                                                  

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2001-01-14 17:23 UTC] sniper@php.net
This is fixed now.

--Jani
 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Wed May 07 10:01:28 2025 UTC