#
6f9f0bf2 |
| 25-Aug-2014 |
Anatol Belski |
master renames phase 2
|
#
c3e3c98e |
| 25-Aug-2014 |
Anatol Belski |
master renames phase 1
|
Revision tags: POST_64BIT_BRANCH_MERGE, PRE_64BIT_BRANCH_MERGE, php-5.5.16, php-5.4.32 |
|
#
7534bf12 |
| 16-Aug-2014 |
Anatol Belski |
fix set_time_limit, substr and some more
|
#
8ee2a4a9 |
| 16-Aug-2014 |
Anatol Belski |
first shot on merging the core fro the int64 branch
|
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 |
|
#
24d7fc2b |
| 01-Aug-2014 |
Andrea Faulds |
Added PHP_INT_MIN
|
Revision tags: php-5.3.29RC1 |
|
#
72753068 |
| 31-Jul-2014 |
Dmitry Stogov |
Fixed check for eval()
|
Revision tags: php-5.6.0RC3, php-5.5.15, php-5.4.31, php-5.4.31RC1, php-5.5.15RC1 |
|
#
5aa91be5 |
| 07-Jul-2014 |
Dmitry Stogov |
Simplify call-frame handling
|
#
6bf24f4d |
| 04-Jul-2014 |
Dmitry Stogov |
Removed EG(active_symbol_table) and use corresponding value from EG(current_execute_data)
|
#
63c057e3 |
| 02-Jul-2014 |
Dmitry Stogov |
Removed EG(opline_ptr) and use corresponding value from EG(current_execute_data)
|
#
4b09dd69 |
| 02-Jul-2014 |
Dmitry Stogov |
Removed EG(active_op_array) 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, php-5.5.14RC1, php-5.4.30RC1, php-5.6.0beta4, php-5.4.29, php-5.5.13 |
|
#
6ad1d7d8 |
| 15-May-2014 |
Pierre Joye |
forgot that hash uses ending 0
|
#
36544676 |
| 15-May-2014 |
Pierre Joye |
zend_hash_del>zend_hash_str_del
|
Revision tags: php-5.5.13RC1, php-5.6.0beta3, php-5.4.29RC1 |
|
#
88c550a7 |
| 09-May-2014 |
Xinchen Hui |
Added vstrpprintf strpprintf to avoid duplicate string (the function name maybe improvement)
|
Revision tags: php-5.6.0beta2, php-5.5.12, php-5.4.28, php-5.4.28RC1, php-5.5.12RC1, php-5.6.0beta1, php-5.4.27 |
|
#
6b2ed577 |
| 01-Apr-2014 |
Dmitry Stogov |
Avoid unnecessry reallocations
|
Revision tags: php-5.5.11 |
|
#
a84e5dc3 |
| 24-Mar-2014 |
Yasuo Ohgaki |
Remove unneeded string copy. Allow to set ''(empty string values) internal/input/output_encoding for better compatibility. i.e. Runtime INI value changes. More compliance to the RFC. Improve/
Remove unneeded string copy. Allow to set ''(empty string values) internal/input/output_encoding for better compatibility. i.e. Runtime INI value changes. More compliance to the RFC. Improve/add encoding handling tests. i.e. Rather than set encoding automagic way, detect it.
show more ...
|
#
887189ca |
| 26-Mar-2014 |
Dmitry Stogov |
Refactored IS_INDIRECT usage for CV and object properties to support HashTable resizing
|
Revision tags: php-5.5.11RC1, php-5.4.27RC1 |
|
#
811a523c |
| 17-Mar-2014 |
Dmitry Stogov |
Fixed error logging with date
|
#
aa5f5530 |
| 17-Mar-2014 |
Dmitry Stogov |
Refactored EG(active_symbol_table) to be zend_array* instead of HashTable*
|
#
f0989e33 |
| 07-Mar-2014 |
Dmitry Stogov |
Fixed char*/zend_string* inconsistency
|
Revision tags: php-5.5.10, php-5.4.26, php-5.6.0alpha3 |
|
#
93428dc6 |
| 24-Feb-2014 |
Xinchen Hui |
Refactor base64 to returning zend_string
|
Revision tags: php-5.4.26RC1, php-5.5.10RC1 |
|
#
7428cac6 |
| 18-Feb-2014 |
Dmitry Stogov |
Use better data structures (incomplete)
|
#
1c4f3d39 |
| 18-Feb-2014 |
Dmitry Stogov |
Use better data structures (incomplete)
|
#
4d6ff31c |
| 17-Feb-2014 |
Dmitry Stogov |
emalloced interned strings have to be deallocated before memory manager shutdown
|