mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
commit
c3ddda4e3c
3 changed files with 5 additions and 3 deletions
|
@ -12,10 +12,11 @@ trigger:
|
|||
- UPGRADING.INTERNALS
|
||||
|
||||
jobs:
|
||||
# We specify --with-mm here, because it cannot be used together with --enable-maintainer-zts.
|
||||
- template: azure/job.yml
|
||||
parameters:
|
||||
configurationName: DEBUG_NTS
|
||||
configurationParameters: '--enable-debug --disable-zts'
|
||||
configurationParameters: '--enable-debug --disable-zts --with-mm'
|
||||
- template: azure/job.yml
|
||||
parameters:
|
||||
configurationName: RELEASE_ZTS
|
||||
|
@ -36,7 +37,7 @@ jobs:
|
|||
- template: azure/job.yml
|
||||
parameters:
|
||||
configurationName: RELEASE_NTS
|
||||
configurationParameters: '--disable-debug --disable-zts'
|
||||
configurationParameters: '--disable-debug --disable-zts --with-mm'
|
||||
- template: azure/i386/job.yml
|
||||
parameters:
|
||||
configurationName: I386_DEBUG_NTS
|
||||
|
|
|
@ -34,6 +34,7 @@ steps:
|
|||
libldap2-dev \
|
||||
libsodium-dev \
|
||||
libargon2-0-dev \
|
||||
libmm-dev \
|
||||
postgresql \
|
||||
postgresql-contrib \
|
||||
llvm \
|
||||
|
|
|
@ -464,7 +464,7 @@ PS_GC_FUNC(mm)
|
|||
|
||||
mm_unlock(data->mm);
|
||||
|
||||
return nrdels;
|
||||
return *nrdels;
|
||||
}
|
||||
|
||||
PS_CREATE_SID_FUNC(mm)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue