#
b5b61767 |
| 22-Dec-2014 |
Xinchen Hui |
Micro optimaztion (yeah, I know compiler supposed to do that) |
#
201e1b8a |
| 22-Dec-2014 |
Xinchen Hui |
Micro optimizations |
#
abb98080 |
| 20-Dec-2014 |
Xinchen Hui |
Make it inline |
#
f7b6518d |
| 19-Dec-2014 |
Dmitry Stogov |
don't sort array with single element |
#
dae53dfc |
| 19-Dec-2014 |
Dmitry Stogov |
Improved array_diff() function (use simple and more efficient algorithm). |
Revision tags: POST_NATIVE_TLS_MERGE, PRE_NATIVE_TLS_MERGE, php-5.5.20, php-5.4.36, php-5.6.4 |
|
#
bd76a500 |
| 15-Dec-2014 |
Anatol Belski |
Merge remote-tracking branch 'origin/master' into native-tls * origin/master: Removed deprecated checks
|
#
4e48bff3 |
| 15-Dec-2014 |
Dmitry Stogov |
Removed deprecated checks |
#
bdeb220f |
| 13-Dec-2014 |
Anatol Belski |
first shot remove TSRMLS_* things |
#
381438e5 |
| 11-Dec-2014 |
Dmitry Stogov |
Improved array_merge() and array_replace() (1-st array may be added using simple procedure). |
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 |
|
#
53560ca0 |
| 23-Oct-2014 |
Anatol Belski |
rework the previous fix for var names with size_t, no ugly casts anymore |
#
09a01a83 |
| 22-Oct-2014 |
Anatol Belski |
this should be uint32 |
#
36ce4674 |
| 22-Oct-2014 |
Anatol Belski |
fix datatype mismatches |
#
1ea5982d |
| 22-Oct-2014 |
Anatol Belski |
fixing datatype mismatches |
#
35dc0a2e |
| 17-Oct-2014 |
Dmitry Stogov |
array_pop/array_shift optimization |
#
fc6ce7d1 |
| 16-Oct-2014 |
Nikita Popov |
Fix array_keys() on $GLOBALS |
Revision tags: php-5.5.18, php-5.4.34 |
|
#
ee5b30fa |
| 09-Oct-2014 |
Nikita Popov |
Remove support for classes without class entries get_class_entry must be non-NULL and return non-NULL. |
Revision tags: php-5.5.18RC1, php-5.6.1, php-5.6.2 |
|
#
e33f3d3b |
| 20-Sep-2014 |
Nikita Popov |
Move smart_str implementation into Zend/ So we can use it there as well... For now I've retained the zend_smart_str_public.h header, though it would probably be better to just m
Move smart_str implementation into Zend/ So we can use it there as well... For now I've retained the zend_smart_str_public.h header, though it would probably be better to just move that one struct into zend_types.h.
show more ...
|
#
d0cb7153 |
| 19-Sep-2014 |
Johannes Schlüter |
s/PHP 5/PHP 7/ |
#
bccc6531 |
| 19-Sep-2014 |
Dmitry Stogov |
Avoid double IS_INTERNED() check |
#
3bc8a958 |
| 19-Sep-2014 |
Dmitry Stogov |
Fixed useless or duplicated IS_INTERNED() checks |
Revision tags: php-5.4.33 |
|
#
8c4ab0d0 |
| 16-Sep-2014 |
Anatol Belski |
fix signed/unsigned mismatch |
Revision tags: php-5.5.17, php-5.6.1RC1, php-5.5.17RC1, php-5.4.33RC1 |
|
#
c8ff3421 |
| 28-Aug-2014 |
Dmitry Stogov |
Duplicate array only if neccessary |
Revision tags: php-5.6.0, POST_AST_MERGE, PRE_AST_MERGE |
|
#
af59e92b |
| 25-Aug-2014 |
Anatol Belski |
master renames phase 7 |
#
b9514bb8 |
| 25-Aug-2014 |
Anatol Belski |
master renames phase 6 |