Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix uninitialized variable | Wez Furlong | 2003-12-05 | 1 | -1/+1 |
| | |||||
* | Fix for the problem I posted to internals@. | Sebastian Bergmann | 2003-12-05 | 1 | -3/+0 |
| | |||||
* | Fix Andi's GetLongPathName code so that virtual_file_ex doesn't | Wez Furlong | 2003-12-04 | 1 | -4/+7 |
| | | | | | fail if the file does not exist. | ||||
* | Explicitly include this header for SHFILEINFO. | Wez Furlong | 2003-12-03 | 1 | -0/+1 |
| | | | | | # no need to MFH | ||||
* | - Uncomment my code which improves Windows behavior of TSRM file paths. | Andi Gutmans | 2003-12-02 | 1 | -1/+1 |
| | | | | | - This will now not work on Windows 95 anymore. | ||||
* | - Fix indentation | Andi Gutmans | 2003-12-01 | 1 | -5/+6 |
| | |||||
* | - Don't fix include_once() case sensitivity problem for beta 2. | Andi Gutmans | 2003-10-30 | 1 | -1/+1 |
| | | | | | | - I suggest discussing to stop supporting win95 and NT 4 in our binary - distributions and change the code to #ifdef. | ||||
* | - This should work. | Andi Gutmans | 2003-10-29 | 1 | -3/+8 |
| | |||||
* | - Allow for case-insensitivity of include_once()/require_once() on | Andi Gutmans | 2003-10-29 | 1 | -0/+18 |
| | | | | | - Windows | ||||
* | Aligned configure help texts. | foobar | 2003-10-03 | 1 | -2/+3 |
| | |||||
* | MF4: Have realpath now | Stanislav Malyshev | 2003-09-30 | 1 | -0/+1 |
| | |||||
* | MF4: add realpath function for win32 | Stanislav Malyshev | 2003-09-30 | 2 | -1/+11 |
| | |||||
* | Revert patch r1.40, bug is in glob() not IS_ABSOLUTE_PATH() | Ilia Alshanetsky | 2003-09-20 | 1 | -1/+1 |
| | |||||
* | Fixed bug #25583 (Incorrect handling of absolute path without drive). | Ilia Alshanetsky | 2003-09-20 | 1 | -1/+1 |
| | |||||
* | - Fixed bug #25240 (spaces before pre-processor directives) | foobar | 2003-08-25 | 1 | -1/+1 |
| | |||||
* | Fixed bug #21958 (workaround for unusual realpath() on AIX & Tru64). | Ilia Alshanetsky | 2003-08-07 | 1 | -0/+27 |
| | |||||
* | Fixed bug #17414 (pthreads bug work around) | Ilia Alshanetsky | 2003-08-05 | 1 | -0/+1 |
| | | | | | Patch by timo.teras[at]iki.fi | ||||
* | Restore HEAD of TSRM to what it was two days ago. | Sebastian Bergmann | 2003-06-25 | 10 | -214/+289 |
| | |||||
* | bring head into sync with the php4 branch | James Cox | 2003-06-23 | 10 | -289/+214 |
| | |||||
* | updating license information in the headers. | James Cox | 2003-06-10 | 6 | -18/+18 |
| | |||||
* | cleanup macros | Sascha Schumann | 2003-06-04 | 1 | -3/+3 |
| | |||||
* | - Fix non-ZTS build after Sterling's changes to TSRM | Derick Rethans | 2003-04-28 | 1 | -1/+4 |
| | |||||
* | add TSRMLS_FETCH_CTX which allows you to map a variable to a ts context. | Sterling Hughes | 2003-04-27 | 1 | -0/+1 |
| | | | | | | | | | | This is useful when you are mapping callbacks, you can simply associate a struct member to a thread context: void mycallback(my_struct *user) { TSRMLS_FETCH_CTX(user->thread_ctx); } | ||||
* | Fix for Bug #21310, based on a patch by jflemer@php.net. | Wez Furlong | 2003-03-17 | 1 | -42/+51 |
| | |||||
* | VCWD_LSTAT is not available on win32/netware | foobar | 2003-02-20 | 1 | -2/+0 |
| | |||||
* | More Win32 build improvements | Zeev Suraski | 2003-02-17 | 2 | -0/+6 |
| | |||||
* | - Whitespace fixes | Derick Rethans | 2003-02-09 | 1 | -5/+6 |
| | |||||
* | is_executable() now available on win32 | Shane Caraveo | 2003-02-09 | 4 | -4/+34 |
| | | | | | stats can now get information provided by access() | ||||
* | Fix leaks | Zeev Suraski | 2003-01-07 | 2 | -5/+10 |
| | |||||
* | call dtors on shutdown | Zeev Suraski | 2003-01-07 | 1 | -0/+3 |
| | |||||
* | NetWare related changes/modifications. | Anantha Kesari H Y | 2003-01-02 | 7 | -178/+205 |
| | |||||
* | Bump year. | Sebastian Bergmann | 2002-12-31 | 6 | -6/+6 |
| | |||||
* | - Add comment in macro and remove some now unneeded code | Andi Gutmans | 2002-12-20 | 2 | -6/+2 |
| | |||||
* | Make IS_ABSOLUTE_PATH use the IS_UNC_PATH macro rather then duplicate the | Ilia Alshanetsky | 2002-12-20 | 1 | -2/+2 |
| | | | | | code in the IS_UNC_PATH macro. | ||||
* | Netware related changes/modifications. | Anantha Kesari H Y | 2002-12-19 | 2 | -0/+3 |
| | |||||
* | On Win32 make PHP treat UNC paths as absolute paths, this should solve bugs | Ilia Alshanetsky | 2002-12-11 | 1 | -1/+1 |
| | | | | | such as #20831. Thanks to Wez Furlong for isolating the problem. | ||||
* | Revert of previous patch ad requested by Andi. | Ilia Alshanetsky | 2002-11-15 | 1 | -1/+1 |
| | |||||
* | Fix bug 19689, solution suggested by dmitry@koteroff.ru. | Ilia Alshanetsky | 2002-11-14 | 1 | -1/+1 |
| | |||||
* | Fix missing header warnings (alloca.h) on Sun Os & Tru64. | Ilia Alshanetsky | 2002-11-11 | 1 | -3/+5 |
| | |||||
* | Instead of checking whether realpath exists based on OS. Use the | Ilia Alshanetsky | 2002-11-06 | 2 | -2/+2 |
| | | | | | | HAVE_REALPATH define, which is set if realpath() is avaliable. This patch also resolves bug #18868. | ||||
* | - Fix TSRM_ERROR macro | Andi Gutmans | 2002-11-05 | 1 | -1/+1 |
| | |||||
* | Added 4th argument to virtual_file_ex() that specifies whether or not | Ilia Alshanetsky | 2002-11-05 | 2 | -23/+23 |
| | | | | | | realpath() should be used during path resolving. In a number of functions we do not want to use realpath(), since realpath() will resolve symlinks. | ||||
* | Revert virtual_link() patch. | Ilia Alshanetsky | 2002-11-04 | 2 | -31/+13 |
| | |||||
* | - Clean up mess made by netware guys. There's no reason not to abstract | Andi Gutmans | 2002-11-04 | 2 | -17/+6 |
| | | | | | | - the macro a tiny bit more allowing the code to look cleaner. The more - #ifdef's code has the more unreadable it becomes. | ||||
* | Fix bug #20235. | Ilia Alshanetsky | 2002-11-04 | 1 | -7/+4 |
| | |||||
* | windows is smart enough to provide a way to set cwd for new processes. | Shane Caraveo | 2002-10-29 | 3 | -26/+8 |
| | |||||
* | Fixed a bug noticed by Jon Parise. | Ilia Alshanetsky | 2002-10-22 | 1 | -2/+2 |
| | |||||
* | Fixed compile warnings. | Ilia Alshanetsky | 2002-10-22 | 1 | -8/+4 |
| | |||||
* | Fixed symlink/link functions on ZTS builds. | Ilia Alshanetsky | 2002-10-21 | 2 | -3/+28 |
| | | | | | Made URL detection in symlink code use php_stream_locate_url_wrapper(). | ||||
* | - Whitspace | Derick Rethans | 2002-10-05 | 1 | -19/+19 |
| |