]> granicus.if.org Git - php/commitdiff
Merge branch 'master' of http://git.php.net/repository/php-src
authorChristoph M. Becker <cmb@php.net>
Tue, 14 Jul 2015 08:02:25 +0000 (10:02 +0200)
committerChristoph M. Becker <cmb@php.net>
Tue, 14 Jul 2015 08:02:25 +0000 (10:02 +0200)
# By Bob Weinand (5) and others
# Via Bob Weinand
* 'master' of http://git.php.net/repository/php-src:
  We want to track phpdbg bugs in official bug tracker now; updated URL
  Show also runtime-bound functions/classes/methods with phpdbg -p
  One less comparison
  Fix potential segfault
  Closures only have {closure}() as method name Prefixing a class name does not make sense as they may be rebound to another scope, where this will be confusing
  Fix __METHOD__ in functions nested into methods
  Init variable to NULL before passing to zpp
  Format alignment
  PHP 7 OCI8: fix bug57702.phpt regression


Trivial merge