Search found 3 matches

by thundrax
Fri Mar 23, 2007 12:34 pm
Forum: PHP - Code
Topic: using system from php
Replies: 5
Views: 666

The thing is it doesn't happen all the time. And now its working fine.
It seems that maybe apache deamon gets corrupted and doesn't know how to run stuff. Is that possible or what could be causing that.
by thundrax
Fri Mar 23, 2007 11:54 am
Forum: PHP - Code
Topic: using system from php
Replies: 5
Views: 666

Here: PHP Version: 5.1.6 PHP OS: Linux Error Reporting: 2039 ((E_ALL | E_STRICT) ^ E_STRICT ^ E_NOTICE)) Register Globals: On Short Tags: On Display Errors: On Magic Quotes GPC: Off Magic Quotes Runtime: Off Magic Quotes Sybase: Off Config file: /opt/apps/php5/lib/php.ini Loaded Extensions: xmlwrite...
by thundrax
Fri Mar 23, 2007 11:16 am
Forum: PHP - Code
Topic: using system from php
Replies: 5
Views: 666

using system from php

Guys, I am having a strange problem with php calling external applications such as perl or even 'ls'. such as system('ls'); I get not found error. But the real annoying thing is that it works most of the time, but then something happens and it breaks. Everything else works fine, except calling exter...