]> granicus.if.org Git - php/commit
Merge branch 'master' of git.php.net:php-src
authorDmitry Stogov <dmitry@zend.com>
Wed, 3 Oct 2018 09:33:36 +0000 (12:33 +0300)
committerDmitry Stogov <dmitry@zend.com>
Wed, 3 Oct 2018 09:33:36 +0000 (12:33 +0300)
commitafcc785399dee5fbf2802211e82696b8c1c6093c
tree8dbac21bffb2babc1632f0fa1e4edf493b4aa9db
parentc88b53318fe2609e26d58c9b3c6d5923e1da9736
parent0d7d2a20110bc18a69c2509fec21d454d97467cf
Merge branch 'master' of git.php.net:php-src

* 'master' of git.php.net:php-src:
  Second round of fixing compiler warnings in ext/hash. Lots of the signatures that previously was unsigned int is now size_t, there was a fair bit of inconsistency there already and this commit should make it all sync nicely
  Write to correct smart_str
  Revert "Fix compiler warnings in ext/hash"