]> granicus.if.org Git - php/commit
Merge branch 'phpng' into call-frame
authorDmitry Stogov <dmitry@zend.com>
Tue, 1 Jul 2014 06:11:13 +0000 (10:11 +0400)
committerDmitry Stogov <dmitry@zend.com>
Tue, 1 Jul 2014 06:11:13 +0000 (10:11 +0400)
commit0b1cfdf390632a0bf0b27516399b09813500c299
treef13be674ff501a40f93ef287bca47f09648bc22b
parentb4a7a1baccfcea7549e0813a69d934c15c789e72
parent96e3fd4c1df8ae6876005a9a838b3607f362f861
Merge branch 'phpng' into call-frame

* phpng: (73 commits)
  refcount in phpng has different meanings
  Suppress warning "cast from pointer to integer of different size"
  Fixed possible crash because of race conditions on modifying constants in shared memory
  remove the NEWS entry for the reverted fpm fix
  remove the NEWS entry for the reverted fpm fix
  remove the NEWS entry for the reverted fpm fix
  Revert "Fix Bug #67530  error_log=syslog ignored"
  Fixed compilation problems
  Refactored parameter passing mechanism.
  --enable-fpm for the travis build
  Fixed segfault while info printing
  fix the last fpm NEWS entry, the other bug is related, but not the same what we fixed here
  NEWS
  NEWS
  Fix bug #67091: make install fails to install libphp5.so on FreeBSD 10.0
  adding NEWS entry for the fix for bug #65641
  Updated NEWS file for recent phpdbg fixes
  Fixed issue krakjoe/phpdbg#94 - List behavior is inconsistent
  Fix issue krakjoe/phpdbg#97 - list now appends a newline if there is none The prompt should always ensure it is on a newline
  Fixed test
  ...