ID:               30072
 Updated by:       [EMAIL PROTECTED]
 Reported By:      canosin at hotmail dot com
-Status:           Open
+Status:           Bogus
 Bug Type:         IIS related
 Operating System: Windows 2000 Terminal Server
 PHP Version:      4.3.7
 New Comment:

Sorry, but your problem does not imply a bug in PHP itself.  For a
list of more appropriate places to ask for help using PHP, please
visit http://www.php.net/support.php as this bug system is not the
appropriate forum for asking support questions. 

Thank you for your interest in PHP.

.


Previous Comments:
------------------------------------------------------------------------

[2004-09-13 13:48:00] canosin at hotmail dot com

Description:
------------
After having problems runing exec(), system() and shell_exec() commands
i resolved them, but now when i open a Access program (ej. recib2k.mdb)
the web server cannot close it and stay open like a process. Anyway the
recib2k.mdb that i open, doesnt do anything, only stay open. When i run
the web page (imprimir.php) it does well. I mean, i only want to create
a pdf file and i prepared an Access file which opens, prints a pdf file
and closes. Easy.

When I run it on the server (cmd.exe) runs well, but when trying to
exec it does nothing, only stay waiting.

What can i dooo?????

---- Sorry my english ------

Reproduce code:
---------------
<?
$programa = "\"c:\\inetpub\\wwwroot\\php\\vales de
compra\\recib2k.mdb\"";
$retorno =  exec($programa);
?>

The program opens but it doesent do nothing.

Expected result:
----------------
Create well the pdf (it does wellfrom the server).

Actual result:
--------------
A new Internet Explorer window opens and stay waiting for the server
but the progress bar never ends!


------------------------------------------------------------------------


-- 
Edit this bug report at http://bugs.php.net/?id=30072&edit=1

Reply via email to