Re: [INTERNALS-WIN] chDir, chDrive, #35691
[email protected] ("Pierre Joye")
| Newsgroups | php.internals.win |
|---|---|
| Message-ID | <[email protected]> |
On Mon, Jun 23, 2008 at 10:23 PM, Andi Gutmans <[email protected]> wrote: > Can you share the patch before committing? This is pretty touchy stuff > and we need to make sure we don't break anything else (incl. > performance) when we put this in. It is pretty much the same as: chdir('d:\public_html'); when public_html is the current dir on d: except that it is actually a bit faster than calling chdir() only (userland comparison) because you know that the path is absolute (no check in virtual_chdir_file). I will post the patch once I managed to sit down to write it :) I thought I would have enough time to do it today. Cheers, -- Pierre http://blog.thepimp.net | http://www.libgd.org