Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:22719 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 77886 invoked by uid 1010); 12 Apr 2006 13:47:15 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 77871 invoked from network); 12 Apr 2006 13:47:15 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 12 Apr 2006 13:47:15 -0000 X-Host-Fingerprint: 193.252.22.54 smtp13.wanadoo.fr Linux 2.4/2.6 Received: from ([193.252.22.54:23646] helo=smtp13.wanadoo.fr) by pb1.pair.com (ecelerity 2.0 beta r(6323M)) with SMTP id 51/94-19715-2E40D344 for ; Wed, 12 Apr 2006 09:47:14 -0400 Received: from me-wanadoo.net (localhost [127.0.0.1]) by mwinf1307.wanadoo.fr (SMTP Server) with ESMTP id 81B7E70000AA for ; Wed, 12 Apr 2006 15:47:07 +0200 (CEST) Received: from binarysecfb111 (AStDenis-105-1-26-113.w81-248.abo.wanadoo.fr [81.248.238.113]) by mwinf1307.wanadoo.fr (SMTP Server) with SMTP id 19B0170000A6 for ; Wed, 12 Apr 2006 15:47:05 +0200 (CEST) X-ME-UUID: 20060412134706105.19B0170000A6@mwinf1307.wanadoo.fr Message-ID: <00cd01c65e37$52f814c0$6700a8c0@binarysecfb111> To: "PHPdev" Date: Wed, 12 Apr 2006 15:45:11 +0200 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_00CA_01C65E48.1530BE10" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2900.2670 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2670 Subject: Strange problem with the functions exec() / system()... From: mv-php@binarysec.com ("Michael Vergoz") ------=_NextPart_000_00CA_01C65E48.1530BE10 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Salut I have a strange problem with the functions exec() / system()...=20 I have a threaded Web server which executes a script PHP executing = itself another init.d script (/etc/init.d/apache start).=20 When I stopped the Web server I can not bind() any more the port of this = one.=20 In fact I have the feeling that the kernel does not free the socket = properly.=20 Did somebody already face this problem? Thanks ------=_NextPart_000_00CA_01C65E48.1530BE10--