8000 Comparing php:master...ducktype:master · php/php-src · GitHub
[go: up one dir, main page]

Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: php/php-src
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: ducktype/php-src
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 7 commits
  • 3 files changed
  • 1 contributor

Commits on Jun 14, 2017

  1. error_reporting admin_value should not be bypassed by user level

    This commit reverts the implementation of error_reporting() to the code used in PHP 5.x. The removed code from the PHP 7.x implementation does not seem to add any functionality but miss the checks required to avoid PHP user code to bypass admin_values.
    Also most of the code php 7.x implementation code is a duplication of zend_alter_ini_entry() and just php 5.x use it directly.
    https://bugs.php.net/bug.php?id=71340
    ducktype committed Jun 14, 2017
    Configuration menu
    Copy the full SHA
    0787c5f View commit details
    Browse the repository at this point in the history
  2. WIN32: Enable graceful termination of child processes emulating ctrl+…

    …c via SIGUSR1 in proc_close()
    
    Changes to proc_open() and proc_close() to allow graceful termination of child processes (if they handle ctrl+c console event) on WIN32 platform.
    ducktype committed Jun 14, 2017
    Configuration menu
    Copy the full SHA
    f6d073c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bb7fc00 View commit details
    Browse the repository at this point in the history
  4. Fix other errors, i don't ha ve a local build machine to catch this k…

    …ind of errors before committing!
    ducktype committed Jun 14, 2017
    Configuration menu
    Copy the full SHA
    017204b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0b34306 View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2017

  1. Configuration menu
    Copy the full SHA
    aea154a View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2017

  1. Update .appveyor.yml

    ducktype authored Dec 1, 2017
    Configuration menu
    Copy the full SHA
    9601e75 View commit details
    Browse the repository at this point in the history
Loading
0