]> granicus.if.org Git - php/commit
Merge branch 'PHP-5.6' of git.php.net:php-src into PHP-5.6
authorDmitry Stogov <dmitry@zend.com>
Thu, 28 Nov 2013 13:04:54 +0000 (17:04 +0400)
committerDmitry Stogov <dmitry@zend.com>
Thu, 28 Nov 2013 13:04:54 +0000 (17:04 +0400)
commit5d6b20f66b2dd3800694c9562c4aafa013af1652
tree5021d1de5d4c5f51fbe56f9c288bcc3a59cf06da
parentb63b81815fa29e53cd1bd9e710efe568afbafdfb
parent0652edfed3ac1a17f7677c78c663982b49a5f07b
Merge branch 'PHP-5.6' of git.php.net:php-src into PHP-5.6

* 'PHP-5.6' of git.php.net:php-src:
  Updated NEWS for Constant Scalar Exprs RFC
  Moved arrays again to "static_scalar:" & little cleanup
  Renaming
  Constant expressions refactoring
  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.
  Added a few more operators
  Whitespace fix
  converted several switches to ifs and made more opcache friendly
  Fatal error about self referencing constants fixed
  Fixed mem leaks, added tests and ternary operator
  Working commit for constant scalar expressions (with constants). Tests will follow.