Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixed bug #40560 (DIR functions do not work on root UNC path) | Dmitry Stogov | 2007-02-21 | 1 | -3/+13 |
| | |||||
* | On win32 directories in the middle of the patch may be unreadable | Dmitry Stogov | 2007-02-19 | 1 | -13/+10 |
| | |||||
* | fix Cygwin build | Antony Dovgal | 2007-02-15 | 2 | -8/+7 |
| | | | | | (costs us nothing, but makes some people happy) | ||||
* | Fixed bug #40231 (file_exists incorrectly reports false) | Dmitry Stogov | 2007-01-26 | 1 | -4/+12 |
| | |||||
* | Fixed wrong realpath() result for unexistent files on win32 | Dmitry Stogov | 2007-01-23 | 1 | -0/+5 |
| | |||||
* | Fixed bug #39367 (clearstatcache() doesn't clear realpath cache) | Dmitry Stogov | 2007-01-22 | 2 | -12/+40 |
| | | | | | Fixed bug #40092 (chroot() doesn't clear realpath cache) | ||||
* | improve readability and use constant instead of its value | Antony Dovgal | 2007-01-19 | 1 | -4/+4 |
| | |||||
* | free temporary cwd_state struct on error | Antony Dovgal | 2007-01-16 | 1 | -0/+16 |
| | |||||
* | Bump year. | Sebastian Bergmann | 2007-01-01 | 8 | -8/+8 |
| | |||||
* | emoved dependency from SHELL32.DLL | Dmitry Stogov | 2006-12-21 | 2 | -7/+10 |
| | |||||
* | Added comments | Dmitry Stogov | 2006-11-14 | 1 | -3/+6 |
| | |||||
* | Use symbolic names | Dmitry Stogov | 2006-11-13 | 2 | -20/+24 |
| | |||||
* | Fixed wrong realpath() result in case of unexistent path | Dmitry Stogov | 2006-11-10 | 1 | -7/+10 |
| | |||||
* | Revert wrong path | Dmitry Stogov | 2006-11-10 | 1 | -1/+1 |
| | |||||
* | stat() is reimplemented using using GetFileAttributesEx(). | Dmitry Stogov | 2006-11-10 | 2 | -4/+92 |
| | | | | | The new implementation is faster then implementation in MS VC CRT, but it doesn't support Windows 95. | ||||
* | VCWD_REALPATH() is improved to use realpath cache without VIRTUAL_DIR | Dmitry Stogov | 2006-11-10 | 2 | -27/+28 |
| | |||||
* | opendir() is reimplemented using GetFistFile/GetNextFile those are faster ↵ | Dmitry Stogov | 2006-11-10 | 1 | -5/+8 |
| | | | | then _findfirst/_findnext | ||||
* | fix #39060 (virtual_file_ex() is broken on *BSD) | Antony Dovgal | 2006-10-06 | 1 | -1/+1 |
| | |||||
* | Fixed bug #38989 (Absolute path with slash at beginning doesn't work on win) | Dmitry Stogov | 2006-10-05 | 1 | -4/+11 |
| | |||||
* | minor AIX fix | Antony Dovgal | 2006-10-04 | 2 | -2/+2 |
| | |||||
* | MFB: Added handling for virtual_file_ex() failures. | Ilia Alshanetsky | 2006-09-28 | 1 | -13/+39 |
| | |||||
* | Fixed bug #38579 (include_once() may include the same file twice) | Dmitry Stogov | 2006-09-20 | 1 | -132/+87 |
| | |||||
* | Fixed VIRTUAL_DIR inconsistency | Dmitry Stogov | 2006-09-04 | 1 | -0/+6 |
| | |||||
* | fix separate TSRM build | Antony Dovgal | 2006-08-22 | 1 | -1/+0 |
| | |||||
* | yet another appempt to fix Windows bug | Antony Dovgal | 2006-08-05 | 1 | -1/+3 |
| | | | | | thanks Rob for the patch | ||||
* | revert previous patch, it's wrong | Antony Dovgal | 2006-08-04 | 1 | -3/+1 |
| | |||||
* | Add Unicode constants for default slash and directory separator. | Andrei Zmievski | 2006-08-04 | 1 | -0/+7 |
| | |||||
* | Add IS_U_SLASH_* macros to test for path separator chars. | Andrei Zmievski | 2006-08-03 | 1 | -2/+12 |
| | |||||
* | fix #38276 (file_exists() works incorrectly with long filenames on Windows) | Antony Dovgal | 2006-08-03 | 1 | -1/+3 |
| | | | | | aka "Ilia forgot to MFB fix for #31347" | ||||
* | - Fixed bug #36909 (ld: Undefined symbols: _lchown) | foobar | 2006-04-10 | 1 | -0/+4 |
| | |||||
* | Fixed bug #35988 (Unknown persistent list entry type in module shutdown) | Dmitry Stogov | 2006-03-14 | 2 | -0/+49 |
| | |||||
* | move function definition from .h to .c, where it should be | Antony Dovgal | 2006-02-08 | 2 | -16/+21 |
| | |||||
* | init variables (continue making GCC happy) | Antony Dovgal | 2006-02-06 | 1 | -2/+2 |
| | |||||
* | Fixed bug #36016 (realpath cache memleaks) | Dmitry Stogov | 2006-01-16 | 2 | -21/+4 |
| | |||||
* | - One more update | Andi Gutmans | 2006-01-04 | 1 | -1/+1 |
| | |||||
* | - Update copyright notices to 2006 | Andi Gutmans | 2006-01-04 | 2 | -2/+2 |
| | |||||
* | - Added the lchown() and lchgrp() functions which change permissions and group | Derick Rethans | 2006-01-04 | 2 | -4/+14 |
| | | | | | | permissions on symbolic links. #- We'll also add this to PHP 5.1.3? or PHP 5.2, so I didn't add it to NEWS. | ||||
* | bump year and license version | foobar | 2006-01-01 | 6 | -18/+18 |
| | |||||
* | fix mkdir() function properly (patch by nlopess) | foobar | 2005-12-23 | 1 | -2/+3 |
| | |||||
* | Back out a portion of the previous patch which broke win32 file functions | Edin Kadribasic | 2005-12-22 | 1 | -1/+1 |
| | |||||
* | MFB51: Fixed bug #31347 (is_dir and is_file (incorrectly) return true for any | Ilia Alshanetsky | 2005-12-20 | 2 | -3/+8 |
| | | | | | string greater then 255 characters). | ||||
* | allocate_new_resource() handles the malloc() for us. Don't leak by ↵ | Sara Golemon | 2005-08-29 | 1 | -1/+0 |
| | | | | mallocing twice. | ||||
* | Fix compile failure with GCC 4.0.x | foobar | 2005-08-05 | 1 | -1/+1 |
| | |||||
* | Bump up year | foobar | 2005-08-03 | 6 | -6/+6 |
| | |||||
* | Netware pthreads support is good enough. So removing all these fixes of old ↵ | Anantha Kesari H Y | 2005-07-16 | 1 | -18/+0 |
| | | | | | | | times. -- Kamesh | ||||
* | Reverting the DEFAULT_SLASH to / as it breaks the FreeBSD derived function ↵ | Anantha Kesari H Y | 2005-07-07 | 1 | -1/+1 |
| | | | | | | | of NetWare LibC like glob. -- Kamesh | ||||
* | gwtcwd of NetWare LibC gives a cwd with a volume information. | Anantha Kesari H Y | 2005-07-07 | 1 | -0/+17 |
| | | | | | | | | So using getcwdpath which gives with volume information. getcwdpath gives with directory seperator as \ which is against our DEFAULT_SLASH of /. So finding and replacing \ with / -- Kamesh | ||||
* | COPY_WHEN_ABSOLUTE is not needed for NetWare. | Anantha Kesari H Y | 2005-07-07 | 1 | -2/+0 |
| | | | | | -- Kamesh | ||||
* | - Unify the "configure --help" texts | foobar | 2005-05-29 | 1 | -1/+1 |
| | |||||
* | Unterminated paren group in BETHREADS definition of tsrm_tls_set() macro | Sara Golemon | 2005-05-16 | 1 | -1/+1 |
| |