Sophie

Sophie

distrib > Mageia > 4 > x86_64 > by-pkgid > f800694edefe91adea2624f711a41a2d > files > 11067

php-manual-en-5.5.7-1.mga4.noarch.rpm

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
 <head>
  <meta http-equiv="content-type" content="text/html; charset=UTF-8">
  <title>Requirements</title>

 </head>
 <body><div class="manualnavbar" style="text-align: center;">
 <div class="prev" style="text-align: left; float: left;"><a href="rrd.setup.html">Installing/Configuring</a></div>
 <div class="next" style="text-align: right; float: right;"><a href="rrd.installation.html">Installation</a></div>
 <div class="up"><a href="rrd.setup.html">Installing/Configuring</a></div>
 <div class="home"><a href="index.html">PHP Manual</a></div>
</div><hr /><div id="rrd.requirements" class="section">
  <h2 class="title">Requirements</h2>
  <p class="para">
   You need to install librrd first to be able to use PECL/rrd. Most common option
   is using of librrd-dev package from your favourite linux distro.
   PECL/rrd is tested with librrd 1.4.3, older or newer versions might or might not
   work for you.
   PECL/rrd installation is tested with PHP 5.3.2 or newer.
  </p>
  <div class="warning"><strong class="warning">Warning</strong>
   <p class="para">
    Librrd and hence extension itself aren&#039;t mostly thread safe. There are many
    global and shared states in librrd. It can be dangerous use this extension
    in multi threaded environments like Apache2 mpm worker.
    If there are many parallel requests, one request can change some global
    librrd state of other runnig requests.
   </p>
  </div>
 </div><hr /><div class="manualnavbar" style="text-align: center;">
 <div class="prev" style="text-align: left; float: left;"><a href="rrd.setup.html">Installing/Configuring</a></div>
 <div class="next" style="text-align: right; float: right;"><a href="rrd.installation.html">Installation</a></div>
 <div class="up"><a href="rrd.setup.html">Installing/Configuring</a></div>
 <div class="home"><a href="index.html">PHP Manual</a></div>
</div></body></html>