php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #2202 fails to compile with --enable-thread-safety
Submitted: 1999-08-31 08:55 UTC Modified: 1999-08-31 09:03 UTC
From: Bastiaan dot Bakker at lifeline dot nl Assigned:
Status: Closed Package: Compile Failure
PHP Version: 4.0 Beta 2 OS: Linux 2.2.10 (RH5.2)
Private report: No CVE-ID: None
 [1999-08-31 08:55 UTC] Bastiaan dot Bakker at lifeline dot nl
Configured with:
./configure --prefix=/usr --with-apxs=/usr/sbin/apxs --with-config-file-path=/etc/httpd --enable-safe-mode --with-exec-dir=/usr/bin --with-system-regex --disable-debug --with-zlib --with-pgsql=/usr --with-ldap=/usr --enable-debugger --enable-magic-quotes --enable-track-vars --enable-thread-safety 

Errors:
Lots, make stops at:
apache.c: In function `php3_getallheaders':
apache.c:334: `core_globals' undeclared (first use in this function)
apache.c:334: (Each undeclared identifier is reported only once
apache.c:334: for each function it appears in.)

Maybe some documentation mentions --enable-thread-safety doesn't 
 work yet, but I couldn't find it....

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [1999-08-31 09:03 UTC] thies at cvs dot php dot net
known "problem" -

for apache 1.x this doesn't matter - we'll soon have a thread safe server-module for unix.


 
PHP Copyright © 2001-2026 The PHP Group
All rights reserved.
Last updated: Fri Jun 26 13:00:01 2026 UTC