Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

php8-xdebug-3.5.1-15.2 RPM for x86_64

From OpenSuSE Tumbleweed for x86_64

Name: php8-xdebug Distribution: openSUSE Tumbleweed
Version: 3.5.1 Vendor: openSUSE
Release: 15.2 Build date: Tue Feb 3 18:44:19 2026
Group: Productivity/Networking/Web/Servers Build host: reproducible
Size: 434438 Source RPM: php8-xdebug-3.5.1-15.2.src.rpm
Packager: https://bugs.opensuse.org
Url: https://xdebug.org
Summary: Extended PHP debugger
The Xdebug extension helps debugging scripts by providing
debug information such as:

  * stack and function traces in error messages with:
    o full parameter display for user defined functions
    o function name, file name and line indications
    o support for member functions
  * memory allocation
  * protection for infinite recursions

Xdebug also provides:

  * profiling information for PHP scripts
  * code coverage analysis
  * capabilities to debug your scripts interactively with a debug client

Provides

Requires

License

PHP-3.0

Changelog

* Tue Feb 03 2026 Arjen de Korte <suse+build@de-korte.org>
  - Update to Xdebug 3.5.1
    * Fixed issue #2391: Code Coverage times out on random tests
    * Fixed issue #2395: Severe performance degredation on Windows
    * Fixed issue #2397: Very slow with Xdebug 3.5.0
* Thu Dec 04 2025 Arjen de Korte <suse+build@de-korte.org>
  — Update to Xdebug 3.5.0
    * Fixed bug #2338: Add experimental support for Windows Named Pipes
      control socket
    * Fixed bug #2369: Implement "Native Xdebug Path Mapping" project
    * Fixed bug #2370: PHP 8.5 support
    * Fixed bug #2213: Expose __EXCEPTION virtual variable for current
      EG(exception)
    * Fixed bug #2345: DBGP's detach does not support base64 encoded
      strings
    * Fixed bug #2363: Add better debugging support for PHP 8.5's pipes
    * Fixed bug #2335: Failed dbgp connection is not marked as not active
    * Fixed bug #2336: Optimise xdebug_init_oparray
    * Fixed bug #2337: Modify xdebug_add_stack_frame to always work on
      the passed execute_data
    * Fixed bug #2367: Debugger should not break on return out of include
      files when return value debugger is enabled
    * Fixed bug #2372: Build failed on MSVC
    * Fixed bug #2374: Breakpoints in mapped paths don't trigger as they're
      mapped back before matching
    * Fixed bug #2386: Crashes when running context_get in an exception
      thrown from an internal function
* Sun Oct 26 2025 Arjen de Korte <suse+build@de-korte.org>
  - Update to Xdebug 3.4.7
    * Fixed bug #2359: PHP 8.4 Lazy Ghost Object inoperable/defunct when
      Xdebug is enabled
    * Fixed bug #2371: Step debugging initialize lazy objects
    * Fixed bug #2375: Xdebug's exception trace conversion initialises
      lazy objects
* Thu Oct 23 2025 Arjen de Korte <suse+build@de-korte.org>
  - Update to Xdebug 3.4.6
    * Fixed issue #2328: Stream resource references in stored stack traces
      don't hold, and can cause crashes
    * Fixed issue #2360: Debugging DateInterval (and other internal objects)
      causes a crash
* Fri Aug 01 2025 Arjen de Korte <suse+build@de-korte.org>
  - Update to Xdebug 3.4.5
    * Fixed bug #2332: Segmentation fault for code coverage with nested fibers
    * Fixed bug #2356: Reading properties with get hooks may modify property value
* Sun Jun 15 2025 Arjen de Korte <suse+build@de-korte.org>
  - Update to Xdebug 3.4.4
    * Fixed bug #2349: Regression in Xdebug 3.4.3 breaks throwing exceptions
      in nested generators
    * Fixed bug #2350: Crash when a certain page generates an exception
      since Xdebug 3.4.3
    * Fixed bug #2352: Crash when using latest Xdebug version when throwing
      exceptions
    * Fixed bug #2354: The __invoke frame in call stacks don't have the
      argument name in the trace
* Wed May 14 2025 Arjen de Korte <suse+build@de-korte.org>
  - Update to Xdebug 3.4.3
    * Fixed bug #2322: Xdebug tries to open debugging connection in
      destructors during shutdown
    * Fixed bug #2325: Referred chrome browser extension is no longer
      working
    * Fixed bug #2326: Step debugger finishes if property debugging
      handler in PHP throws an exception
    * Fixed bug #2331: Segmentation fault with 'invalid' variable names
    * Fixed bug #2339: Trying to throw an exception can cause a
      zend_mm_heap corrupted error under specific circumstances
    * Fixed bug #2340: Xdebug case sensitivity issues on some files
      introduced since 3.3.0
    * Fixed bug #2343: Fatal error on virtual property hook step debugging
    * Fixed bug #2348: Xdebug does not resolve breakpoints in property hooks
* Sun Mar 09 2025 Arjen de Korte <suse+build@de-korte.org>
  - Update to Xdebug 3.4.2
    * Fixed bug #2313: var_dump does not output some Russian characters
    * Fixed bug #2314: Class properties with hooks are always shown as null
    * Fixed bug #2315: xdebug_dump_superglobals() leaks memory
    * Fixed bug #2317: Code coverage leaks memory
    * Fixed bug #2319: emoji character become diamond question marks
    * Fixed bug #2321: Segfault when null is assigned to a superglobal
    * Fixed bug #2323: xdebug_notify() does not respect xdebug.var_display_max_* Settings
    * Fixed bug #2327: Segmentation Fault 139 if exception thrown in callback since PHP 8.4
* Mon Jan 06 2025 Arjen de Korte <suse+build@de-korte.org>
  - Update to Xdebug 3.4.1
    * Fixed issue #2306: Segmentation fault on each HTTP request when not
      listening to debugging connections
    * Fixed issue #2307: Segmentation fault due to a superglobal being a
      reference while checking for triggers
    * Fixed issue #2309: Installation on Windows with PHP PIE failing
    * Fixed issue #2310: xdebug 3.4.0 crashes php8.1-fpm after script
      execution
* Thu Nov 28 2024 Arjen de Korte <suse+build@de-korte.org>
  - Update to Xdebug 3.4.0
    * Fixed issue #2239: Add 'XDEBUG_IGNORE' GET/POST/COOKIE/ENV to make
      the step debugger ignore that specific request
    * Fixed issue #2281: PHP 8.4 support
    * Fixed issue #2261: Send control socket location in init packet
    * Fixed issue #2262: PHP 8.4: Closure names need different wrapping
      algorithm
    * Fixed issue #2283: SoapClient usage causes segfault with codecoverage
    * Fixed issue #2294: Nette Tester always crashes in all test jobs when
      running with XDebug 3.4.0beta1 active
    * Fixed issue #2304: Seg fault on throw exception
    * Fixed issue #2305: Segfault when checking whether to ignore creating
      a debug connection during shutdown functions
* Mon Apr 15 2024 Arjen de Korte <suse+build@de-korte.org>
  - 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
* Thu Dec 14 2023 Arjen de Korte <suse+build@de-korte.org>
  - 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-
* Thu Aug 17 2023 Arjen de Korte <suse+build@de-korte.org>
  - 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
* Mon Apr 03 2023 Cristian Rodríguez <crrodriguez@opensuse.org>
  - 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

Files

/etc/php8/conf.d/xdebug.ini
/usr/lib64/php8/extensions/xdebug.so
/usr/share/doc/packages/php8-xdebug
/usr/share/doc/packages/php8-xdebug/CREDITS
/usr/share/licenses/php8-xdebug
/usr/share/licenses/php8-xdebug/LICENSE


Generated by rpm2html 1.8.1

Fabrice Bellet, Sat Mar 14 23:14:10 2026