problem with PHP CLI exec() function

2015-04-23 Thread anctop
em()", but both have failed. The error message reads : PHP Warning: system(): Unable to fork [command] in /path/script.php on line 3 What does it mean & how to fix it ? Regards, anctop -- Problem reports: http://cygwin.com/problems.html FAQ: http://

distributing executables for windows

2011-03-02 Thread anctop
I'd like to ask a question about distributing programs compiled with cygwin to windows. I've compiled some utility programs (e.g. "grep") in the cygwin bash environment, then copied the executables and the dependent libraries (e.g. "grep.exe" and "cygwin1.dll", "cygintl-8.dll", "cygiconv-2.dll", "

Re: distributing executables for windows

2011-03-02 Thread anctop
"terminfo" with some adjustment to the paths ? On 03/03/2011, Andy Koppe wrote: > On 3 March 2011 03:54, anctop wrote: >> I'd like to ask a question about distributing programs compiled with >> cygwin to windows. >> >> I've compiled some utility program

Re: distributing executables for windows

2011-03-03 Thread anctop
y the GnuWin32 project depends only on a single external library "libpcre", is this possible with cygwin ? On 03/03/2011, Andy Koppe wrote: > On 3 March 2011 07:17, anctop wrote: >> I understand that the terminfo entry should be distributed too, but >> this is my very ques