summaryrefslogtreecommitdiff
path: root/CHANGES.current
diff options
context:
space:
mode:
Diffstat (limited to 'CHANGES.current')
-rw-r--r--CHANGES.current8
1 files changed, 8 insertions, 0 deletions
diff --git a/CHANGES.current b/CHANGES.current
index 588459210..f438fb647 100644
--- a/CHANGES.current
+++ b/CHANGES.current
@@ -7,6 +7,14 @@ the issue number to the end of the URL: https://github.com/swig/swig/issues/
Version 4.2.0 (in progress)
===========================
+2023-04-21: olly
+ [PHP] Support INPUT,INOUT,OUTPUT for std::string&.
+
+ By default SWIG/PHP wraps std::string& as a pass-by-reference PHP
+ string parameter, but sometimes such a parameter is only for input
+ or only for output, so add support for the named typemaps that other
+ target languages support.
+
2023-04-21: degasus
#2519 Fix CanCastAsInteger range check to clear errno first to fix
bogus failures for valid inputs.if errno is set.