fork
frank
- php
hallo allerseits,
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'
was muss ich machen, damit das funkt ?
gruesse und danke
frank
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