History log of /php-src/Zend/zend_ast.c (Results 201 – 225 of 261)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 7c6477ce 23-Jul-2014 Dmitry Stogov

Merge branch 'master' into phpng

* master:
Removed second zval_copy_ctor()
Fixed crash on self-referencing constant expression (part of a constant AST)
Fixed support for co

Merge branch 'master' into phpng

* master:
Removed second zval_copy_ctor()
Fixed crash on self-referencing constant expression (part of a constant AST)
Fixed support for constant arrays in context of "const" statement (Zend/tests/constant_expressions_arrays.phpt failed when opcache.protect_memort was set)

Conflicts:
Zend/zend_ast.c
Zend/zend_vm_def.h
Zend/zend_vm_execute.h
ext/reflection/php_reflection.c

show more ...


# 39740a33 23-Jul-2014 Dmitry Stogov

Merge branch 'PHP-5.6'

* PHP-5.6:
Fixed crash on self-referencing constant expression (part of a constant AST)


# d909b633 23-Jul-2014 Dmitry Stogov

Fixed crash on self-referencing constant expression (part of a constant AST)

Revision tags: php-5.5.15, php-5.4.31
# d4d4b69e 22-Jul-2014 Nikita Popov

Merge branch 'phpng' into ast

Conflicts:
Zend/zend_compile.c
Zend/zend_compile.h
Zend/zend_vm_def.h
Zend/zend_vm_execute.h

Some of dm

Merge branch 'phpng' into ast

Conflicts:
Zend/zend_compile.c
Zend/zend_compile.h
Zend/zend_vm_def.h
Zend/zend_vm_execute.h

Some of dmitry's optimizations are not merged in yet!

show more ...


# df970e9f 21-Jul-2014 Nikita Popov

Pre-evaluate magic constants

# b24bda6b 21-Jul-2014 Nikita Popov

Partial port of class declarations

# 461bce52 21-Jul-2014 Nikita Popov

Prepare zend_ast_decl for reuse with classes

# 547331d2 19-Jul-2014 Nikita Popov

Port methods

The duplicated magic method checks are ugly

# adbddf4e 18-Jul-2014 Nikita Popov

Support static closures

# 405b97e8 18-Jul-2014 Nikita Popov

Handle function doc comments

# cdcf78f7 18-Jul-2014 Nikita Popov

Fix lexer/compiler interdependency

# 359f99fe 18-Jul-2014 Nikita Popov

Use dedicated func_decl ast node

Functions need a bunch of extra info, that becomes inconvenient
to handle using the normal ast structure.

# 20d2a044 16-Jul-2014 Nikita Popov

Lineno corrections

# f589713c 15-Jul-2014 Nikita Popov

Preliminary function decl support

Problem: __FUNCTION__ etc don't work anymore, due to lexer/parser
interdependency.

# 069da161 12-Jul-2014 Nikita Popov

approx correct linenos in errors

# 8577f58e 12-Jul-2014 Nikita Popov

Store (bad) estimate of lineno with ast

Currently not used yet

# 80c44ad5 10-Jul-2014 Nikita Popov

Support creating of ast nodes with >3 children

Revision tags: php-5.4.31RC1, php-5.5.15RC1, php-5.6.0RC2
# acfbb7b6 30-Jun-2014 Dmitry Stogov

Merge branch 'master' into test

* master: (67 commits)
remove the NEWS entry for the reverted fpm fix
remove the NEWS entry for the reverted fpm fix
remove the NEWS entry f

Merge branch 'master' into test

* master: (67 commits)
remove the NEWS entry for the reverted fpm fix
remove the NEWS entry for the reverted fpm fix
remove the NEWS entry for the reverted fpm fix
Revert "Fix Bug #67530 error_log=syslog ignored"
--enable-fpm for the travis build
fix the last fpm NEWS entry, the other bug is related, but not the same what we fixed here
NEWS
NEWS
Fix bug #67091: make install fails to install libphp5.so on FreeBSD 10.0
adding NEWS entry for the fix for bug #65641
Updated NEWS file for recent phpdbg fixes
Fixed issue krakjoe/phpdbg#94 - List behavior is inconsistent
Fix issue krakjoe/phpdbg#97 - list now appends a newline if there is none The prompt should always ensure it is on a newline
Fixed test
Inform about back command existence in help - Fixes krakjoe/phpdbg#100 No way to list the current stack/frames
Fix issue krakjoe/phpdbg#98 break if does not seem to work
Fix issue krakjoe/phpdbg#99 register function has the same behavior as run
Fix readline/libedit (Thanks to @remicollet)
Replace incorrect `E` command with `ev` in watch help
Fix typo in `finish` help
...

Conflicts:
Zend/zend_ast.c
Zend/zend_highlight.c
Zend/zend_indent.c
ext/spl/spl_array.c
ext/spl/spl_observer.c
ext/standard/info.c

show more ...


# 111ad71d 28-Jun-2014 Nikita Popov

Rename ZEND_CONST to ZEND_AST_ZVAL

# dd60c8e0 26-Jun-2014 Nikita Popov

Reuse expr for static_scalar

# 7f01b6fc 26-Jun-2014 Nikita Popov

Bring static scalar arrays in line

# 02379547 26-Jun-2014 Nikita Popov

Bring static scalar AST more in line with normal AST

# 1b84b87e 26-Jun-2014 Nikita Popov

Const eval unary pm (as previously)

Revision tags: php-5.4.30, php-5.5.14
# 18bde665 24-Jun-2014 Xinchen Hui

Merge branch 'PHP-5.6'


# 9d49492f 24-Jun-2014 Xinchen Hui

Fixed bug #67368 (Memory leak with immediately dereferenced array in class constant)

1234567891011