php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #3590 backtick operations leave zombies
Submitted: 2000-02-23 11:45 UTC Modified: 2005-03-31 16:13 UTC
From: scott at ipartner dot net Assigned:
Status: Wont fix Package: Misbehaving function
PHP Version: 3.0.12 OS: FreeBSD
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: scott at ipartner dot net
New email:
PHP Version: OS:

 

 [2000-02-23 11:45 UTC] scott at ipartner dot net
% ps
(no zombies)

<?php
$date = `date`;
print $date;
?>

% ps
(a zombie appears each time our php file is invoked)


Running Apache 1.3.11 on FreeBSD 3.3-RELEASE i386
with php3 compiled as a DSO.

mod_php3-3.0.12-module-mysql-imap-freetype-gd.so
--with-apxs \
--with-config-file-path=/usr/local/lib \
--with-system-regex \
--disable-debug \
--enable-track-vars \

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2005-03-31 16:13 UTC] php-bugs at lists dot php dot net
We are sorry, but we do not support PHP 3 related problems anymore.
 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Sat Mar 08 05:01:31 2025 UTC