Revision tags: php-5.6.4RC1, php-5.5.20RC1 |
|
#
4b953534 |
| 19-Nov-2014 |
Veres Lajos |
typo fixes - https://github.com/vlajos/misspell_fixer
|
Revision tags: php-5.6.3, php-5.5.19, php-5.4.35, php-5.6.3RC1, php-5.5.19RC1, php-5.5.18, php-5.4.34, php-5.5.18RC1, php-5.6.1 |
|
#
d11734b4 |
| 25-Sep-2014 |
Anatol Belski |
reworked the patch, less new stuff but worky TLS is already used in TSRM, the way exporting the tsrm cache through a thread local variable is not portable. Additionally, the current
reworked the patch, less new stuff but worky TLS is already used in TSRM, the way exporting the tsrm cache through a thread local variable is not portable. Additionally, the current patch suffers from bugs which are hard to find, but prevent it to be worky with apache. What is done here is mainly uses the idea from the RFC patch, but - __thread variable is removed - offset math and declarations are removed - extra macros and definitions are removed What is done merely is - use an inline function to access the tsrm cache. The function uses the portable tsrm_tls_get macro which is cheap - all the TSRM_* macros are set to placebo. Thus this opens the way remove them later Except that, the logic is old. TSRMLS_FETCH will have to be done once per thread, then tsrm_get_ls_cache() can be used. Things seeming to be worky are cli, cli server and apache. I also tried to enable bz2 shared and it has worked out of the box. The change is yet minimal diffing to the current master bus is a worky start, IMHO. Though will have to recheck the other previously done SAPIs - embed and cgi. The offsets can be added to the tsrm_resource_type struct, then it'll not be needed to declare them in the userspace. Even the "done" member type can be changed to int16 or smaller, then adding the offset as int16 will not change the struct size. As well on the todo might be removing the hashed storage, thread_id != thread_id and linked list logic in favour of the explicit TLS operations.
show more ...
|
Revision tags: php-5.6.2 |
|
#
b3aebda9 |
| 20-Sep-2014 |
krakjoe |
native tls initial patch
|
Revision tags: php-5.4.33, php-5.5.17 |
|
#
dfc99d93 |
| 15-Sep-2014 |
Xinchen Hui |
Remove redundant codes
|
#
c22458ad |
| 12-Sep-2014 |
Anatol Belski |
fix ZTS build
|
#
243ec132 |
| 12-Sep-2014 |
Xinchen Hui |
Forget to commit this part...
|
#
78ce2557 |
| 12-Sep-2014 |
Xinchen Hui |
Finally!!! Fixed segfault in GC this must not be the final fix, but let's stop the segfault first and use this to indicate where the problem is. reproduced by phpspec
|
Revision tags: php-5.6.1RC1, php-5.5.17RC1, php-5.4.33RC1, php-5.6.0, POST_AST_MERGE, PRE_AST_MERGE, POST_64BIT_BRANCH_MERGE, PRE_64BIT_BRANCH_MERGE, php-5.5.16, php-5.4.32, POST_PHPNG_MERGE, PRE_PHPNG_MERGE, php-5.6.0RC4, php-5.3.29 |
|
#
50a76860 |
| 07-Aug-2014 |
Dmitry Stogov |
Fixed GC for inner-loops (ext/standard/tests/array/compact_variation1.phpt). Fixed bug #63734.
|
#
414762fc |
| 06-Aug-2014 |
Dmitry Stogov |
Fixed GC (Zend/tests/bug63635.phpt)
|
Revision tags: php-5.5.16RC1, php-5.4.32RC1, php-5.3.29RC1, php-5.6.0RC3, php-5.5.15, php-5.4.31, php-5.4.31RC1, php-5.5.15RC1, php-5.6.0RC2, php-5.4.30, php-5.5.14, php-5.6.0RC1, php-5.5.14RC1, php-5.4.30RC1, php-5.6.0beta4, php-5.4.29, php-5.5.13, php-5.5.13RC1, php-5.6.0beta3, php-5.4.29RC1 |
|
#
f089d63d |
| 13-May-2014 |
Anatol Belski |
C89 compat
|
Revision tags: php-5.6.0beta2, php-5.5.12, php-5.4.28 |
|
#
e99e6958 |
| 15-Apr-2014 |
Dmitry Stogov |
Cleanup
|
Revision tags: php-5.4.28RC1, php-5.5.12RC1 |
|
#
b0b54e8d |
| 14-Apr-2014 |
Dmitry Stogov |
Fixed nested GC calls (valgrind error in Zend/tests/gc_016.phpt)
|
Revision tags: php-5.6.0beta1 |
|
#
7402af38 |
| 08-Apr-2014 |
Dmitry Stogov |
Fixed destruction of objects and iterators on unclean request shutdown and GC (few cases are still unfixed). Now we destroy objects it two steps. At first - object properties of all objects and o
Fixed destruction of objects and iterators on unclean request shutdown and GC (few cases are still unfixed). Now we destroy objects it two steps. At first - object properties of all objects and only then the objects their selves.
show more ...
|
#
76cc99fe |
| 03-Apr-2014 |
Dmitry Stogov |
Refactored ZVAL flags usage to simplify various checks (e.g. Z_REFCOUNTED(), candidate for GC, etc)
|
#
d8099d04 |
| 02-Apr-2014 |
Dmitry Stogov |
Changed data layout to allow more efficient operations
|
Revision tags: php-5.4.27, php-5.5.11 |
|
#
887189ca |
| 26-Mar-2014 |
Dmitry Stogov |
Refactored IS_INDIRECT usage for CV and object properties to support HashTable resizing
|
#
b4b728fe |
| 21-Mar-2014 |
Dmitry Stogov |
don't mark zvals as rotts if they are already processed by GC
|
#
a9d21c14 |
| 20-Mar-2014 |
Dmitry Stogov |
check if object store was freed before accessing particular object
|
#
2909c72b |
| 19-Mar-2014 |
Dmitry Stogov |
Improved GC compatibility
|
#
cb411f02 |
| 19-Mar-2014 |
Dmitry Stogov |
GC cleanup
|
#
120dfd1e |
| 19-Mar-2014 |
Dmitry Stogov |
GC cleanup
|
#
9385ddaf |
| 19-Mar-2014 |
Dmitry Stogov |
GC related fix
|
#
b7938ab1 |
| 19-Mar-2014 |
Dmitry Stogov |
Refactored GC (incomplete)
|
Revision tags: php-5.5.11RC1, php-5.4.27RC1, php-5.5.10, php-5.4.26, php-5.6.0alpha3, php-5.4.26RC1, php-5.5.10RC1, php-5.6.0alpha2 |
|
#
f4cfaf36 |
| 10-Feb-2014 |
Dmitry Stogov |
Use better data structures (incomplete)
|
Revision tags: php-5.5.9, php-5.4.25, php-5.5.9RC1, php-5.4.25RC1, php-5.6.0alpha1, php-5.5.8, php-5.4.24 |
|
#
c081ce62 |
| 03-Jan-2014 |
Xinchen Hui |
Bump year
|