Hi, I ahve installed php5 with apache enabling pnctl function to use multiprocessing. I have some problem when i use the function that it provide...like pcntl_fork();
It says that the function doesn't exist.
i put here the configuration option that i have used to compile php and please tell me if some is missing or some is wrong..
p.s. pnctl result enabled in phpinfo() output...
'./configure' '--with-apxs2=/usr/local/apache/bin/apxs' '--prefix=/usr/local/apache/php' '--with-config-file-path=/usr/local/apache/php' '--enable-force-cgi-redirect' '--disable-cgi' '--with-zlib' '--with-gettext' '--with-gdbm' '--with-bz2' '--with-com_dotnet' '--with-ctype' '--with-dom' '--with-ftp' '--with-gd' '--with-libxml' '--with-mbstring' '--with-odbc' '--with-pgsql' '--with-posix' '--with-readline' '--with-session' '--enable-sockets' '--with-sysvsem' '--with-xml' '--with-xmlrpc' '--with-xsl' '--with-mysql' '--without-sqlite' '--with-regex=php' '--with-layout=GNU' '--enable-shmop' '--enable-pcntl' '--with-pcre-regex=yes' '--enable-exif'
tnx in advance.
Strozzino