If this is a kernel issue and not a glibc one, is there a way to get
popen work bi-directionally under linux? Say I want a
pipe = popen ('somefile', 'w+');
return a valid pipe. As it is now, popen (at least under php, but I
think this should be the same), does not return a handle for mode 'w+'.
It does return a handle only for modes 'r' and 'w'.
Regards,
;Martin
-- Dipl.-Kfm. Martin Rode martin.rode@programmfabrik.deProgrammfabrik GmbH Frankfurter Allee 73d 10247 Berlin
Fon +49-(0)30-4281-8001 Fax +49-(0)30-4281-8008 Funk +49-(0)163-5321400 - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/