File tree Expand file tree Collapse file tree 4 files changed +9
-3
lines changed Expand file tree Collapse file tree 4 files changed +9
-3
lines changed Original file line number Diff line number Diff line change @@ -39,6 +39,10 @@ PHP NEWS
39
39
. Fixed bug #64705 (errorInfo property of PDOException is null when
40
40
PDO::__construct() fails). (Ahmed Abdou)
41
41
42
+ - Session:
43
+ . Fixed bug #79724 (Return type does not match in ext/session/mod_mm.c).
44
+ (Nikita)
45
+
42
46
- Standard:
43
47
. Fixed bug #79930 (array_merge_recursive() crashes when called with array
44
48
with single reference). (Nikita)
Original file line number Diff line number Diff line change @@ -12,10 +12,11 @@ trigger:
12
12
- UPGRADING.INTERNALS
13
13
14
14
jobs :
15
+ # We specify --with-mm here, because it cannot be used together with --enable-maintainer-zts.
15
16
- template : azure/job.yml
16
17
parameters :
17
18
configurationName : DEBUG_NTS
18
- configurationParameters : ' --enable-debug --disable-maintainer-zts'
19
+ configurationParameters : ' --enable-debug --disable-maintainer-zts --with-mm '
19
20
- template : azure/job.yml
20
21
parameters :
21
22
configurationName : RELEASE_ZTS
36
37
- template : azure/job.yml
37
38
parameters :
38
39
configurationName : RELEASE_NTS
39
- configurationParameters : ' --disable-debug --disable-maintainer-zts'
40
+ configurationParameters : ' --disable-debug --disable-maintainer-zts --with-mm '
40
41
- template : azure/i386/job.yml
41
42
parameters :
42
43
configurationName : I386_DEBUG_NTS
Original file line number Diff line number Diff line change 34
34
libldap2-dev \
35
35
libsodium-dev \
36
36
libargon2-0-dev \
37
+ libmm-dev \
37
38
postgresql \
38
39
postgresql-contrib \
39
40
llvm \
Original file line number Diff line number Diff line change @@ -466,7 +466,7 @@ PS_GC_FUNC(mm)
466
466
467
467
mm_unlock (data -> mm );
468
468
469
- return nrdels ;
469
+ return * nrdels ;
470
470
}
471
471
472
472
PS_CREATE_SID_FUNC (mm )
You can’t perform that action at this time.
0 commit comments