Revision tags: php-5.4.22, php-5.5.6, php-5.4.22RC1, php-5.5.6RC1, php-5.4.21, php-5.5.5, php-5.4.21RC1, php-5.5.5RC1, php-5.5.4, php-5.4.20, php-5.5.4RC1, php-5.4.20RC1 |
|
#
2c47dfba |
| 29-Aug-2013 |
Nikita Popov |
Implement argument unpacking RFC: https://wiki.php.net/rfc/argument_unpacking |
#
c081ce62 |
| 03-Jan-2014 |
Xinchen Hui |
Bump year |
#
562fa252 |
| 06-Dec-2013 |
Ferenc Kovacs |
Merge branch 'use-function' of git://github.com/igorw/php-src into igorw-use-function
|
#
24e0b991 |
| 09-Nov-2013 |
Igor Wiedler |
Merge remote-tracking branch 'upstream/PHP-5.6' into use-function * upstream/PHP-5.6: (399 commits) Fixed issue #115 (path issue when using phar). Fixed issue #149 (Phar mount points n
Merge remote-tracking branch 'upstream/PHP-5.6' into use-function * upstream/PHP-5.6: (399 commits) Fixed issue #115 (path issue when using phar). Fixed issue #149 (Phar mount points not working with OPcache enabled). Added tests for PHAR/OPCahce incompatibilities Update NEWS Fixed bug #65947 (basename is no more working after fgetcsv in certain situation) Update NEWS Fixed Bug #66043 (Segfault calling bind_param() on mysqli) NEWS entry NEWS entry Fix bug #65946 - pdo_sql_parser.c permanently converts values bound to strings bump API versions Add a couple more test cases to parse_url() tests fix missing change from 'tcp_socket' to the more common 'server' fix many parallel test issues Cleanup temp test file Revert "Fixed issue #115 (path issue when using phar)." Update LiteSpeed SAPI code to V6.4 Fixed typo in Makefile.frag updated NEWS Remove outdate codes, make it clearer, although just a bit.. Update NEWS ... Conflicts: Zend/zend_compile.h
show more ...
|
#
152898ff |
| 07-Nov-2013 |
Bob Weinand |
Moved arrays again to "static_scalar:" & little cleanup |
#
e0135014 |
| 07-Nov-2013 |
Dmitry Stogov |
Renaming |
#
9647c61d |
| 06-Nov-2013 |
Dmitry Stogov |
Constant expressions refactoring |
#
18e2b1a9 |
| 03-Nov-2013 |
Bob Weinand |
Removed operations on constant arrays. They make no sense as constants are not allowed to be arrays. And as just properties are allowed to; no problem, we still don't need operations on a
Removed operations on constant arrays. They make no sense as constants are not allowed to be arrays. And as just properties are allowed to; no problem, we still don't need operations on any constant array.
show more ...
|
#
ad967e13 |
| 03-Nov-2013 |
Bob Weinand |
Added a few more operators |
#
466c5dd1 |
| 31-Oct-2013 |
Bob Weinand |
Fixed mem leaks, added tests and ternary operator |
#
23617458 |
| 31-Oct-2013 |
Bob Weinand |
Working commit for constant scalar expressions (with constants). Tests will follow. |
#
64caedd9 |
| 19-Oct-2013 |
Nikita Popov |
Use zend_error_noreturn for all E_COMPILE_ERRORs |
#
0ceea8a2 |
| 26-Sep-2013 |
Nikita Popov |
Don't track parameter number in separate znode We already track it in the op array already. |
#
0d7a6388 |
| 26-Sep-2013 |
Nikita Popov |
Implement variadic function syntax As per RFC: https://wiki.php.net/rfc/variadics |
#
ef9e003b |
| 13-Sep-2013 |
Nikita Popov |
Small cleanup in class name resolution of compiler * The fetch_type and check_ns_name parameters of zend_resolve_class_name were unused and are now removed. * ZEND_FETCH_CLASS_G
Small cleanup in class name resolution of compiler * The fetch_type and check_ns_name parameters of zend_resolve_class_name were unused and are now removed. * ZEND_FETCH_CLASS_GLOBAL is no longer used (no code actually checking for it). * The checks for usage of "namespace" as class name were unnecessary as that situation can't occur anyways.
show more ...
|
Revision tags: php-5.5.3, php-5.4.19, php-5.5.2, php-5.4.18, php-5.5.2RC1, php-5.4.18RC2 |
|
#
4adf49ee |
| 23-Jul-2013 |
Igor Wiedler |
Import namespaced constants via new 'use const' sequence |
Revision tags: php-5.5.1, php-5.4.18RC1 |
|
#
5dd41627 |
| 16-Jul-2013 |
Igor Wiedler |
Add new 'use function' sequence for importing namespaced functions This is specified as the use_function RFC: * https://wiki.php.net/rfc/use_function |
Revision tags: php-5.3.27, php-5.4.17, php-5.5.0, php-5.3.27RC1, php-5.4.17RC1, php-5.5.0RC3, php-5.3.26, php-5.4.16, php-5.5.0RC2, php-5.3.26RC1, php-5.4.16RC1, php-5.5.0RC1, php-5.3.25, php-5.4.15, php-5.3.25RC1, php-5.5.0beta4, php-5.4.15RC1, php-5.4.14, php-5.3.24, php-5.5.0beta3, php-5.3.24RC1, php-5.4.14RC1, php-5.5.0beta2 |
|
#
975d2666 |
| 25-Mar-2013 |
Xinchen Hui |
Fixed bug #64503 (Compilation fails with error: conflicting types for 'zendparse'). |
Revision tags: php-5.5.0beta1, php-5.3.23, php-5.4.13, php-5.5.0alpha6, php-5.3.23RC1, php-5.4.13RC1, php-5.3.22, php-5.5.0alpha5, php-5.4.12, php-5.3.22RC2, php-5.4.12RC2, php-5.3.22RC1, php-5.4.12RC1, php-5.5.0alpha4 |
|
#
8991ed01 |
| 19-Jan-2013 |
Lars Strojny |
Class Name Resolution As Scalar Via "class" Keyword |
Revision tags: php-5.3.21, php-5.4.11, php-5.5.0alpha3 |
|
#
c3ebd630 |
| 09-Jan-2013 |
Dmitry Stogov |
Merge branch 'PHP-5.4' into PHP-5.5 * PHP-5.4: Fixed compilator bug that might cause jump depended on unitialized value
|
#
625000ab |
| 09-Jan-2013 |
Dmitry Stogov |
Merge branch 'PHP-5.3' into PHP-5.4 * PHP-5.3: Fixed compilator bug that might cause jump depended on unitialized value
|
#
d4650c5d |
| 09-Jan-2013 |
Dmitry Stogov |
Fixed compilator bug that might cause jump depended on unitialized value |
Revision tags: php-5.3.21RC1, php-5.4.11RC1 |
|
#
a666285b |
| 01-Jan-2013 |
Xinchen Hui |
Happy New Year |
#
0a7395e0 |
| 01-Jan-2013 |
Xinchen Hui |
Happy New Year |
#
831fbcf3 |
| 01-Jan-2013 |
Xinchen Hui |
Happy New Year |