#
2161103f |
| 10-Feb-2014 |
Dmitry Stogov |
Use better data structures (incomplete)
|
#
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
|
#
47c90277 |
| 03-Jan-2014 |
Xinchen Hui |
Bump year
|
#
c0d060f5 |
| 03-Jan-2014 |
Xinchen Hui |
Bump year
|
#
03a37de9 |
| 26-Dec-2013 |
Dmitry Stogov |
Improved empty string handling. Now ZE uses an interned string instead of allocation new empty string each time. (Some extensions might need to be fixed using str_efree() instead of efree() to suppor
Improved empty string handling. Now ZE uses an interned string instead of allocation new empty string each time. (Some extensions might need to be fixed using str_efree() instead of efree() to support interned strings).
show more ...
|
Revision tags: php-5.4.24RC1, php-5.5.8RC1 |
|
#
aed4b086 |
| 18-Dec-2013 |
Kalle Sommer Nielsen |
Eliminate the TSRMLS_FETCH() calls in the ticks functions and hook
|
Revision tags: php-5.5.7, php-5.4.23, php-5.3.28 |
|
#
48cc47d5 |
| 03-Dec-2013 |
Sebastian Bergmann |
Leftover: Bump version to 5.7.0
|
#
2e6d8305 |
| 29-Nov-2013 |
ArunSK |
Fixed unused value compiler warning
|
Revision tags: php-5.5.7RC1, php-5.4.23RC1 |
|
#
1a1e83a5 |
| 17-Nov-2013 |
krakjoe |
export more Zend API
|
#
f046189e |
| 17-Nov-2013 |
krakjoe |
export more Zend API
|
Revision tags: php-5.4.22, php-5.5.6 |
|
#
9647c61d |
| 06-Nov-2013 |
Dmitry Stogov |
Constant expressions refactoring
|
#
b45043a1 |
| 01-Nov-2013 |
Bob Weinand |
converted several switches to ifs and made more opcache friendly
|
#
23617458 |
| 31-Oct-2013 |
Bob Weinand |
Working commit for constant scalar expressions (with constants). Tests will follow.
|
Revision tags: php-5.4.22RC1, php-5.5.6RC1 |
|
#
25dc4af3 |
| 24-Oct-2013 |
Anatol Belski |
enabled windows to use stack in both ts/nts mode, some more fixes
|
Revision tags: php-5.4.21, php-5.5.5, php-5.4.21RC1, php-5.5.5RC1, php-5.5.4, php-5.4.20 |
|
#
96b1c214 |
| 13-Sep-2013 |
Nikita Popov |
Provide more macros for handling of interned strings * str_erealloc behaves like erealloc for normal strings, but will use emalloc+memcpy for interned strings. * str_estrndup be
Provide more macros for handling of interned strings * str_erealloc behaves like erealloc for normal strings, but will use emalloc+memcpy for interned strings. * str_estrndup behaves like estrndup for normal strings, but will not copy interned strings. * str_strndup behaves like zend_strndup for normal strings, but will not copy interned strings. * str_efree_rel behaves like efree_rel for normal strings, but will not free interned strings. * str_hash will return INTERNED_HASH for interned strings and compute it using zend_hash_func for normal strings.
show more ...
|
Revision tags: php-5.5.4RC1, php-5.4.20RC1, php-5.5.3, php-5.4.19, php-5.5.2, php-5.4.18, php-5.5.2RC1, php-5.4.18RC2, php-5.5.1, php-5.4.18RC1 |
|
#
184dea70 |
| 13-Jul-2013 |
Stanislav Malyshev |
fix version - not -dev anymore since 5.5.0 release
|
Revision tags: php-5.3.27, php-5.4.17, php-5.5.0, php-5.3.27RC1, php-5.4.17RC1, php-5.5.0RC3, php-5.3.26, php-5.4.16, php-5.5.0RC2, php-5.3.26RC1, php-5.4.16RC1, php-5.5.0RC1, php-5.3.25, php-5.4.15, php-5.3.25RC1, php-5.5.0beta4, php-5.4.15RC1, php-5.4.14, php-5.3.24, php-5.5.0beta3, php-5.3.24RC1, php-5.4.14RC1, php-5.5.0beta2, php-5.5.0beta1, php-5.3.23, php-5.4.13, php-5.5.0alpha6, php-5.3.23RC1, php-5.4.13RC1, php-5.3.22, php-5.5.0alpha5, php-5.4.12 |
|
#
fcc6611d |
| 16-Feb-2013 |
Nikita Popov |
Add support for non-scalar Iterator keys in foreach RFC: https://wiki.php.net/rfc/foreach-non-scalar-keys
|
#
0444708c |
| 11-Mar-2013 |
Xinchen Hui |
Disable zend_always_inline in debug build it will be much more easier for debuging
|
Revision tags: php-5.3.22RC2, php-5.4.12RC2, php-5.3.22RC1, php-5.4.12RC1, php-5.5.0alpha4, php-5.3.21, php-5.4.11, php-5.5.0alpha3, php-5.3.21RC1, php-5.4.11RC1 |
|
#
a666285b |
| 01-Jan-2013 |
Xinchen Hui |
Happy New Year
|
#
0a7395e0 |
| 01-Jan-2013 |
Xinchen Hui |
Happy New Year
|
#
831fbcf3 |
| 01-Jan-2013 |
Xinchen Hui |
Happy New Year
|
#
bc0425c0 |
| 25-Dec-2012 |
Dmitry Stogov |
Removed deprecated fields
|
#
3f8c729e |
| 25-Dec-2012 |
Dmitry Stogov |
Traits refactoring
|
Revision tags: php-5.3.20, php-5.4.10, php-5.5.0alpha2 |
|
#
ff1e1d7a |
| 13-Dec-2012 |
Dmitry Stogov |
Removed redundand checks from release build
|