php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #25392 ext/standard/filestat.c:575: undefined reference to `php_check_open_basedir_ex'
Submitted: 2003-09-06 02:01 UTC Modified: 2003-09-06 08:10 UTC
From: skissane at ics dot mq dot edu dot au Assigned:
Status: Not a bug Package: Compile Failure
PHP Version: 4CVS-2003-09-06 (stable) OS: RedHat Linux 9
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: skissane at ics dot mq dot edu dot au
New email:
PHP Version: OS:

 

 [2003-09-06 02:01 UTC] skissane at ics dot mq dot edu dot au
Description:
------------
Error message during linking.

Reproduce code:
---------------
./configure --enable-debug
make

Expected result:
----------------
Linking succeeds

Actual result:
--------------
ext/standard/filestat.o(.text+0x1277): In function `php_stat':
/home/skissane/php4-200309060330/ext/standard/filestat.c:575: undefined reference to `php_check_open_basedir_ex'
collect2: ld returned 1 exit status
make: *** [sapi/cgi/php] Error 1


Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2003-09-06 08:10 UTC] sniper@php.net
Wrong snapshot.

 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Tue Jul 15 04:01:33 2025 UTC