From:             [EMAIL PROTECTED]
Operating system: FreeBSD
PHP version:      4CVS-2002-11-06
PHP Bug Type:     Feature/Change Request
Bug description:  --with-tsrm-pth not required

After ./configure runs it gives a warning message saying   
that --with-tsrm-pth is required if you are using php on  
apache2, and this is incorrect.    
  
Under FreeBSD-4.X, the threaded server (worker, et al) do  
not work at all, and the prefork mpm must be used, so no  
threading is needed and therefore --with-tsrm-pth is not  
required.    
  
Under FreeBSD-current ((5.0) my desktop system last  
buildworld @ ~Oct3rd) using the worker mpm, the default  
POSIX threading works, and therefore --with-tsrm-pth is  
again not required. 
 
I am not sure if at one point it was required, but it does 
not seem as though it is now. 
 
  
  
-- 
Edit bug report at http://bugs.php.net/?id=20293&edit=1
-- 
Try a CVS snapshot:         http://bugs.php.net/fix.php?id=20293&r=trysnapshot
Fixed in CVS:               http://bugs.php.net/fix.php?id=20293&r=fixedcvs
Fixed in release:           http://bugs.php.net/fix.php?id=20293&r=alreadyfixed
Need backtrace:             http://bugs.php.net/fix.php?id=20293&r=needtrace
Try newer version:          http://bugs.php.net/fix.php?id=20293&r=oldversion
Not developer issue:        http://bugs.php.net/fix.php?id=20293&r=support
Expected behavior:          http://bugs.php.net/fix.php?id=20293&r=notwrong
Not enough info:            http://bugs.php.net/fix.php?id=20293&r=notenoughinfo
Submitted twice:            http://bugs.php.net/fix.php?id=20293&r=submittedtwice
register_globals:           http://bugs.php.net/fix.php?id=20293&r=globals
PHP 3 support discontinued: http://bugs.php.net/fix.php?id=20293&r=php3
Daylight Savings:           http://bugs.php.net/fix.php?id=20293&r=dst
IIS Stability:              http://bugs.php.net/fix.php?id=20293&r=isapi

Reply via email to