]> granicus.if.org Git - php/commit
Merge branch 'master' of https://git.php.net/repository/php-src
authorChristopher Jones <sixd@php.net>
Thu, 26 Sep 2013 16:57:36 +0000 (09:57 -0700)
committerChristopher Jones <sixd@php.net>
Thu, 26 Sep 2013 16:57:36 +0000 (09:57 -0700)
commita3b0fa0d04cad5712f64e08463d0026f9890a37c
tree1317a8a47c0e4bd1193c8fbf705d91ae75140f78
parentc175617b800536c08b593cf080f8120623cc009e
parent0d7a6388663b76ebed6585ac92dfca5ef65fa7af
Merge branch 'master' of https://git.php.net/repository/php-src

# By Adam Harvey (2) and others
# Via Adam Harvey (2) and others
* 'master' of https://git.php.net/repository/php-src:
  Implement variadic function syntax
  Added function opcache_compile_file() to load PHP scripts into cache without execution.
  Fixed issue #135 (segfault in interned strings if initial memory is too low)
  Fix typo: HTTP_ROW_POST_DATA → HTTP_RAW_POST_DATA.
  Make message and format arguments const char * to avoid build warning about invalid cast.
  Copy dba_*() keys before converting to string.