php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #2801 'return_value_used' undeclared in standard/array.c
Submitted: 1999-11-23 16:38 UTC Modified: 1999-11-23 16:39 UTC
From: nachix at usa dot net Assigned:
Status: Closed Package: Installation problem
PHP Version: 4.0 Beta 3 OS: FreeBSD-2.2.6 STABLE
Private report: No CVE-ID: None
View Add Comment Developer Edit
Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know!
Just going to say 'Me too!'? Don't clutter the database with that please !
Your email address:
MUST BE VALID
Solve the problem:
47 - 35 = ?
Subscribe to this entry?

 
 [1999-11-23 16:38 UTC] nachix at usa dot net
I'm compiling PHP 4.0b3 with Apache 1.3.9, using gcc 2.7.2.1 (the one that came with FreeBSD).  I configured Apache, then did on php tree:

./configure --with-mysql --with-apache=../apache_1.3.9 --enable-track-vars

make

PHP starts compiling fine, but suddenly it reports:

/bin/sh ../../libtool --silent --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../libzend -I../.. -I../../libzend -I/usr/src/apache_1.3.9/src/include -I/usr/src/apache_1.3.9/src/os/unix  -I/usr/local/include/mysql    -g -O2 -g -O2 -c -o array.lo array.c

array.c:  In function `php3_reset':
array.c:582: `return_value_used' undeclared (first use of this function)

*** Error code 1

Stop.

array.c is located in ext/standard

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [1999-11-23 16:39 UTC] andrei at cvs dot php dot net
Please download the latest Beta 3 (http://www.php.net/version4/)
and try again.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Apr 18 23:01:27 2024 UTC