Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | Add BeOS thread support to TSRM. This should not impact on any other OS's | David Reid | 2002-10-05 | 5 | -29/+76 |
| | | | | | | | | but allows us to build PHP with threading support and therefore we can build as an Apache 2 module. The locking is currently done using benaphores but this may be reviewed. | ||||
* | Add VCWD_ACCESS | Sascha Schumann | 2002-10-04 | 2 | -0/+25 |
| | |||||
* | This is way too verbose... Please enable it in your local .dsp settings if | Zeev Suraski | 2002-09-04 | 1 | -1/+0 |
| | | | | | you like it :) | ||||
* | make win32 debug output more verbose | Harald Radi | 2002-08-07 | 6 | -11/+6 |
| | |||||
* | Changes to build TSRM on NetWare | Venkat Raghavan S | 2002-05-29 | 6 | -44/+449 |
| | |||||
* | Change to build on NetWare: TSRM_CONFIG.H not required | Venkat Raghavan S | 2002-05-29 | 1 | -1/+2 |
| | |||||
* | Basic NetWare changes | Venkat Raghavan S | 2002-05-28 | 2 | -0/+21 |
| | |||||
* | fixed directory access problem when direcory name is encoded in japanese ↵ | Rui Hirokawa | 2002-04-25 | 2 | -1/+5 |
| | | | | Shift_JIS encoding. | ||||
* | fixed problem when multibyte character is included in file path on Windows. ↵ | Rui Hirokawa | 2002-04-21 | 1 | -1/+2 |
| | | | | If _MBCS is defined, _tcstok is defined as _mbstrtok which is multibyte enabled strtok. If _MBCS is not defined, _tcstok is defined as strtok. | ||||
* | Fix check.. tsrm_config.h exists on all platforms but Win32. | Sascha Schumann | 2002-03-07 | 1 | -1/+1 |
| | |||||
* | Update headers. | Sebastian Bergmann | 2001-12-11 | 4 | -8/+8 |
| | |||||
* | This was needed afterall. Without this Apache segfaulted when accessing PHP ↵ | foobar | 2001-12-09 | 1 | -2/+13 |
| | | | | scripts. | ||||
* | Undo (per Jani's request) | Zeev Suraski | 2001-12-09 | 1 | -13/+2 |
| | |||||
* | Jani's AIX fixes | Sterling Hughes | 2001-12-07 | 1 | -2/+13 |
| | |||||
* | Fix bug 13143 | Zeev Suraski | 2001-11-17 | 1 | -1/+1 |
| | |||||
* | - RISC OS patches by Alex Waugh | Andi Gutmans | 2001-11-03 | 1 | -1/+7 |
| | |||||
* | Kill unnecessary quoting, and set host_alias to host, if only the latter | Sascha Schumann | 2001-09-19 | 1 | -24/+27 |
| | | | | | is defined. | ||||
* | nuke whitespace | Sascha Schumann | 2001-08-21 | 1 | -1/+1 |
| | |||||
* | Using TSRM no longer implies ZTS | Zeev Suraski | 2001-08-08 | 1 | -2/+0 |
| | |||||
* | fix buffer size | Daniel Beulshausen | 2001-08-07 | 1 | -1/+1 |
| | |||||
* | implement shm* similar functions | Daniel Beulshausen | 2001-08-07 | 2 | -15/+238 |
| | |||||
* | Nukre most TSRMLS_FETCH()'s in TSRM | Zeev Suraski | 2001-08-05 | 3 | -99/+88 |
| | |||||
* | this kills 90% of the warings in maintainer-mode | Thies C. Arntzen | 2001-08-02 | 1 | -1/+1 |
| |