Sönke Tesch: fork

Beitrag lesen

ich habe php 4.2.3 unter linux kompiliert
(configure --with-apxs --with-mysql --enable-pcntl --enable-track-vars)

trotz der angabe im configure findet er die prozessfunktionen nicht,
sagt z.b. beim aufruf von pcntl_fork() 'unknown function'

"--with-apxs[=FILE]
   Build shared Apache module. [..]"
                =============
  http://www.php.net/manual/en/install.configure.php#install.configure.with-apxs

"--enable-pcntl
   Enable experimental pcntl support (CGI ONLY!)"
                                      =========
  http://www.php.net/manual/en/install.configure.php#install.configure.enable-pcntl

Gruß,
  soenk.e