Commits on Jun 25, 2017
  1. Merge branch 'PHP-7.1'

    bwoebi committed Jun 25, 2017
  2. Merge branch 'PHP-7.0' into PHP-7.1

    bwoebi committed Jun 25, 2017
Commits on Mar 14, 2017
  1. Merge branch 'PHP-7.0' into PHP-7.1

    bwoebi committed Mar 14, 2017
Commits on Dec 22, 2016
  1. Merge branch 'PHP-7.0' into PHP-7.1

    bwoebi committed Dec 22, 2016
  2. Fixed bug #73373 (deflate_add does not verify that output was not tru…

    …ncated)
    bwoebi committed Dec 22, 2016
Commits on Dec 21, 2016
  1. Fixed bug #73704 (phpdbg shows the wrong line in files with shebang)

    bwoebi committed Dec 21, 2016
Commits on Dec 20, 2016
  1. Fixed bug #73794 (Crash (out of memory) when using run and # command …

    …separator)
    bwoebi committed Dec 20, 2016
Commits on Dec 6, 2016
  1. Fixed issue getting executable lines from custom wrappers

    See also krakjoe/phpdbg#161
    bwoebi committed Dec 6, 2016
Commits on Nov 30, 2016
Commits on Oct 18, 2016
Commits on Oct 16, 2016
Commits on Oct 13, 2016
Commits on Oct 12, 2016
  1. Update NEWS

    Also add missing include.inc test file
    bwoebi committed Oct 12, 2016
Commits on Oct 1, 2016
Commits on Sep 28, 2016
  1. Add phpdbg generator command

    bwoebi committed Sep 28, 2016
Commits on Sep 23, 2016
Commits on Jul 27, 2016
  1. Fixed a potential segfault in zend_objects_store_free_object_storage()

    Under the special circumstance where a garbage collected objects bucket slot was not reused until the end of the script, we get access into freed memory...
    No test added as it usually is valgrind-only, and only sometimes when the memory happens to have changed (i.e. (GC_FLAGS(obj) & IS_OBJ_FREE_CALLED) == 0), it actually *may* segfault
    bwoebi committed Jul 27, 2016
Commits on Jul 23, 2016
Commits on May 30, 2016
  1. Fixed bug #72284 (phpdbg fatal errors with coverage)

    Cherry-pick of original commits d3371b and 0f20e11 only present in master
    bwoebi committed May 3, 2016
Commits on May 19, 2016
Commits on May 2, 2016
  1. Added NEWS entry for socket_export_stream()

    Closes pull request #762
    bwoebi committed May 2, 2016
Commits on Apr 28, 2016
  1. Fix bad merge into master

    This should only have been reverted in 7.0, but not for 7.1. (merge=ours??)
    Added appropriate NEWS entry.
    bwoebi committed Apr 28, 2016
Commits on Apr 21, 2016
Commits on Apr 20, 2016
Commits on Apr 16, 2016
  1. Fix non-/Zend tests too

    bwoebi committed Apr 16, 2016
  2. Fixed bug #72038 (Function calls with values to a by-ref parameter do…

    …n't always throw a notice)
    bwoebi committed Apr 16, 2016
Commits on Feb 18, 2016
  1. Fixed bug #71622 (Strings used in pass-as-reference cannot be used to…

    … invoke C::$callable())
    bwoebi committed Feb 18, 2016
Commits on Feb 17, 2016
  1. Fix crash when advancing inside an internal function

    This just happened in the "double ctrl+c" mode, when we halted inside an internal function; there was some code assuming a proper op_array
    bwoebi committed Feb 17, 2016
Commits on Feb 15, 2016
Commits on Feb 11, 2016
Commits on Jan 24, 2016