summaryrefslogtreecommitdiff
path: root/TSRM
Commit message (Collapse)AuthorAgeFilesLines
* Revert of previous patch ad requested by Andi.Ilia Alshanetsky2002-11-151-1/+1
|
* Fix bug 19689, solution suggested by dmitry@koteroff.ru.Ilia Alshanetsky2002-11-141-1/+1
|
* Fix missing header warnings (alloca.h) on Sun Os & Tru64.Ilia Alshanetsky2002-11-111-3/+5
|
* Instead of checking whether realpath exists based on OS. Use theIlia Alshanetsky2002-11-062-2/+2
| | | | | | HAVE_REALPATH define, which is set if realpath() is avaliable. This patch also resolves bug #18868.
* - Fix TSRM_ERROR macroAndi Gutmans2002-11-051-1/+1
|
* Added 4th argument to virtual_file_ex() that specifies whether or notIlia Alshanetsky2002-11-052-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 Alshanetsky2002-11-042-31/+13
|
* - Clean up mess made by netware guys. There's no reason not to abstractAndi Gutmans2002-11-042-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 Alshanetsky2002-11-041-7/+4
|
* windows is smart enough to provide a way to set cwd for new processes.Shane Caraveo2002-10-293-26/+8
|
* Fixed a bug noticed by Jon Parise.Ilia Alshanetsky2002-10-221-2/+2
|
* Fixed compile warnings.Ilia Alshanetsky2002-10-221-8/+4
|
* Fixed symlink/link functions on ZTS builds.Ilia Alshanetsky2002-10-212-3/+28
| | | | | Made URL detection in symlink code use php_stream_locate_url_wrapper().
* - WhitspaceDerick Rethans2002-10-051-19/+19
|
* Add BeOS thread support to TSRM. This should not impact on any other OS'sDavid Reid2002-10-055-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_ACCESSSascha Schumann2002-10-042-0/+25
|
* This is way too verbose... Please enable it in your local .dsp settings ifZeev Suraski2002-09-041-1/+0
| | | | | you like it :)
* make win32 debug output more verboseHarald Radi2002-08-076-11/+6
|
* Changes to build TSRM on NetWareVenkat Raghavan S2002-05-296-44/+449
|
* Change to build on NetWare: TSRM_CONFIG.H not requiredVenkat Raghavan S2002-05-291-1/+2
|
* Basic NetWare changesVenkat Raghavan S2002-05-282-0/+21
|
* fixed directory access problem when direcory name is encoded in japanese ↵Rui Hirokawa2002-04-252-1/+5
| | | | Shift_JIS encoding.
* fixed problem when multibyte character is included in file path on Windows. ↵Rui Hirokawa2002-04-211-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 Schumann2002-03-071-1/+1
|
* Update headers.Sebastian Bergmann2001-12-114-8/+8
|
* This was needed afterall. Without this Apache segfaulted when accessing PHP ↵foobar2001-12-091-2/+13
| | | | scripts.
* Undo (per Jani's request)Zeev Suraski2001-12-091-13/+2
|
* Jani's AIX fixesSterling Hughes2001-12-071-2/+13
|
* Fix bug 13143Zeev Suraski2001-11-171-1/+1
|
* - RISC OS patches by Alex WaughAndi Gutmans2001-11-031-1/+7
|
* Kill unnecessary quoting, and set host_alias to host, if only the latterSascha Schumann2001-09-191-24/+27
| | | | | is defined.
* nuke whitespaceSascha Schumann2001-08-211-1/+1
|
* Using TSRM no longer implies ZTSZeev Suraski2001-08-081-2/+0
|
* fix buffer sizeDaniel Beulshausen2001-08-071-1/+1
|
* implement shm* similar functionsDaniel Beulshausen2001-08-072-15/+238
|
* Nukre most TSRMLS_FETCH()'s in TSRMZeev Suraski2001-08-053-99/+88
|
* this kills 90% of the warings in maintainer-modeThies C. Arntzen2001-08-021-1/+1
|
* - Also cache TSRM lookups in thread local storage on Windows.Andi Gutmans2001-07-301-2/+14
|
* Save TSRMLS_FETCH()'sZeev Suraski2001-07-302-8/+13
|
* Make Sebastian happy...Zeev Suraski2001-07-281-4/+3
|
* another build fix, a simple UNIX build now compiles cleanZeev Suraski2001-07-281-2/+0
|
* Redesigned thread safety mechanism - nua nuaZeev Suraski2001-07-285-50/+41
|
* Fix buildSascha Schumann2001-07-282-2/+8
|
* Fix release runtime :)Zeev Suraski2001-07-271-1/+6
|
* Fix release buildZeev Suraski2001-07-271-1/+1
|
* - Prepare for optimization - use a single fetch for multiple resourcesZeev Suraski2001-07-274-60/+71
| | | | | - Clean a bit
* Portable use of multiple arguments macro without generating lots ofSascha Schumann2001-07-231-17/+17
| | | | | warnings when doing nothing.
* Add a useful #defineZeev Suraski2001-07-161-0/+2
|
* fix handle dup.Daniel Beulshausen2001-07-111-2/+2
|
* adopt shane's popen patchDaniel Beulshausen2001-07-092-11/+14
|