Skip to content

Commit

Permalink
Go with 3.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
derickr committed Apr 15, 2024
1 parent 622c980 commit e978d75
Show file tree
Hide file tree
Showing 4 changed files with 47 additions and 21 deletions.
45 changes: 34 additions & 11 deletions package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -40,28 +40,25 @@ Code Coverage Analysis
<active>yes</active>
</lead>

<date>2023-12-14</date>
<time>17:36:35</time>
<date>2024-04-15</date>
<time>12:51:20</time>
<version>
<release>3.3.1</release>
<api>3.3.1</api>
<release>3.3.2</release>
<api>3.3.2</api>
</version>
<stability>
<release>stable</release>
<api>stable</api>
</stability>
<license uri="https://xdebug.org/license/1.03" filesource="LICENSE">Xdebug-1.03</license>
<notes>
Thu, Dec 14, 2023 - Xdebug 3.3.1
Mon, Apr 15, 2024 - Xdebug 3.3.2

= Fixed bugs:

- 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&#039;s constants are not available with `xdebug.mode=off`
- Fixed issue #2226: xdebug_get_function_stack([&#039;from_exception&#039;]) 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
- 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

</notes>

Expand Down Expand Up @@ -217,6 +214,32 @@ Thu, Dec 14, 2023 - Xdebug 3.3.1
<zendextsrcrelease />
<changelog>

<release>
<date>2023-12-14</date>
<time>17:36:35</time>
<version>
<release>3.3.1</release>
<api>3.3.1</api>
</version>
<stability>
<release>stable</release>
<api>stable</api>
</stability>
<license uri="https://xdebug.org/license/1.03" filesource="LICENSE">Xdebug-1.03</license>
<notes>
Thu, Dec 14, 2023 - Xdebug 3.3.1

= Fixed bugs:

- 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&#039;s constants are not available with `xdebug.mode=off`
- Fixed issue #2226: xdebug_get_function_stack([&#039;from_exception&#039;]) 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
</notes>
</release>

<release>
<date>2023-11-30</date>
<time>16:27:19</time>
Expand Down
8 changes: 4 additions & 4 deletions php_xdebug.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
+----------------------------------------------------------------------+
| Xdebug |
+----------------------------------------------------------------------+
| Copyright (c) 2002-2023 Derick Rethans |
| Copyright (c) 2002-2024 Derick Rethans |
+----------------------------------------------------------------------+
| This source file is subject to version 1.01 of the Xdebug license, |
| that is bundled with this package in the file LICENSE, and is |
Expand All @@ -18,10 +18,10 @@
#define PHP_XDEBUG_H

#define XDEBUG_NAME "Xdebug"
#define XDEBUG_VERSION "3.3.2-dev"
#define XDEBUG_VERSION "3.3.2"
#define XDEBUG_AUTHOR "Derick Rethans"
#define XDEBUG_COPYRIGHT "Copyright (c) 2002-2023 by Derick Rethans"
#define XDEBUG_COPYRIGHT_SHORT "Copyright (c) 2002-2023"
#define XDEBUG_COPYRIGHT "Copyright (c) 2002-2024 by Derick Rethans"
#define XDEBUG_COPYRIGHT_SHORT "Copyright (c) 2002-2024"
#define XDEBUG_URL "https://xdebug.org"
#define XDEBUG_URL_FAQ "https://xdebug.org/docs/faq#api"

Expand Down
6 changes: 3 additions & 3 deletions template.rc
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
# define THANKS_GUYS ""
#endif

#define VERSIONDESC 3,3,2,0
#define VERSIONSTR "3.3.2-dev"
#define VERSIONDESC 3,3,2,1
#define VERSIONSTR "3.3.2"

//Version
VS_VERSION_INFO VERSIONINFO
Expand All @@ -40,7 +40,7 @@ BEGIN
VALUE "FileDescription", FILE_DESCRIPTION "\0"
VALUE "FileVersion", VERSIONSTR
VALUE "InternalName", FILE_NAME "\0"
VALUE "LegalCopyright", "Copyright � 2002-2023 Derick Rethans\0"
VALUE "LegalCopyright", "Copyright � 2002-2024 Derick Rethans\0"
VALUE "OriginalFilename", FILE_NAME "\0"
VALUE "PrivateBuild", "\0"
VALUE "ProductName", "Xdebug\0"
Expand Down
9 changes: 6 additions & 3 deletions xdebug.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
; This file is generated by the 'xdebug.org:html/docs/convert.php' robot
; for Xdebug 3.3.1 — do not modify by hand
; for Xdebug 3.3.2 — do not modify by hand

; -----------------------------------------------------------------------------
; xdebug.cli_color
Expand Down Expand Up @@ -987,6 +987,8 @@
; Debugging with xdebug_break(), or Garbage Collection Statistics with
; xdebug_start_gcstats().
;
; The Profiling will never activate with this value.
;
; trigger
; The functionality only gets activated when a specific trigger is present
; when the request starts.
Expand All @@ -999,8 +1001,9 @@
; ``XDEBUG_PROFILE`` (for Profiling), ``XDEBUG_TRACE`` (for a Function
; Trace), and ``XDEBUG_SESSION`` (for Step Debugging).
;
; There is another legacy trigger. If you set the ``XDEBUG_CONFIG``
; environment variable to any value, then Xdebug will also get activated.
; There is another legacy trigger for Step Debugging only. If you set the
; ``XDEBUG_CONFIG`` environment variable to any value, then the step
; debugger will also get activated.
;
; Debug session management for Step Debugging is also available through
; ``XDEBUG_SESSION_START``.
Expand Down

0 comments on commit e978d75

Please sign in to comment.