History log of /php-src/ext/standard/basic_functions.stub.php (Results 26 – 50 of 235)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 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


# 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)


# 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 ...


# 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


# 6f2f228e 02-Sep-2022 Máté Kocsis

Declare ext/standard constants in stubs - part 5

Closes GH-9466


# 64b962b2 02-Sep-2022 Máté Kocsis

Declare ext/standard constants in stubs - part 4

Closes GH-9465


# c77bbf6f 30-Aug-2022 Tim Düsterhus

Mark crypt()'s $string parameter as #[\SensitiveParameter]

Revision tags: php-8.2.0RC1, php-8.1.10, php-8.0.23
# adb45a63 30-Aug-2022 Máté Kocsis

Fix GH-9186 @strict-properties can be bypassed using unserialization (#9354)

* Emit deprecation warnings when adding dynamic properties to classes during unserialization - this will become a

Fix GH-9186 @strict-properties can be bypassed using unserialization (#9354)

* Emit deprecation warnings when adding dynamic properties to classes during unserialization - this will become an Error in php 9.0.
(Adding dynamic properties in other contexts was already a deprecation warning - the use case of unserialization was overlooked)
* Throw an error when attempting to add a dynamic property to a `readonly` class when unserializing
* Add new serialization methods `__serialize`/`__unserialize` for SplFixedArray to avoid creating deprecated dynamic
properties that would then be added to the backing fixed-size array
* Don't add named dynamic/declared properties (e.g. $obj->foo) of SplFixedArray to the backing array when unserializing
* Update tests to declare properties or to expect the deprecation warning
* Add news entry

Co-authored-by: Tyson Andre <tysonandre775@hotmail.com>

show more ...

# ef72d533 26-Aug-2022 Máté Kocsis

Declare ext/standard constants in stubs - part 3 (#9427)

# bc4c0126 24-Aug-2022 Máté Kocsis

Declare ext/standard constants in stubs - part 1 (#9404)

Revision tags: php-8.0.23RC1, php-8.1.10RC1, php-8.2.0beta3
# 98bdb7f9 12-Aug-2022 Ilija Tovilo

Make pestr[n]dup infallible (#9295)

Fixes GH-9128
Closes GH-9295

Revision tags: php-8.2.0beta2, php-8.1.9, php-8.0.22, php-8.1.9RC1, php-8.2.0beta1, php-8.0.22RC1, php-8.0.21, php-8.1.8, php-8.2.0alpha3, php-8.1.8RC1, php-8.2.0alpha2, php-8.0.21RC1
# b0c0a2cf 08-Jun-2022 Michael Voříšek

Use -1 "precision" in gen_stub.php

Closes GH-8734.

# e328c683 19-Jul-2022 Máté Kocsis

Rename @cname to @cvalue in stubs (#9043)

@cname currently refers to the constant name in C. However, it is not always a (constant) name, but sometimes a function invocation, so naming it as

Rename @cname to @cvalue in stubs (#9043)

@cname currently refers to the constant name in C. However, it is not always a (constant) name, but sometimes a function invocation, so naming it as @cvalue would be more appropriate.

show more ...

12345678910