I tried shell_exec() and exec() instead of system() and it gives the same resullt - a zero byte file with no error. Any idea why it would work from the command line but not from PHP?
Ryan Kaldari On Wed, Feb 17, 2010 at 12:09 AM, Christian Thiele <[email protected]> wrote: > Hi, > > Am 17.02.2010, 00:46 Uhr, schrieb Ryan Kaldari <[email protected]>: > > > it works fine from the command line. I tried to execute the following > > from > > if it works from command line, try shell_exec() instead of system(). > > Sincerelly, > Christian Thiele > > _______________________________________________ > Toolserver-l mailing list ([email protected]) > https://lists.wikimedia.org/mailman/listinfo/toolserver-l > Posting guidelines for this list: > https://wiki.toolserver.org/view/Mailing_list_etiquette >
_______________________________________________ Toolserver-l mailing list ([email protected]) https://lists.wikimedia.org/mailman/listinfo/toolserver-l Posting guidelines for this list: https://wiki.toolserver.org/view/Mailing_list_etiquette
