Niels Dossche
|
228c27112a
|
Merge branch 'PHP-8.4'
* PHP-8.4:
Fix test with shared zend_test (#16705)
|
2024-11-05 21:36:54 +01:00 |
|
Niels Dossche
|
2f5021b6bd
|
Merge branch 'PHP-8.3' into PHP-8.4
* PHP-8.3:
Fix test with shared zend_test (#16705)
|
2024-11-05 21:36:48 +01:00 |
|
Niels Dossche
|
9a255b384f
|
Merge branch 'PHP-8.2' into PHP-8.3
* PHP-8.2:
Fix test with shared zend_test (#16705)
|
2024-11-05 21:36:41 +01:00 |
|
Niels Dossche
|
3f1ea1b663
|
Fix test with shared zend_test (#16705)
|
2024-11-05 21:35:47 +01:00 |
|
Pierrick Charron
|
24a4cb2f0e
|
Merge branch 'PHP-8.4'
* PHP-8.4:
PHP-8.2 is now for PHP 8.2.27-dev
|
2024-11-05 12:50:58 -05:00 |
|
Pierrick Charron
|
815a4a8878
|
Merge branch 'PHP-8.3' into PHP-8.4
* PHP-8.3:
PHP-8.2 is now for PHP 8.2.27-dev
PHP-8.3 is now for PHP-8.3.15-dev
|
2024-11-05 12:49:49 -05:00 |
|
Pierrick Charron
|
cf2dc976e6
|
Merge branch 'PHP-8.2' into PHP-8.3
* PHP-8.2:
PHP-8.2 is now for PHP 8.2.27-dev
|
2024-11-05 12:48:30 -05:00 |
|
Pierrick Charron
|
f5895792e7
|
PHP-8.2 is now for PHP 8.2.27-dev
|
2024-11-05 12:47:25 -05:00 |
|
Ilija Tovilo
|
06b99c059e
|
Merge branch 'PHP-8.4'
* PHP-8.4:
Fix compiler warning in zend_test
|
2024-11-05 16:52:00 +01:00 |
|
Arnaud Le Blanc
|
8d30ed4f80
|
Fix compiler warning in zend_test
Closes GH-16650
|
2024-11-05 16:51:43 +01:00 |
|
Eric Mann
|
f2602f3200
|
Merge branch 'PHP-8.3'
|
2024-11-05 07:01:41 -08:00 |
|
Eric Mann
|
9c79ca74ef
|
PHP-8.3 is now for PHP-8.3.15-dev
|
2024-11-05 07:00:09 -08:00 |
|
Dmitry Stogov
|
e3756c64d2
|
Merge branch 'PHP-8.4'
* PHP-8.4:
Update IR
[ci skip] Update NEWS for PHP 8.4.0RC4
|
2024-11-05 17:53:54 +03:00 |
|
Dmitry Stogov
|
56381e8f1d
|
Update IR
IR commit: 23c188cff0594d3af23517537e74e9e3b9b7f120
|
2024-11-05 17:52:37 +03:00 |
|
Calvin Buckley
|
a94ead4be0
|
[ci skip] Update NEWS for PHP 8.4.0RC4
|
2024-11-05 10:41:29 -04:00 |
|
Máté Kocsis
|
a47d823405
|
Merge branch 'PHP-8.4'
* PHP-8.4:
Fix GH-16314 "Pdo\Mysql object is uninitialized" when opening a persistent connection (#16369)
|
2024-11-05 08:33:11 +01:00 |
|
Máté Kocsis
|
a5f137821a
|
Fix GH-16314 "Pdo\Mysql object is uninitialized" when opening a persistent connection (#16369)
|
2024-11-05 08:32:44 +01:00 |
|
Saki Takamachi
|
f464298c8e
|
Merge branch 'PHP-8.4'
* PHP-8.4:
Fixed a bug where size_t underflows (#16696)
Added early return case when result is 0 (#16697)
|
2024-11-05 08:43:58 +09:00 |
|
Saki Takamachi
|
fd1dff988e
|
Fixed a bug where size_t underflows (#16696)
fixes #16262
closes #16696
|
2024-11-05 08:41:09 +09:00 |
|
Saki Takamachi
|
2fe7719a44
|
Added early return case when result is 0 (#16697)
fixes #16265
closes #16697
|
2024-11-05 08:38:38 +09:00 |
|
Niels Dossche
|
173bdb2c06
|
Merge branch 'PHP-8.4'
* PHP-8.4:
Fix GH-16590: UAF in session_encode()
Fix various memory leaks on error conditions in openssl_x509_parse()
|
2024-11-04 20:05:42 +01:00 |
|
Niels Dossche
|
cc39bc21e3
|
Fix GH-16590: UAF in session_encode()
The `PS_ENCODE_LOOP` does not protect the session hash table that it
iterates over. Change it by temporarily creating a copy.
Closes GH-16640.
|
2024-11-04 20:05:32 +01:00 |
|
Niels Dossche
|
faef0dfb49
|
Merge branch 'PHP-8.3' into PHP-8.4
* PHP-8.3:
Fix various memory leaks on error conditions in openssl_x509_parse()
|
2024-11-04 20:04:51 +01:00 |
|
Niels Dossche
|
673e8d1011
|
Merge branch 'PHP-8.2' into PHP-8.3
* PHP-8.2:
Fix various memory leaks on error conditions in openssl_x509_parse()
|
2024-11-04 20:04:18 +01:00 |
|
Niels Dossche
|
5ddb75660d
|
Fix various memory leaks on error conditions in openssl_x509_parse()
Closes GH-16690.
|
2024-11-04 20:03:53 +01:00 |
|
Ilija Tovilo
|
0ce151b8fe
|
Merge branch 'PHP-8.4'
* PHP-8.4:
Add NEWS entry
Also fix same issue in ArrayObject::exchangeArray()
Fix use-after-free in ArrayObject::unset() with destructor
|
2024-11-04 17:50:37 +01:00 |
|
Ilija Tovilo
|
66ad4ce699
|
Merge branch 'PHP-8.3' into PHP-8.4
* PHP-8.3:
Add NEWS entry
Also fix same issue in ArrayObject::exchangeArray()
Fix use-after-free in ArrayObject::unset() with destructor
|
2024-11-04 17:49:08 +01:00 |
|
Ilija Tovilo
|
dca438e6a3
|
Merge branch 'PHP-8.2' into PHP-8.3
* PHP-8.2:
Add NEWS entry
Also fix same issue in ArrayObject::exchangeArray()
Fix use-after-free in ArrayObject::unset() with destructor
|
2024-11-04 17:47:49 +01:00 |
|
Ilija Tovilo
|
418f820f5d
|
Add NEWS entry
|
2024-11-04 17:46:17 +01:00 |
|
Ilija Tovilo
|
f7222bd2de
|
Also fix same issue in ArrayObject::exchangeArray()
|
2024-11-04 17:46:17 +01:00 |
|
Ilija Tovilo
|
8910ac800d
|
Fix use-after-free in ArrayObject::unset() with destructor
Fixes GH-16646
Closes GH-16653
|
2024-11-04 17:45:56 +01:00 |
|
Ilija Tovilo
|
0ad6e4efb0
|
[skip ci] Document --repeat flag as internal (GH-16698)
Co-authored-by: Christoph M. Becker <cmbecker69@gmx.de>
|
2024-11-04 17:40:08 +01:00 |
|
Ilija Tovilo
|
dbcdd4e4a7
|
Merge branch 'PHP-8.4'
* PHP-8.4:
Postpone zend_array_sort() in ext-intl
Use bool for zend_array_sort()
|
2024-11-04 16:02:47 +01:00 |
|
Ilija Tovilo
|
085c151481
|
Merge branch 'PHP-8.3' into PHP-8.4
* PHP-8.3:
Postpone zend_array_sort() in ext-intl
Use bool for zend_array_sort()
|
2024-11-04 16:02:31 +01:00 |
|
Ilija Tovilo
|
745684290e
|
Merge branch 'PHP-8.2' into PHP-8.3
* PHP-8.2:
Postpone zend_array_sort() in ext-intl
Use bool for zend_array_sort()
|
2024-11-04 16:02:16 +01:00 |
|
Ilija Tovilo
|
845cdbce67
|
Postpone zend_array_sort() in ext-intl
This function is not ZEND_API yet, so we cannot use it as it won't work for
dynamically linked extensions.
|
2024-11-04 16:01:00 +01:00 |
|
Ilija Tovilo
|
4b9e59b430
|
[skip ci] Use bool for zend_array_sort()
zend_bool is removed in higher branches.
|
2024-11-04 15:59:18 +01:00 |
|
Ilija Tovilo
|
ecb87ca5f1
|
Mark new zend_array_sort_ex() as ZEND_API
|
2024-11-04 15:53:51 +01:00 |
|
Ilija Tovilo
|
d82fa6adf6
|
Merge branch 'PHP-8.4'
* PHP-8.4:
Fix array going away during sorting
|
2024-11-04 15:53:03 +01:00 |
|
Ilija Tovilo
|
230defc198
|
Merge branch 'PHP-8.3' into PHP-8.4
* PHP-8.3:
Fix array going away during sorting
|
2024-11-04 15:51:24 +01:00 |
|
Ilija Tovilo
|
f033cf75e4
|
Merge branch 'PHP-8.2' into PHP-8.3
* PHP-8.2:
Fix array going away during sorting
|
2024-11-04 15:51:03 +01:00 |
|
Ilija Tovilo
|
2bdce61390
|
Fix array going away during sorting
Fixes GH-16648
Closes GH-16654
|
2024-11-04 15:50:35 +01:00 |
|
Ilija Tovilo
|
fa15ac542e
|
[skip ci] Merge branch 'PHP-8.4'
* PHP-8.4:
[skip ci] Fix nightly workflow dispatch
|
2024-11-04 15:04:25 +01:00 |
|
Ilija Tovilo
|
ea39a89a74
|
[skip ci] Merge branch 'PHP-8.3' into PHP-8.4
* PHP-8.3:
[skip ci] Fix nightly workflow dispatch
|
2024-11-04 15:04:14 +01:00 |
|
Ilija Tovilo
|
5852c89034
|
[skip ci] Merge branch 'PHP-8.2' into PHP-8.3
* PHP-8.2:
[skip ci] Fix nightly workflow dispatch
|
2024-11-04 15:03:58 +01:00 |
|
Ilija Tovilo
|
2985de72db
|
[skip ci] Merge branch 'PHP-8.1' into PHP-8.2
* PHP-8.1:
[skip ci] Fix nightly workflow dispatch
|
2024-11-04 15:03:47 +01:00 |
|
Ilija Tovilo
|
e72854e8bc
|
[skip ci] Fix nightly workflow dispatch
Closes GH-16662
|
2024-11-04 15:02:11 +01:00 |
|
David Carlier
|
f37fd7fa1a
|
Merge branch 'PHP-8.4'
|
2024-11-03 13:40:34 +00:00 |
|
David Carlier
|
f5b0a9ad19
|
Merge branch 'PHP-8.3' into PHP-8.4
|
2024-11-03 13:40:25 +00:00 |
|
David Carlier
|
b28ded42eb
|
Merge branch 'PHP-8.2' into PHP-8.3
|
2024-11-03 13:39:41 +00:00 |
|