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
 [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: Mon Jul 14 17:01:34 2025 UTC