Revision tags: POST_PHPNG_MERGE, PRE_PHPNG_MERGE |
|
#
6463bc5b |
| 14-Aug-2014 |
Dmitry Stogov |
Fixed mode
|
#
c78a1734 |
| 14-Aug-2014 |
Dmitry Stogov |
Fixed compilation warnings
|
Revision tags: php-5.6.0RC4, php-5.3.29, php-5.5.16RC1, php-5.4.32RC1 |
|
#
415482ac |
| 04-Aug-2014 |
Dmitry Stogov |
Delete immutable arrays copied into SHM (related to bug #67725)
|
Revision tags: php-5.3.29RC1, php-5.6.0RC3, php-5.5.15, php-5.4.31 |
|
#
b4c2bd22 |
| 15-Jul-2014 |
Dmitry Stogov |
Fixed compilation on Windows
|
Revision tags: php-5.4.31RC1, php-5.5.15RC1 |
|
#
5aa91be5 |
| 07-Jul-2014 |
Dmitry Stogov |
Simplify call-frame handling
|
#
0a77dcd4 |
| 02-Jul-2014 |
Dmitry Stogov |
Removed EG(in_execution). If EG(currentent_execute_data) is not NULL we are executing something.
|
#
63c057e3 |
| 02-Jul-2014 |
Dmitry Stogov |
Removed EG(opline_ptr) and use corresponding value from EG(current_execute_data)
|
Revision tags: php-5.6.0RC2, php-5.4.30, php-5.5.14, php-5.6.0RC1 |
|
#
accaaf9d |
| 16-Jun-2014 |
Dmitry Stogov |
Don't include trailing zero into hash function
|
Revision tags: php-5.5.14RC1, php-5.4.30RC1 |
|
#
15ba03fc |
| 09-Jun-2014 |
Dmitry Stogov |
Avoid repeatable zend_is_autogolobal() calls
|
Revision tags: php-5.6.0beta4 |
|
#
b3b616cf |
| 29-May-2014 |
Dmitry Stogov |
Introduced immutable arrays. They don't need to be copyed and may be used directly from SHM.
|
Revision tags: php-5.4.29, php-5.5.13 |
|
#
a8975911 |
| 15-May-2014 |
Pierre Joye |
return ptr, not status
|
Revision tags: php-5.5.13RC1, php-5.6.0beta3, php-5.4.29RC1, php-5.6.0beta2 |
|
#
17d027ed |
| 30-Apr-2014 |
Dmitry Stogov |
Split IS_BOOL into IS_FALSE and IS_TRUE
|
Revision tags: php-5.5.12, php-5.4.28 |
|
#
08ae8815 |
| 23-Apr-2014 |
Nikita Popov |
Allocate zend_strings with correct size For me (32bit) sizeof(zend_string) is 20, which means that the char[1] array at the end is padded with three bytes. Thus allocating based on s
Allocate zend_strings with correct size For me (32bit) sizeof(zend_string) is 20, which means that the char[1] array at the end is padded with three bytes. Thus allocating based on sizeof(zend_string)-1 overallocates by those 3 padding bytes. This commit fixes the allocation size, by using XtOffsetOf.
show more ...
|
#
72c287bd |
| 21-Apr-2014 |
Dmitry Stogov |
Combine HashTable.flags and HashTable.nApplyCount into single 32-bit word
|
#
afe66d89 |
| 21-Apr-2014 |
Dmitry Stogov |
Cleanup
|
Revision tags: php-5.4.28RC1 |
|
#
f9b26bc3 |
| 15-Apr-2014 |
Dmitry Stogov |
Cleanup (2-nd round)
|
Revision tags: php-5.5.12RC1 |
|
#
f614fc68 |
| 11-Apr-2014 |
Bob Weinand |
Fix bug #66015 by reverting "Removed operations on constant arrays."
|
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 |
|
#
8dedaf85 |
| 01-Apr-2014 |
Dmitry Stogov |
Use interned strings for one character strings
|
Revision tags: php-5.5.11 |
|
#
3fc8449e |
| 31-Mar-2014 |
Dmitry Stogov |
Fixed interned strings support
|
#
fd4d11e0 |
| 31-Mar-2014 |
Dmitry Stogov |
fixes
|
#
47fdb9ea |
| 31-Mar-2014 |
Dmitry Stogov |
fixed craches at request shutdown and memory leaks
|
#
292b8dff |
| 31-Mar-2014 |
Dmitry Stogov |
Make opcache work (incomplete - optimizer doesn't work yet; crashes on request shutdown)
|