php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #26786 with CGI, shell_exec()/backtick operator never returns
Submitted: 2004-01-04 15:18 UTC Modified: 2004-01-15 01:09 UTC
From: php dot chad at cropcirclesystems dot net Assigned:
Status: No Feedback Package: CGI/CLI related
PHP Version: 4.3.4 OS: FreeBSD 5.1-p11
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:
35 + 1 = ?
Subscribe to this entry?

 
 [2004-01-04 15:18 UTC] php dot chad at cropcirclesystems dot net
Description:
------------
Using the Apache module or the CLI, everything works 
just fine.
However, when using PHP via CGI, the backticks operator 
and the shell_exec() function both never return, 
however, they DO successfully execute the command! php 
blocks idle, not racing.

Seems similar to #11224 in effect, but #11224 claims it 
was fixed in 4.0.6! Also, #11224 is on Windows using 
IIS! (yuck!)

I've built PHP 4.3.4 via FreeBSD's port system, so it 
could be their problem. I have yet to test this with 
another operating system. My php.ini is your php.ini-
recommended. My configure line is rather large, but can 
be 
seen at 'http://www.cropcirclesystems.net/phpinfo.php', 
although I have many optional modules, I've also tried 
this with FreeBSD's port's default module selections. I 
built using: cd /usr/ports/lang/php4; make 
WITHOUT_CLI=yes WITHOUT_APACHE=yes install; cp /usr/
local/etc/php.ini-recommended /usr/local/etc/php.ini

Reproduce code:
---------------
<?php
print shell_exec('/full/path/to/some/executable');
?>

Expected result:
----------------
the stdout of the executable

Actual result:
--------------
indefinate waiting. The executable gets executed, 
though.

I'd be happy to follow up with more testing/information. 
I'll let you know after I try the same thing on FreeBSD 
4.9 and Gentoo Linux.

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2004-01-06 17:53 UTC] sniper@php.net
Please try using this CVS snapshot:

  http://snaps.php.net/php4-STABLE-latest.tar.gz
 
For Windows:
 
  http://snaps.php.net/win32/php4-win32-STABLE-latest.zip

Also, I could not access that phpinfo() page.
So put your full configure line here. (or rather, cut it down to bare minimum, configure the snapshot using that cut down version and test again)

 [2004-01-15 01:09 UTC] sniper@php.net
No feedback was provided. The bug is being suspended because
we assume that you are no longer experiencing the problem.
If this is not the case and you are able to provide the
information that was requested earlier, please do so and
change the status of the bug back to "Open". Thank you.


 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Mar 28 16:01:29 2024 UTC