Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > de.comp.lang.php > #3751
| From | Torsten Zuehlsdorff <foo@meisterderspiele.de> |
|---|---|
| Newsgroups | de.comp.lang.php |
| Subject | Re: "posix_kill() expects parameter 2 to be long, string given" |
| Date | 2016-03-15 08:21 +0100 |
| Organization | A noiseless patient Spider |
| Message-ID | <56E7B7E6.2030604@meisterderspiele.de> (permalink) |
| References | <1457774441.960220@alpaka.in-berlin.de> <dkigjqF6svdU1@mid.individual.net> |
On 12.03.2016 13:32, Claus Reibenstein wrote: > 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. Sollte dann nicht ein "undefined constant" Fehler kommen? Gruß, Torsten
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