#
ef5f3390 |
| 16-Aug-2014 |
Nikita Popov |
Implement a[0] syntax from merge |
#
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 |
|
#
7301994c |
| 04-Aug-2014 |
Dmitry Stogov |
Merge branch 'master' into phpng * master: (46 commits) PHP_INT_MIN and _MAX tests NEWS and UPGRADING Added PHP_INT_MIN Fix wrong lenght size Bug #51096 - Remov
Merge branch 'master' into phpng * master: (46 commits) PHP_INT_MIN and _MAX tests NEWS and UPGRADING Added PHP_INT_MIN Fix wrong lenght size Bug #51096 - Remove unnecessary ? for first/last day of Moved streams related functions to xp_ssl.c Remove duplicate NEWS Update NEWS Update NEWS Update NEWS BFN BFN Fixed bug #67715 (php-milter does not build and crashes randomly). We need to turn off any strict mode here for this warning to show up Disable restrictions regarding arrays in constants at run-time. For the discussion around it, see the thread on the mailing list: http://www.mail-archive.com/internals@lists.php.net/msg68245.html Revert "Fix bug #67064 in a BC safe way" Updated NEWS for #67693 Updated NEWS for #67693 Fixed bug #67693 - incorrect push to the empty array add missing entry to NEWS ... Conflicts: Zend/tests/errmsg_040.phpt Zend/tests/ns_059.phpt Zend/zend_language_parser.y Zend/zend_vm_def.h ext/openssl/openssl.c ext/reflection/php_reflection.c ext/session/session.c ext/spl/spl_directory.c ext/spl/spl_iterators.c ext/sqlite3/sqlite3.c ext/standard/array.c
show more ...
|
Revision tags: php-5.3.29RC1 |
|
#
6cf89612 |
| 30-Jul-2014 |
Nikita Popov |
Support doc comments for propreties |
#
d5ddd2db |
| 30-Jul-2014 |
Bob Weinand |
Disable restrictions regarding arrays in constants at run-time. For the discussion around it, see the thread on the mailing list: http://www.mail-archive.com/internals@lists.php.net/msg68245.
Disable restrictions regarding arrays in constants at run-time. For the discussion around it, see the thread on the mailing list: http://www.mail-archive.com/internals@lists.php.net/msg68245.html
show more ...
|
Revision tags: php-5.6.0RC3 |
|
#
78890506 |
| 28-Jul-2014 |
Nikita Popov |
Add zend_ prefix for emit_op(_tmp) |
#
cf7f0c41 |
| 28-Jul-2014 |
Nikita Popov |
zend_ast_create determined child count automatically |
#
39d480e4 |
| 28-Jul-2014 |
Nikita Popov |
Remove zend_ast_create_unary etc |
#
38c4125c |
| 28-Jul-2014 |
Nikita Popov |
Cleanup dead/duplicate code |
#
1d79fb30 |
| 28-Jul-2014 |
Nikita Popov |
Add zend_ast_list* variant to parser stack element |
#
f29b84ab |
| 28-Jul-2014 |
Nikita Popov |
Minor cleanups in AST code |
#
d3cb2393 |
| 27-Jul-2014 |
Nikita Popov |
Use separate node type for lists This saves storing the children count for normal ast nodes. |
#
21eb6807 |
| 27-Jul-2014 |
Nikita Popov |
Store lineno for zval ast nodes more efficiently |
#
bea85f58 |
| 27-Jul-2014 |
Nikita Popov |
Use more specific parser stack nodes |
#
a74515e2 |
| 27-Jul-2014 |
Nikita Popov |
Separate class type and start lineno |
#
0b86b1c8 |
| 27-Jul-2014 |
Nikita Popov |
Store doc comments in separate stack entry from start lineno |
#
1ea9a2d9 |
| 27-Jul-2014 |
Nikita Popov |
Cleanup member modifier code |
#
df42793c |
| 26-Jul-2014 |
Nikita Popov |
Create namespace_name via AST |
#
4ca4b423 |
| 26-Jul-2014 |
Nikita Popov |
Make lexer return AST nodes |
#
a51e00a8 |
| 26-Jul-2014 |
Nikita Popov |
Add functions for create str/long ast directly |
#
689891c2 |
| 24-Jul-2014 |
Nikita Popov |
Expose ast via CG(ast) |
Revision tags: php-5.5.15, php-5.4.31 |
|
#
18596740 |
| 22-Jul-2014 |
Nikita Popov |
Port ZEND_BIND_GLOBAL optimization |
#
b9be66eb |
| 22-Jul-2014 |
Nikita Popov |
Implement declare() |
#
2653b8b5 |
| 22-Jul-2014 |
Nikita Popov |
Handle __halt_compiler() |
#
3becdb33 |
| 22-Jul-2014 |
Nikita Popov |
__halt_compiler() without haling compiler |