ID: 24473
User updated by: habr at iinfo dot cz
Reported By: habr at iinfo dot cz
Status: Bogus
Bug Type: Program Execution
Operating System: WINXP->Linux
PHP Version: 4CVS-2003-07-03 (stable)
New Comment:
what kind of permitions do you mean?
Previous Comments:
------------------------------------------------------------------------
[2003-07-03 05:13:37] [EMAIL PROTECTED]
Works fine here..propably permissions problem.
------------------------------------------------------------------------
[2003-07-03 02:19:24] habr at iinfo dot cz
Description:
------------
system("mysqldump --user=*** --password=*** --host=localhost --force
database table > /www/sqldump.sql");
This command executes mysql and doesn't create the file, the output is
only on the screen.I don't know why the file isn't created.
Thanx
Reproduce code:
---------------
system("mysqldump --user=*** --password=*** --host=localhost --force
database table > /www/sqldump.sql");
Expected result:
----------------
Output to the file, not tho the scrren or to the variable like
system(" ....",$array);
Actual result:
--------------
screen output only, no redirection
------------------------------------------------------------------------
--
Edit this bug report at http://bugs.php.net/?id=24473&edit=1