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
View Add Comment Developer Edit
Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know!
Just going to say 'Me too!'? Don't clutter the database with that please — but make sure to vote on the bug!
Your email address:
MUST BE VALID
Solve the problem:
42 - 8 = ?
Subscribe to this entry?

 
 [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

Add a Patch

Pull Requests

Add a Pull Request

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-2024 The PHP Group
All rights reserved.
Last updated: Sat Apr 20 08:01:30 2024 UTC