#
ed64949d |
| 14-Jan-2024 |
Ilija Tovilo |
strtok is not comptime() Fixes GH-13145 Closes GH-13148 |
#
c934e241 |
| 26-Dec-2022 |
Máté Kocsis |
Fix GH-9967 Add support for generating custom function, class const, and property attributes in stubs |
#
f25474f7 |
| 11-Jun-2023 |
HypeMC |
Add before_needle argument to strrchr() Closes GH-11430 |
#
a5ad7e09 |
| 13-Jul-2023 |
Máté Kocsis |
Implement stream_context_set_options() |
#
d8696f92 |
| 17-Jul-2023 |
George Peter Banyard |
[RFC] Path to Saner Increment/Decrement operators (#10358) * Add behavioural tests for incdec operators * Add support to ++/-- for objects castable to _IS_NUMBER * Add str_
[RFC] Path to Saner Increment/Decrement operators (#10358) * Add behavioural tests for incdec operators * Add support to ++/-- for objects castable to _IS_NUMBER * Add str_increment() function * Add str_decrement() function RFC: https://wiki.php.net/rfc/saner-inc-dec-operators Co-authored-by: Ilija Tovilo <ilija.tovilo@me.com> Co-authored-by: Arnaud Le Blanc <arnaud.lb@gmail.com>
show more ...
|
#
3d4ff5ae |
| 13-Jul-2023 |
George Peter Banyard |
RFC: Deprecate remains of string evaluated code assertions (#11671) Link: https://wiki.php.net/rfc/assert-string-eval-cleanup |
#
7b355e8d |
| 04-Jul-2023 |
Ilija Tovilo |
Revert "Merge branch 'PHP-8.2'" This reverts commit 45a3f178dc226b69f5d72f10285bc2ad139b2c1c, reversing changes made to b2a54bc6af4bf645b5bb2601621c12b31bfbff0c. |
#
45a3f178 |
| 03-Jul-2023 |
Máté Kocsis |
Merge branch 'PHP-8.2' * PHP-8.2: Fix GH-9967 Add support for generating custom function, class const, and property attributes in stubs Closes GH-10170
|
#
d7ab0ff0 |
| 03-Jul-2023 |
Máté Kocsis |
Fix GH-9967 Add support for generating custom function, class const, and property attributes in stubs |
#
798c40a7 |
| 19-Jun-2023 |
George Peter Banyard |
[RFC] Define proper semantics for range() function (#10826) RFC: https://wiki.php.net/rfc/proper-range-semantics |
#
bd03c034 |
| 16-May-2023 |
Michael Voříšek |
Allow CTE on more CTE safe functions (#10771) |
#
85338569 |
| 07-May-2023 |
Máté Kocsis |
Narrow bool return types to true when possible |
#
1209f593 |
| 24-Apr-2023 |
Michael Voříšek |
Allow CTE on basic type/math functions (#10842) |
#
c822c2dd |
| 15-Mar-2023 |
Niels Dossche <7771979+nielsdos@users.noreply.github.com> |
Merge branch 'PHP-8.2' * PHP-8.2: Remove CTE flag from array_diff_ukey(), which was added by mistake Fix missing and inconsistent error check on SQLAllocHandle
|
#
5239f9fc |
| 15-Mar-2023 |
Michael Voříšek |
Remove CTE flag from array_diff_ukey(), which was added by mistake This was accidentally added in GH-7780, but since it takes a callable argument, this flag is useless on this function.
Remove CTE flag from array_diff_ukey(), which was added by mistake This was accidentally added in GH-7780, but since it takes a callable argument, this flag is useless on this function. Closes GH-10859.
show more ...
|
#
b39ff334 |
| 07-Mar-2023 |
Niels Dossche <7771979+nielsdos@users.noreply.github.com> |
Merge branch 'PHP-8.2' * PHP-8.2: Re-add some CTE functions that were removed from being CTE by a mistake Fix GH-8065: opcache.consistency_checks > 0 causes segfaults in PHP >= 8
Merge branch 'PHP-8.2' * PHP-8.2: Re-add some CTE functions that were removed from being CTE by a mistake Fix GH-8065: opcache.consistency_checks > 0 causes segfaults in PHP >= 8.1.5 in fpm context Fix GH-8646: Memory leak PHP FPM 8.1
show more ...
|
#
411cd045 |
| 03-Mar-2023 |
Michael Voříšek |
Re-add some CTE functions that were removed from being CTE by a mistake These functions were accidentally removed from being CTE in GH-7780. This patch brings them back. Closes
Re-add some CTE functions that were removed from being CTE by a mistake These functions were accidentally removed from being CTE in GH-7780. This patch brings them back. Closes GH-10768.
show more ...
|
#
a4fd2609 |
| 13-Oct-2022 |
Máté Kocsis |
Declare ext/standard constants in stubs - part 9 (#9717) |
#
c59e94fc |
| 12-Oct-2022 |
Máté Kocsis |
Declare ext/stanard constants in stubs - part 11 (#9728) |
#
433ed097 |
| 12-Oct-2022 |
Máté Kocsis |
Declare ext/standard constants in stubs - part 10 (#9719) |
#
ed0f1f04 |
| 30-Sep-2022 |
Máté Kocsis |
Declare ext/standard constants in stubs - part 8 (#9615) |
#
3227d04f |
| 08-Sep-2022 |
Máté Kocsis |
Declare ext/standard constants in stubs - part 7 (#9505) |
#
c547fc18 |
| 05-Sep-2022 |
Máté Kocsis |
Add support for validation of missing class synopses (#9472) |
#
e733ebf3 |
| 02-Sep-2022 |
Máté Kocsis |
Add parenthesis around preprocessor conditions in stubs gen_stub.php concatenates nested #ifs into one #if so let's make sure the semantics remain the same. |
#
cfa72ff3 |
| 02-Sep-2022 |
Máté Kocsis |
Declare ext/standard constants in stubs - part 6 Closes GH-9467 |