Re: [PHP] Not able to execute Linux binary
From: Jason Wong (php-general_at_gremlins.biz)
Date: 12/08/03
- Next message: Jerry M. Howell II: "Re: [PHP] Not able to execute Linux binary"
- Previous message: Tom Rogers: "Re: [PHP] getimagesize() & MySQL Image Storage (Running functions on contents of variables)"
- In reply to: Karam Chand: "Re: [PHP] Not able to execute Linux binary"
- Next in thread: Jerry M. Howell II: "Re: [PHP] Not able to execute Linux binary"
- Reply: Jerry M. Howell II: "Re: [PHP] Not able to execute Linux binary"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
To: php-general@lists.php.net Date: Mon, 8 Dec 2003 13:28:11 +0800
On Monday 08 December 2003 12:56, Karam Chand wrote:
> I think there is some problem with the permission.
> Even if I execute a command like -
>
> echo ( "start" );
> exec ( "pwd" );
> echo ( "end" );
>
> the output is - startend
>
> shouldnt be pwd showing the present working directory
> to me.
Yes, but exec() itself does NOT output anything.
-- Jason Wong -> Gremlins Associates -> www.gremlins.biz Open Source Software Systems Integrators * Web Design & Hosting * Internet & Intranet Applications Development * ------------------------------------------ Search the list archives before you post http://marc.theaimsgroup.com/?l=php-general ------------------------------------------ /* Every recipe ever written includes one ingredient that you do not have in your kitchen -- Murphy's Food Laws n5 */
- Next message: Jerry M. Howell II: "Re: [PHP] Not able to execute Linux binary"
- Previous message: Tom Rogers: "Re: [PHP] getimagesize() & MySQL Image Storage (Running functions on contents of variables)"
- In reply to: Karam Chand: "Re: [PHP] Not able to execute Linux binary"
- Next in thread: Jerry M. Howell II: "Re: [PHP] Not able to execute Linux binary"
- Reply: Jerry M. Howell II: "Re: [PHP] Not able to execute Linux binary"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|