Revisions of php-xdebug

buildservice-autocommit accepted request 1169215 from Arjen de Korte's avatar Arjen de Korte (adkorte) (revision 29)
baserev update by copy to link target
Arjen de Korte's avatar Arjen de Korte (adkorte) accepted request 1167858 from Arjen de Korte's avatar Arjen de Korte (adkorte) (revision 28)
- Updated to Xdebug 3.3.2
  * Fixed issue #2216: With PHP8.3 and Apache 2.4.58 error_reporting()
    causing Apache process to hang
  * Fixed issue #2230: Crash when xdebug and blackfire extensions are
    active
  * Fixed issue #2233: High and continuous Apache server CPU use
buildservice-autocommit accepted request 1133376 from Johannes Weberhofer's avatar Johannes Weberhofer (weberho) (revision 27)
baserev update by copy to link target
Johannes Weberhofer's avatar Johannes Weberhofer (weberho) accepted request 1133177 from Arjen de Korte's avatar Arjen de Korte (adkorte) (revision 26)
- Updated to Xdebug 3.3.1
  * Fixed issue #2220: Test failure
  * Fixed issue #2221: Crash when other extensions run PHP code
    without the stack being initialised yet
  * Fixed issue #2223: Xdebug's constants are not available with
    `xdebug.mode=off`
  * Fixed issue #2226: xdebug_get_function_stack(['from_exception'])
    does not always find stored trace
  * Fixed issue #2227: Crash with return value and observers
  * Fixed issue #2228: Return value can not be fetched with
    property_get if top frame is an internal function
- Updated to Xdebug 3.3.0
  * Fixed issue #2171: Support for PHP 8.3
  * Fixed issue #1732: Add support for flame graph outputs
  * Fixed issue #2219: Add control socket on Linux to obtain
    information and initiate debugger or breakpoint
  * Fixed issue #1562: Add 'local_vars' option to
    'xdebug_get_function_stack' to include variables for each st
  * Fixed issue #2194: Add 'params_as_values' option to
    'xdebug_get_function_stack' to return data as values
  * Fixed issue #2195: Add 'from_exception' option to
    'xdebug_get_function_stack' to return the stack trace where an
    exception was thrown
  * Fixed issue #2077: Bring back xdebug.collect_params
  * Fixed issue #2170: Show contents of Spl's ArrayIterator
  * Fixed issue #2172: Show contents of SplDoublyLinkedList and
    SplPriorityQueue
  * Fixed issue #2183: Bubble up exception message when using code
    evalution through protocol
  * Fixed issue #2188: Step over with fibers does still step into fiber
    routines
  * Fixed issue #2197: Add time index and memory to output of
    xdebug_get_function_stack
  * Fixed issue #2203: Increase default max nesting time out from 256
    to 512
  * Fixed issue #2206: Optimise debugger breakpoints checking
  * Fixed issue #2207: Add filenames for include and friends to
    flamegraph output
  * Fixed issue #2217: xdebug://gateway pseudo host does not support
    IPv6
  * Fixed issue #450: "Incomplete" backtraces when an exception gets
    rethrown
  * Fixed issue #476: Exception chaining does not work properly
  * Fixed issue #1155: Local variables are not shown when execution
    break in error_handler
  * Fixed issue #2000: Debugger evaluate expression: "can't evaluate
    expression"
  * Fixed issue #2027: Branch/path code coverage for traits drops trait
    name since 3.1.0
  * Fixed issue #2132: Errors when mountinfo does not have enough
    information for finding systemd private tmp directory
  * Fixed issue #2200: PECL package file has wrong max PHP version
    number, and peclweb refuses the package
  * Fixed issue #2208: Superfluous `...` (three omission dots) in
    var_dump()
  * Fixed issue #2210: Flamegraphs crash when using `start_with_request`
  * Fixed issue #2211: File wrappers get wrong filename location in
    stack.
  * Fixed issue #2214: Array keys aren't escaped in traces-
buildservice-autocommit accepted request 1105147 from Arjen de Korte's avatar Arjen de Korte (adkorte) (revision 25)
baserev update by copy to link target
Arjen de Korte's avatar Arjen de Korte (adkorte) accepted request 1104475 from Arjen de Korte's avatar Arjen de Korte (adkorte) (revision 24)
- Updated to version 3.2.2
  * Fixed issue #2175: Crash with EXC_BAD_ACCESS in xdebug_str_create
  * Fixed issue #2180: Crash on extended SplFixedArray
  * Fixed issue #2182: Segfault with ArrayObject on stack
  * Fixed issue #2186: Segfault with trampoline functions and debugger
    activation
buildservice-autocommit accepted request 1077072 from Arjen de Korte's avatar Arjen de Korte (adkorte) (revision 23)
baserev update by copy to link target
Arjen de Korte's avatar Arjen de Korte (adkorte) accepted request 1077026 from Cristian Rodríguez's avatar Cristian Rodríguez (elvigia) (revision 22)
- Updated to version 3.2.1
 * Fixed bug #2144: Xdebug 3.2.0 ignores xdebug.mode and enables all features
 * Fixed bug #2145: Xdebug 3.2.0 crash PHP on Windows if xdebug.mode = off
 * Fixed bug #2146: apache2 segfaulting with version 3.2.0 on PHP 8.0
 * Fixed bug #2148: Icon for link to docs in xdebug_info() HTML output does not always render correctly
buildservice-autocommit accepted request 1043597 from Factory Maintainer's avatar Factory Maintainer (factory-maintainer) (revision 21)
baserev update by copy to link target
Arjen de Korte's avatar Arjen de Korte (adkorte) accepted request 1042081 from Arjen de Korte's avatar Arjen de Korte (adkorte) (revision 20)
- Restore php7 build for targets that still have it
  % _multibuild
buildservice-autocommit accepted request 1041795 from Arjen de Korte's avatar Arjen de Korte (adkorte) (revision 19)
baserev update by copy to link target
Arjen de Korte's avatar Arjen de Korte (adkorte) accepted request 1041740 from Arjen de Korte's avatar Arjen de Korte (adkorte) (revision 18)
- Updated to Xdebug 3.2.0
  * Fixed issue #1819: Allow a list of headers in
    'xdebug.client_discovery_header'
  * Fixed issue #2079: Add pseudo hosts xdebug://gateway and
    xdebug://nameserver
  * Fixed issue #2086: Include return value in return breakpoint
    interruption response
  * Fixed issue #2087: Introduce step for the return state and virtual
    property for return value
  * Fixed issue #2062: Xdebug now records whether systemd's PrivateTmp
    is used in its diagnostics information
  * Fixed issue #2104: Add support for PHP 8.2 "SensitiveParameter"
    attribute
  * Fixed issue #2117: Removed emulated properties for closures, as PHP
    8.2 adds debug information for them
  * Fixed issue #2122: Local variables are now available when 
    using start_upon_error
  * Fixed issue #2123: Add warning in log and diagnositics information
    when a breakpoint is set on a non-existing file
  * Fixed issue #2138: Step debugger now disconnects and continues
    running the script, when the debugging client closes the connection
  * Fixed issue #2136: Duplicate line/conditional breakpoints are now
    rejected
  * Fixed issue #2014: Drop support for PHP 7.2
  * Fixed issue #2102: Drop support for PHP 7.3
  * Fixed issue #2103: Drop support for PHP 7.4
  * Fixed issue #2002: xdebug_trace_handler_t handler members are not
    always checked for NULL when executing
  * Fixed issue #2045: Inapproriate frowny face
  * Fixed issue #2089: Alpine Linux does not support res_ninit
buildservice-autocommit accepted request 984487 from Arjen de Korte's avatar Arjen de Korte (adkorte) (revision 17)
baserev update by copy to link target
Arjen de Korte's avatar Arjen de Korte (adkorte) accepted request 982207 from Arjen de Korte's avatar Arjen de Korte (adkorte) (revision 16)
- Updated to Xdebug 3.1.5
  * Fixed bug #2056: Install documentation gives wrong arch for
    installation on M1 Macs
  * Fixed bug #2082: phpize --clean removes required clocks.m4 file
  * Fixed bug #2083: Constant defined with an enum case produce double
    "facet" attribute in context_get response
  * Fixed bug #2085: Crash when used with source guardian encoded files
  * Fixed bug #2090: Segfault in __callStatic() after FFI initialization
buildservice-autocommit accepted request 969709 from Johannes Weberhofer's avatar Johannes Weberhofer (weberho) (revision 15)
baserev update by copy to link target
Johannes Weberhofer's avatar Johannes Weberhofer (weberho) accepted request 969530 from Arjen de Korte's avatar Arjen de Korte (adkorte) (revision 14)
- Updated to Xdebug 3.1.4
  * Fixed issue #2006: Removing second call breakpoint with same
    function name
  * Fixed issue #2060: XDebug breaks the Symfony "PhpFilesAdapter"
    cache adapter
  * Fixed issue #2061: Possible use after free with GC Stats
  * Fixed issue #2063: Can't inspect ArrayObject storage elements
  * Fixed issue #2064: Segmentation fault in symfony cache
  * Fixed issue #2068: Debug session can be started with
    "XDEBUG_SESSION_START=anything" when xdebug.trigger_value is set
  * Fixed issue #2069: Warn when profiler_append is used together
    with zlib compression
  * Fixed issue #2075: Code coverage misses static array assignment
    lines
Johannes Weberhofer's avatar Johannes Weberhofer (weberho) accepted request 954333 from Илья Индиго's avatar Илья Индиго (13ilya) (revision 13)
- Updated to Xdebug 3.1.3
  * Fixed issue #2049: evaling broken code (still) causes unhandled
    exception in PHP 7.4.
  * Fixed issue #2052: Memory leak when a trace file can't be
    opened because xdebug.trace_output_name is invalid.
  * Fixed issue #2054: Slowdown when calling a function with long
    string parameters.
  * Fixed issue #2055: Debugger creates XML with double facet attribute.
Johannes Weberhofer's avatar Johannes Weberhofer (weberho) accepted request 939070 from Arjen de Korte's avatar Arjen de Korte (adkorte) (revision 12)
- Updated to Xdebug 3.1.2
  * Fixed issue #2036: Segfault on fiber switch in finally block in
    garbage collected fiber
  * Fixed issue #2037: Crash when profile file can not be created
  * Fixed issue #2041: __debugInfo is not used for var_dump output
  * Fixed issue #2046: Segault on xdebug_get_function_stack inside a
    Fiber
Johannes Weberhofer's avatar Johannes Weberhofer (weberho) accepted request 930560 from Arjen de Korte's avatar Arjen de Korte (adkorte) (revision 11)
- Updated to Xdebug 3.1.1
  * Fixed issue #2016: apache gives no output with xdebug 3.1.0b2
    installed
  * Fixed issue #2024: Apache restarts in a loop under PHP 8.1.0 RC3
  * Fixed issue #2029: incorrect and inaccurate date and time displayed
    in xdebug.log and trace files
  * Fixed issue #2030: PhpStorm step-debug not working on PHP 8.0.11
  * Fixed issue #2032: Use runtime PHP version in DBGp and info pages
    instead of compiled-against version
  * Fixed issue #2034: Xdebug throws a Segmentation fault when
    'set_time_limit' function is disabled
  * Fixed issue #2035: Xdebug block everything with localhost in XAMMP
- Updated to 3.1.0
  * Fixed issue #1472: Add assignments to computer readable trace
    format
  * Fixed issue #1537: Add links to documentation to various different
    "features" after wizard has run
  * Fixed issue #1738: Add xdebug_notify() function to send data
    through DBGp to a debugging client
  * Fixed issue #1853: Enable profile compression for cachegrind files
  * Fixed issue #1890: Add connected client and protocol features to
    diagnostic page
  * Fixed issue #1898: API for querying the currently active mode(s)
  * Fixed issue #1933: Allow for cloud ID to be set through the
    trigger
  * Fixed issue #1938: Branches in traits aren’t marked as executed
  * Fixed issue #1948: Do not redirect warning and error messages to
    PHP's error log if an Xdebug log is active
  * Fixed issue #1949: private properties for internal classes can't
    be fetched for debugging
Arjen de Korte's avatar Arjen de Korte (adkorte) committed (revision 10)
- Xdebug should be loaded as a zend_extension (not as extension)
Displaying revisions 1 - 20 of 29
openSUSE Build Service is sponsored by