Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > de.comp.lang.php > #3737
| From | Claus Reibenstein <4spamersonly@kabelmail.de> |
|---|---|
| Newsgroups | de.comp.lang.php |
| Subject | Re: "posix_kill() expects parameter 2 to be long, string given" |
| Date | 2016-03-12 13:32 +0100 |
| Message-ID | <dkigjqF6svdU1@mid.individual.net> (permalink) |
| References | <1457774441.960220@alpaka.in-berlin.de> |
Michael Vogel schrieb am 12.03.2016 um 10:20: > einer unserer User erhält auf seiner Installation unseres Systems immer > den Fehler: "posix_kill() expects parameter 2 to be long, string given". > > Die entsprechende Zeile ist: > > return(posix_kill(file_get_contents($this->_file), SIGTERM)); Deutet darauf hin, dass SIGTERM nicht definiert ist und deshalb standardmäßig durch "SIGTERM" ersetzt wird. Das wiederum deutet darauf hin, dass die pcntl-Erweiterung[1] nicht installiert ist. Gruß Claus [1] http://php.net/manual/de/pcntl.installation.php
Back to de.comp.lang.php | Previous | Next — Previous in thread | Next in thread | Find similar
"posix_kill() expects parameter 2 to be long, string given" Michael Vogel <ike@spamfence.net> - 2016-03-12 10:20 +0100
Re: "posix_kill() expects parameter 2 to be long, string given" Stefan+Usenet@Froehlich.Priv.at (Stefan Froehlich) - 2016-03-12 10:21 +0000
Re: "posix_kill() expects parameter 2 to be long, string given" Claus Reibenstein <4spamersonly@kabelmail.de> - 2016-03-12 13:32 +0100
Re: "posix_kill() expects parameter 2 to be long, string given" Michael Vogel <ike@spamfence.net> - 2016-03-14 10:19 +0100
Re: "posix_kill() expects parameter 2 to be long, string given" Torsten Zuehlsdorff <foo@meisterderspiele.de> - 2016-03-15 08:21 +0100
Re: "posix_kill() expects parameter 2 to be long, string given" "Christoph M. Becker" <cmbecker69@arcor.de> - 2016-03-15 18:14 +0100
csiph-web