Nikita Popov
|
25f1c405ff
|
Update ext/standard parameter names
Closes GH-6214.
|
2020-09-29 16:49:46 +02:00 |
|
Nikita Popov
|
7a6ae9b148
|
Fix refcounting for the named params case as well
Adjust the test case to pass a refcounted value and to also check
the named params case.
|
2020-08-24 16:30:49 +02:00 |
|
Christoph M. Becker
|
5643f34a1e
|
Merge branch 'PHP-7.4' into master
* PHP-7.4:
Fix #79979: passing value to by-ref param via CUFA crashes
|
2020-08-24 15:03:26 +02:00 |
|
Christoph M. Becker
|
6b6c2c003c
|
Fix #79979: passing value to by-ref param via CUFA crashes
If a by-val send is not allowed, we must not do so. Instead we wrap
the value in a temporary reference.
Closes GH-6000
|
2020-08-24 14:08:32 +02:00 |
|