History log of /PHP-8.0/TSRM/TSRM.h (Results 76 – 100 of 122)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# effa111c 16-Mar-2005 Rasmus Lerdorf

Fix Jani breakage


Revision tags: php-5.0.4RC1, php-4.3.11RC1
# ba980b12 21-Feb-2005 Anantha Kesari H Y

NetWare can use the tsrm_config.h


Revision tags: RELEASE_0_2_4, RELEASE_0_2_3, RELEASE_0_2_2, RELEASE_0_2_1, RELEASE_0_2
# bcbca0e3 01-Feb-2005 Anantha Kesari H Y

NetWare has a compliant pthread implementation


# a139dbf9 09-Jan-2005 foobar

- Fix outside-source-tree builds. Always include generated header files
with #include <some_header.h> to make sure the correct file is used.


Revision tags: php-5.0.3, php-4.3.10, SQLITE_4_3_20041227, php-5.0.3RC2, php-4.3.10RC2, php-5.0.3RC1, php-4.3.10RC1, PRE_NEW_VM_GEN_PATCH, php-5.0.2, php-4.3.9, php-5.0.2RC1, php-4.3.9RC3, PRE_ZEND_VM_DISPATCH_PATCH, php-4.3.9RC2, php-5.0.1, php-5.0.1RC2, php-4.3.9RC1, php-5.0.1RC1, RELEASE_0_1, php-5.0.0RC4, php-5.0.0, php-4.3.8, php-5.0.0RC3, php-5.0.0RC3RC2, php-4.3.7, php-5.0.0RC3RC1, php-4.3.7RC1, RELEASE_0_1_1, php-5.0.0RC2, php-5.0.0RC2RC2, php-4.3.6, php-5.0.0RC2RC1, php-4.3.6RC3, php-4.3.6RC2, php-4.3.6RC1, php-4.3.5, php-4.3.5RC4, php-5.0.0RC1, php-5.0.0RC1RC2, php-5.0.0RC1RC1, RELEASE_0_2_0, php-4.3.5RC3, php-5.0.0b4, php-5.0.0b4RC1, php-4.3.5RC2, RELEASE_1_3b6, php_ibase_before_split, php-4.3.5RC1, php-5.0.0b3, php-5.0.0b3RC2, php-5.0.0b3RC1
# f7a86e5b 03-Dec-2003 Wez Furlong

Explicitly include this header for SHFILEINFO.
# no need to MFH


Revision tags: php-4.3.4, php-4.3.4RC3, php-5.0.0b2, RELEASE_2_0_0RC1, php-5.0.0b2RC1, php-4.3.4RC2, RELEASE_1_3b3, BEFORE_HANDLERS_RESHUFFLE, RELEASE_1_3b2, php-4.3.4RC1, RELEASE_0_7, php-4.3.3, php-4.3.3RC4, RELEASE_0_5_3, php-4.3.3RC3, RELEASE_0_5_2, RELEASE_1_2b5, BEFORE_ARG_INFO, php-4.3.3RC2, php-5.0.0b1
# 60ffd0ea 25-Jun-2003 Sebastian Bergmann

Restore HEAD of TSRM to what it was two days ago.


# 76f85107 23-Jun-2003 James Cox

bring head into sync with the php4 branch


Revision tags: php-4.3.3RC1, 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
# 810ac117 28-Apr-2003 Derick Rethans

- Fix non-ZTS build after Sterling's changes to TSRM


# a294f9b2 27-Apr-2003 Sterling Hughes

add TSRMLS_FETCH_CTX which allows you to map a variable to a ts context.

This is useful when you are mapping callbacks, you can simply associate
a struct member to a thread context:

add TSRMLS_FETCH_CTX which allows you to map a variable to a ts context.

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);
}

show more ...


Revision tags: RELEASE_0_6, RELEASE_0_5, init, php-4.3.2RC1
# fb607799 17-Feb-2003 Zeev Suraski

More Win32 build improvements


Revision tags: php-4.3.1, PHP_5_0_dev_before_13561_fix, PHP_4_3_before_13561_fix
# 45525797 02-Jan-2003 Anantha Kesari H Y

NetWare related changes/modifications.


Revision tags: php-4.3.0, php-4.3.0RC4, RELEASE_1_0b3, php-4.3.0RC3, php-4.3.0RC2, RELEASE_1_0b2, BEFORE_RENAMING, php-4.3.0RC1, php-4.3.0pre2, 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 ...


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
# 99c90db1 07-Aug-2002 Harald Radi

make win32 debug output more verbose


Revision tags: 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
# ab699a7c 29-May-2002 Venkat Raghavan S

Change to build on NetWare: TSRM_CONFIG.H not required


# d69261d1 28-May-2002 Venkat Raghavan S

Basic NetWare changes


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, php-4.2.0, php-4.2.0RC4, php-4.2.0RC3, php-4.2.0RC2, php-4.2.0RC1, help
# cb8181dd 07-Mar-2002 Sascha Schumann

Fix check.. tsrm_config.h exists on all platforms but Win32.


Revision tags: php-4.1.2, BEFORE_NEW_OBJECT_MODEL, PRE_ISSET_PATCH, php-4.1.1, PRE_FUNC_RETURNS_OBJECT_PATCH, ChangeLog, php-4.1.0, php-4.1.0RC5, php-4.1.0RC4, php-4.1.0RC3, 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
# 84169a4b 02-Aug-2001 Thies C. Arntzen

this kills 90% of the warings in maintainer-mode


# 0701d68f 30-Jul-2001 Zeev Suraski

Save TSRMLS_FETCH()'s


# 59ffe8db 28-Jul-2001 Zeev Suraski

Make Sebastian happy...


# 633a1c30 28-Jul-2001 Zeev Suraski

Redesigned thread safety mechanism - nua nua


# 6be787a9 28-Jul-2001 Sascha Schumann

Fix build


# 736b4ae4 27-Jul-2001 Zeev Suraski

- Prepare for optimization - use a single fetch for multiple resources
- Clean a bit


Revision tags: PRE_TSRM_MERGE_PATCH, PRE_GRANULAR_GARBAGE_FIX
# 6ae7e5f5 21-Jun-2001 Sascha Schumann

Support for SGI's State Threads. Will be used by PHP's thttpd SAPI
initially.


Revision tags: php-4.0.6, php-4.0.6RC4, php-4.0.6RC3, php-4.0.6RC2, php-4.0.6RC1, php-4.0.5, php-4.0.5RC8, php-4.0.5RC7, php-4.0.5RC6, php-4.0.5RC5, php-4.0.5RC4, php-4.0.5RC3, php-4.0.5RC2, php-4.0.5RC1, php-4.0.4pl1, php-4.0.4pl1RC2, php-4.0.4pl1RC1, php-4.0.4REL, php-4.0.4RC6, php-4.0.4RC5, php-4.0.4RC4
# af97475e 02-Dec-2000 Sascha Schumann

Use the hardly-documented third parameter of AM_INIT_AUTOMAKE to suppress
defining PACKAGE/VERSION.


Revision tags: php-4.0.4RC3
# 1ebdb6fa 18-Nov-2000 Zeev Suraski

Beef up debugging support


12345