#
af84d573 |
| 08-Sep-2014 |
Nikita Popov |
Fix parser stack destruction with dummy ENCAPSED_AND_WHITESPACE T_ENCAPSED_AND_WHITESPACE is now specified to always hold a value, so give it a NULL value in the dummy cases.
|
Revision tags: php-5.5.17RC1, php-5.4.33RC1 |
|
#
b1f53ca4 |
| 27-Aug-2014 |
Dmitry Stogov |
Use efree_size() instead of efree() where posible
|
Revision tags: php-5.6.0 |
|
#
f8abb9a4 |
| 26-Aug-2014 |
Nikita Popov |
Handle remaining magic constants in parser as well As far as I can see the !filename case cannot occur, so I dropped it.
|
#
b7876e73 |
| 26-Aug-2014 |
Nikita Popov |
eval() with parse error uses clean shutdown now
|
#
59848e3f |
| 25-Aug-2014 |
Nikita Popov |
Remove ZEND_ACC_INTERACTIVE and CG(interactive) As far as I can discern these are leftovers of the interactive shell implementation that was used before PHP 5.4. Now the readline ext
Remove ZEND_ACC_INTERACTIVE and CG(interactive) As far as I can discern these are leftovers of the interactive shell implementation that was used before PHP 5.4. Now the readline ext makes use of normal eval calls for this. So, dropping these until there is evidence to the contrary, as they currently wouldn't work anyway.
show more ...
|
#
d2a3bf9d |
| 25-Aug-2014 |
Nikita Popov |
Fix compiler warnings
|
Revision tags: POST_AST_MERGE, PRE_AST_MERGE |
|
#
28b7a033 |
| 25-Aug-2014 |
Anatol Belski |
master renamings phase 5
|
#
4d997f63 |
| 25-Aug-2014 |
Anatol Belski |
master renames phase 3
|
#
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 |
|
#
5bb25776 |
| 16-Aug-2014 |
Anatol Belski |
further fixes on core
|
#
8ee2a4a9 |
| 16-Aug-2014 |
Anatol Belski |
first shot on merging the core fro the int64 branch
|
Revision tags: POST_PHPNG_MERGE, PRE_PHPNG_MERGE, php-5.6.0RC4, php-5.3.29, php-5.5.16RC1, php-5.4.32RC1, php-5.3.29RC1, php-5.6.0RC3 |
|
#
c0790712 |
| 26-Jul-2014 |
Nikita Popov |
zend_do_return -> zend_emit_final_return
|
#
8c8839c2 |
| 26-Jul-2014 |
Nikita Popov |
Remove DUMMY_STRINGL What is that for?
|
#
edd9fcab |
| 26-Jul-2014 |
Nikita Popov |
Fix leaks Must find a good way to handle constant expressions...
|
#
d46f67a3 |
| 25-Jul-2014 |
Nikita Popov |
Use arena allocator (currently leaky!)
|
#
689891c2 |
| 24-Jul-2014 |
Nikita Popov |
Expose ast via CG(ast)
|
Revision tags: php-5.5.15, php-5.4.31 |
|
#
8a2ff6b5 |
| 22-Jul-2014 |
Nikita Popov |
Partial NS port (semicolon, no errors)
|
#
18fd2a18 |
| 21-Jul-2014 |
Nikita Popov |
Port __TRAIT__ and __CLASS__ to AST
|
#
64a71321 |
| 16-Jul-2014 |
Nikita Popov |
Port __METHOD__
|
#
a75921dc |
| 16-Jul-2014 |
Nikita Popov |
Port __FUNCTION__ to AST
|
Revision tags: php-5.4.31RC1, php-5.5.15RC1, php-5.6.0RC2 |
|
#
31687ed5 |
| 26-Jun-2014 |
Nikita Popov |
Handle trait __CLASS__ in parser
|
Revision tags: 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, php-5.6.0beta2 |
|
#
e0247de1 |
| 30-Apr-2014 |
Nikita Popov |
zend_stack_top() now returns pointer directly
|
#
5a03efe2 |
| 30-Apr-2014 |
Nikita Popov |
Don't allocate zend_stack elements individually Instead allocate a vector of elements. Size must now be specified on initialization rather than on push.
|
Revision tags: php-5.5.12, php-5.4.28, php-5.4.28RC1 |
|
#
f9b26bc3 |
| 15-Apr-2014 |
Dmitry Stogov |
Cleanup (2-nd round)
|
Revision tags: php-5.5.12RC1 |
|
#
a9599c95 |
| 10-Apr-2014 |
Dmitry Stogov |
Fixed memory leak
|