Extensions pthreads

From: Date: Mon, 13 Feb 2006 16:39:01 +0000
Subject: Extensions pthreads
Groups: php.internals 
Request: Send a blank email to [email protected] to get a copy of this message
I've failed to find hints about why generated "configure" specifically ignores
pthread* libraries, e.g.:
...
  case milter in
  c|c_r|pthread*) ;;
  *)
      LIBS="-lmilter $LIBS"
   ;;
  esac
...

Can extensions with pthreads be safely created or there are some hard-to-catch 
problems with that?

{I've actually have created one such extension (has lots of worker pthreads) 
which seems to work fine, but I wonder about possible troubles.}


Thread (1 message)

« previous php.internals (#21862) next »