]> granicus.if.org Git - php/commit
Merge branch 'master' of git.php.net:php-src
authorULF WENDEL <uw@php.net>
Sat, 29 Sep 2012 15:40:12 +0000 (17:40 +0200)
committerULF WENDEL <uw@php.net>
Sat, 29 Sep 2012 15:40:12 +0000 (17:40 +0200)
commit0e1df4dfe735eb038964aaf917d1e14cc7ad7de3
treec33f8047fad4776961cec32b7fedbaa8aef3e267
parent9da4db523f9825d65fa49fd0da87dc3d28d2591d
parent7eba512b5170fc57dc3d4a6b93f98a0e0acc7721
Merge branch 'master' of git.php.net:php-src

* 'master' of git.php.net:php-src: (46 commits)
  updated NEWS
  Fixed bug #63248 Load multiple magic files on win
  Refactor to using a stack based zval instead of dynamic allocation
  Clean up unreported memory leak by switching to zval_ptr_dtor
  fix allocation and copy issue
  Really fix leaks, add test cases to prove it...
  Fix issue with possible memory leak
  Fix some double free issues, and more cleanup work
  Refactor  slightly to enable cleaner readability
  Fix arg info for required params passed to needs_rehash
  Fix ucwords error casing
  A bunch of naming convention fixes. No functionality changes
  Switch to using an ENUM for algorithms instead of a constant
  Fix incorrect arg info required param count for password_hash
  Add news entry for password API
  Expose PASSWORD_BCRYPT_DEFAULT_COST constant and update test to use it
  Remove bcrypt_cost ini entry from declaration
  Switch test to using strict comparison for crypt fallback
  Add tests for password_get_info and password_needs_rehash
  Refactoring to use size_t instead of int most places
  ...