I just want to verify that in console applications there is no way to get the current working directory. If you use getcwd, it just gives you the virtual Data directory. You can get the directory of the exe itself, but that is it. Is that correct?
I would like to use the php yaml extension, which is on PECL, but not in the extensions included with the runtime. Which version do I need to put into the ext directory for my chosen runtime? 32bit vs 64, thread safe ve non-thread safe?
I would like to use ExeOutput for PHP and f3 (Fat Free Framework) to build an app. Before I really dive in, I wanted to make sure that I could get the basic setup to work right. I set up a bare bones “Hello World” application to test whether I have ExeOutput configured correctly.
When I run...