summaryrefslogtreecommitdiff
path: root/TSRM
Commit message (Collapse)AuthorAgeFilesLines
* MFH: fix TSRM mutex return value inconsitencies (patch by Scott MacVicar)Antony Dovgal2008-02-071-8/+22
|
* Improved PHP binary size and startup speed with GCC4 visibility control (Nuno)Dmitry Stogov2008-01-302-8/+12
|
* MFH: Bump copyright year, 2 of 2.Sebastian Bergmann2007-12-318-8/+8
|
* Fixed definitionsDmitry Stogov2007-11-231-2/+2
|
* Fixed bug #43128 (Very long class name causes segfault)Dmitry Stogov2007-11-222-4/+13
|
* Fixed bug #43248 (backward compatibility break in realpath())Dmitry Stogov2007-11-131-13/+16
|
* Fixed realpath cache for existent file with CWD_FILEPATH flag on win32Dmitry Stogov2007-10-231-3/+8
|
* MFH: fix ws/cs & foldingAntony Dovgal2007-08-101-49/+78
|
* Fixed bug #42027 is_file() / is_dir() matches file/dirnames with wildcard ↵Dmitry Stogov2007-07-241-0/+7
| | | | char or trailing slash
* Fixed rename() in ZTS to allow renaming of symbolic links;Dmitry Stogov2007-07-231-2/+11
| | | | | Consistent handling of trailing slash
* Fixed symlink("", "somthing") and link("", "somthing") in ZTS modeDmitry Stogov2007-07-101-4/+27
|
* Store existent file in realpath cacheDmitry Stogov2007-07-031-0/+1
|
* Fixed yet another realpath cache bug and wrong testsDmitry Stogov2007-06-181-1/+1
|
* MFH: fix lstat() function resolving symlinksAntony Dovgal2007-05-301-1/+1
|
* Remove simple optimization here for now until we clean up this SAPI/TSRMRasmus Lerdorf2007-05-251-2/+1
| | | | | mess.
* Get rid of a stray time() syscall in tsrm and clean up lcg rinitRasmus Lerdorf2007-05-181-1/+2
|
* typoDmitry Stogov2007-04-171-2/+2
|
* WIN64 supportDmitry Stogov2007-04-162-2/+10
|
* Fixed bug #41063 (chdir doesn't like root paths).Dmitry Stogov2007-04-121-0/+1
|
* MFH: fix #39351 (relative include fails on Solaris)Antony Dovgal2007-04-031-39/+59
|
* fix for #33664 Console window appears when using exec()Stanislav Malyshev2007-04-021-1/+1
|
* MFH: fix shmop_open() with IPC_CREAT|IPC_EXCL flags on win32Antony Dovgal2007-03-201-3/+4
|
* Unfortunately, VC does not have snprintf, and sprintf_s supported only in vc2005Stanislav Malyshev2007-02-241-2/+2
| | | | | Fortunately, we don't need it here too badly.
* - Avoid sprintf, even when checked copy'n'paste or changes lead to errorsMarcus Boerger2007-02-241-2/+2
|
* Fixed bug #40560 (DIR functions do not work on root UNC path)Dmitry Stogov2007-02-211-3/+13
|
* On win32 directories in the middle of the patch may be unreadableDmitry Stogov2007-02-191-13/+10
|
* MFHAntony Dovgal2007-02-152-8/+7
|
* Fixed bug #40231 (file_exists incorrectly reports false)Dmitry Stogov2007-01-261-4/+12
|
* Fixed wrong realpath() result for unexistent files on win32Dmitry Stogov2007-01-231-0/+5
|
* Fixed bug #39367 (clearstatcache() doesn't clear realpath cache)Dmitry Stogov2007-01-222-12/+40
| | | | | Fixed bug #40092 (chroot() doesn't clear realpath cache)
* CSIlia Alshanetsky2007-01-201-9/+10
|
* MFHAntony Dovgal2007-01-191-4/+4
|
* MFH: free temp cwd_state struct on errorAntony Dovgal2007-01-161-0/+16
|
* MFH: Bump year.Sebastian Bergmann2007-01-018-8/+8
|
* Removed dependency from SHELL32.DLLDmitry Stogov2006-12-212-7/+10
|
* Added commentsDmitry Stogov2006-11-141-3/+6
|
* Use symbolic namesDmitry Stogov2006-11-132-20/+24
|
* Fixed wrong realpath() result in case of unexistent pathDmitry Stogov2006-11-101-7/+10
|
* Fixed wrong realpath() result in case of unexistent pathDmitry Stogov2006-11-101-1/+1
|
* stat() is reimplemented using using GetFileAttributesEx().Dmitry Stogov2006-11-102-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_DIRDmitry Stogov2006-11-102-27/+28
|
* opendir() is reimplemented using GetFistFile/GetNextFile those are faster ↵Dmitry Stogov2006-11-101-5/+8
| | | | then _findfirst/_findnext
* MFH: fix #39060 (virtual_file_ex() is broken on *BSD)Antony Dovgal2006-10-061-1/+1
|
* Fixed bug #38989 (Absolute path with slash at beginning doesn't work on win)Dmitry Stogov2006-10-051-4/+11
|
* MFHAntony Dovgal2006-10-042-2/+2
|
* Added handling for virtual_file_ex() failures.Ilia Alshanetsky2006-09-281-13/+39
| | | | | # Patch by Nuno
* Fixed bug #38579 (include_once() may include the same file twice)Dmitry Stogov2006-09-201-132/+87
|
* Fixed VIRTUAL_DIR inconsistencyDmitry Stogov2006-09-041-0/+6
|
* MFH: fix separate TSRM buildAntony Dovgal2006-08-221-1/+0
|
* MFHAntony Dovgal2006-08-051-1/+3
|