]> granicus.if.org Git - php/commit
Merge branch 'master' of git.php.net:php-src
authorYasuo Ohgaki <yohgaki@php.net>
Tue, 29 Oct 2013 08:30:47 +0000 (17:30 +0900)
committerYasuo Ohgaki <yohgaki@php.net>
Tue, 29 Oct 2013 08:30:47 +0000 (17:30 +0900)
commit5c89d5a539054bb27451646d43cd644c28fc650d
tree0b699df1d7f80e87321814c889daaaf64f69b623
parentfa11c7c1cc27fb4c5cb289ef788068d05caa4121
parent141b77d97de7b4c6f32afd16d331d23d30217eaa
Merge branch 'master' of git.php.net:php-src

* 'master' of git.php.net:php-src: (22 commits)
  add bundled libzip LICENSE, as required by BSD License terms
  Avoid copy in func_get_arg()
  - Updated to version 2013.8 (2013h)
  Use zval* instead of zval**
  Increased limit for opcache.max_accelerated_files to 1,000,000. (Chris)
  Improved performance of array_merge() by eliminating useless copying
  Improved performance of func_get_args() by eliminating useless copying
  fix limitation of upload size == (U)INT_MAX in CGI
  Link to more readmes
  test commit
  increase backlog to the highest value everywhere
  Update NEWS
  Fixed bug #65950 Field name truncation if the field name is bigger than 32 characters
  - test3
  - test commit 2
  - test commit1
  ldap_escape() notes
  - Updated to version 2013.7 (2013g)
  Increment version number, since this will be 5.5.6.
  Added Zend Debugger to the note about the load order (by trash4you at online dot de)
  ...