History log of /PHP-5.5/TSRM/tsrm_virtual_cwd.c (Results 176 – 200 of 224)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: php-4.3.3RC1
# f68c7ff2 10-Jun-2003 James Cox

updating license information in the headers.


# 4d361edd 04-Jun-2003 Sascha Schumann

cleanup macros


Revision tags: BEFORE_FD_REAPPLY, php-4.3.2, php-4.3.2RC4, BEFORE_FD_REVERT, php-4.3.2RC3, RELEASE_0_9b, SPL_ALPHA, php-4.3.2RC2, RELEASE_0_6, RELEASE_0_5, init
# cfd04663 17-Mar-2003 Wez Furlong

Fix for Bug #21310, based on a patch by jflemer@php.net.


Revision tags: php-4.3.2RC1, php-4.3.1
# 5048f8c6 09-Feb-2003 Shane Caraveo

is_executable() now available on win32
stats can now get information provided by access()


Revision tags: PHP_5_0_dev_before_13561_fix, PHP_4_3_before_13561_fix
# e8de102c 07-Jan-2003 Zeev Suraski

Fix leaks


# 45525797 02-Jan-2003 Anantha Kesari H Y

NetWare related changes/modifications.


# 2c5d4b8c 31-Dec-2002 Sebastian Bergmann

Bump year.


Revision tags: php-4.3.0, php-4.3.0RC4
# a58e6cc8 20-Dec-2002 Andi Gutmans

- Add comment in macro and remove some now unneeded code


Revision tags: RELEASE_1_0b3, php-4.3.0RC3, php-4.3.0RC2, RELEASE_1_0b2, BEFORE_RENAMING, php-4.3.0RC1
# 78e2e69b 06-Nov-2002 Ilia Alshanetsky

Instead of checking whether realpath exists based on OS. Use the
HAVE_REALPATH define, which is set if realpath() is avaliable. This patch
also resolves bug #18868.


# cfe0c820 05-Nov-2002 Ilia Alshanetsky

Added 4th argument to virtual_file_ex() that specifies whether or not
realpath() should be used during path resolving. In a number of functions
we do not want to use realpath(), since realpat

Added 4th argument to virtual_file_ex() that specifies whether or not
realpath() should be used during path resolving. In a number of functions
we do not want to use realpath(), since realpath() will resolve symlinks.

show more ...


# ecb5c7e0 04-Nov-2002 Ilia Alshanetsky

Revert virtual_link() patch.


# 7dd12480 04-Nov-2002 Andi Gutmans

- Clean up mess made by netware guys. There's no reason not to abstract
- the macro a tiny bit more allowing the code to look cleaner. The more
- #ifdef's code has the more unreadable it beco

- Clean up mess made by netware guys. There's no reason not to abstract
- the macro a tiny bit more allowing the code to look cleaner. The more
- #ifdef's code has the more unreadable it becomes.

show more ...


# 90877287 04-Nov-2002 Ilia Alshanetsky

Fix bug #20235.


# 1f0523c8 29-Oct-2002 Shane Caraveo

windows is smart enough to provide a way to set cwd for new processes.


Revision tags: php-4.3.0pre2
# e94b9ea9 22-Oct-2002 Ilia Alshanetsky

Fixed a bug noticed by Jon Parise.


# 1de9cddb 22-Oct-2002 Ilia Alshanetsky

Fixed compile warnings.


# d8480c80 21-Oct-2002 Ilia Alshanetsky

Fixed symlink/link functions on ZTS builds.
Made URL detection in symlink code use php_stream_locate_url_wrapper().


Revision tags: RELEASE_1_0b1, php-4.3.0pre1
# 2a0fbded 05-Oct-2002 David Reid

Add BeOS thread support to TSRM. This should not impact on any other OS's
but allows us to build PHP with threading support and therefore we can
build as an Apache 2 module.

The lock

Add BeOS thread support to TSRM. This should not impact on any other OS's
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.

show more ...


# db3f7448 04-Oct-2002 Sascha Schumann

Add VCWD_ACCESS


Revision tags: MODERN_SYMMETRIC_SESSION_BEHAVIOUR_20021003, RELEASE_0_91, php-4.3.0dev_zend2_alpha3, php-4.2.3, php-4.2.3RC2, php-4.2.3RC1, dev, php-4.2.2, INITIAL_IMPORT_SOURCEFORGE, xmlrpc_epi_0_51_merge_pt, php-4.3.0dev_zend2_alpha2, php-4.3.0dev, php5_5_0, RELEASE_0_90, php-4.3.0dev_zend2_alpha1, BEFORE_OBJECTS_STORE, SAFEGUARD_3_0_BETA1_RC1_26062002
# c61598f3 29-May-2002 Venkat Raghavan S

Changes to build TSRM on NetWare


Revision tags: RELEASE_0_11, NEW_UI_API_BP, RELEASE_0_10, RELEASE_0_4, php-4.3.0dev-ZendEngine2, php-4.3.0dev-ZendEngine2-Preview1, php-4.2.1, php-4.2.1RC2, php-4.2.1RC1
# 860e6758 25-Apr-2002 Rui Hirokawa

fixed directory access problem when direcory name is encoded in japanese Shift_JIS encoding.


Revision tags: php-4.2.0
# 222a2f4f 21-Apr-2002 Rui Hirokawa

fixed problem when multibyte character is included in file path on Windows. If _MBCS is defined, _tcstok is defined as _mbstrtok which is multibyte enabled strtok. If _MBCS is not defined, _tcstok is

fixed problem when multibyte character is included in file path on Windows. If _MBCS is defined, _tcstok is defined as _mbstrtok which is multibyte enabled strtok. If _MBCS is not defined, _tcstok is defined as strtok.

show more ...


Revision tags: php-4.2.0RC4, php-4.2.0RC3, php-4.2.0RC2, php-4.2.0RC1, help, php-4.1.2, BEFORE_NEW_OBJECT_MODEL, PRE_ISSET_PATCH, php-4.1.1, PRE_FUNC_RETURNS_OBJECT_PATCH, ChangeLog
# d863d52a 11-Dec-2001 Sebastian Bergmann

Update headers.


Revision tags: php-4.1.0, php-4.1.0RC5, php-4.1.0RC4, php-4.1.0RC3
# 23c0362a 17-Nov-2001 Zeev Suraski

Fix bug 13143


Revision tags: php-4.1.0RC2, POST_PARAMETER_PARSING_API, PRE_PARAMETER_PARSING_API, php-4.1.0RC1, php4, php-4.0.7RC3, POST_SUBST_Z_MACROS, PRE_SUBST_Z_MACROS, php-4.0.7RC2, php-4.0.7RC1, BEFORE_EXP_MERGE, PRE_METHOD_DEREFERENCE_PATCH, BEFORE_PARAM_PARSING_CHANGE, PRE_ENGINE2_SPLIT
# 1f3faae3 05-Aug-2001 Zeev Suraski

Nukre most TSRMLS_FETCH()'s in TSRM


123456789