File tree Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -9,10 +9,16 @@ PHP NEWS
9
9
- GD:
10
10
. Fixed bug #75437 (Wrong reflection on imagewebp). (Fabien Villepinte)
11
11
12
+ - interbase:
13
+ . Fixed bug #75453 (Incorrect reflection for ibase_[p]connect). (villfa)
14
+
12
15
- Mysqli:
13
16
. Fixed bug #75434 (Wrong reflection for mysqli_fetch_all function). (Fabien
14
17
Villepinte)
15
18
19
+ - SOAP:
20
+ . Fixed bug #75464 (Wrong reflection on SoapClient::__setSoapHeaders). (villfa)
21
+
16
22
26 Oct 2017, PHP 7.2.0RC5
17
23
18
24
- Core:
@@ -47,9 +53,6 @@ PHP NEWS
47
53
. Fixed bug #75317 (UConverter::setDestinationEncoding changes source instead
48
54
of destination). (andrewnester)
49
55
50
- - interbase:
51
- . Fixed bug #75453 (Incorrect reflection for ibase_[p]connect). (villfa)
52
-
53
56
- JSON:
54
57
. Fixed bug #68567 (JSON_PARTIAL_OUTPUT_ON_ERROR can result in JSON with null
55
58
key). (Jakub Zelenka)
Original file line number Diff line number Diff line change @@ -366,7 +366,7 @@ ZEND_END_ARG_INFO()
366
366
ZEND_BEGIN_ARG_INFO (arginfo_soapclient___getcookies , 0 )
367
367
ZEND_END_ARG_INFO ()
368
368
369
- ZEND_BEGIN_ARG_INFO_EX (arginfo_soapclient___setsoapheaders , 0 , 0 , 1 )
369
+ ZEND_BEGIN_ARG_INFO_EX (arginfo_soapclient___setsoapheaders , 0 , 0 , 0 )
370
370
ZEND_ARG_INFO (0 , soapheaders )
371
371
ZEND_END_ARG_INFO ()
372
372
You can’t perform that action at this time.
0 commit comments