History log of /php-src/ext/standard/array.c (Results 151 – 175 of 1117)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# c70f92ca 20-Aug-2019 George Peter Banyard

Promote warning to error in array_chunk()

# 7c6acc2e 20-Aug-2019 George Peter Banyard

Promote warnings to errors in range()

Revision tags: php-7.4.0beta4, php-7.2.22RC1, php-7.3.9RC1, php-7.4.0beta2, php-7.1.31, php-7.2.21, php-7.3.8, php-7.4.0beta1
# 36db71df 22-Jul-2019 Nikita Popov

Merge branch 'PHP-7.4'


Revision tags: php-7.2.21RC1, php-7.3.8RC1
# 0ba7c3ea 11-Jul-2019 Nikita Popov

Deprecate array_key_exists() on objects

Revision tags: php-7.4.0alpha3
# 57a385db 05-Jul-2019 Nikita Popov

Merge branch 'PHP-7.4'


# ea86a920 05-Jul-2019 Nikita Popov

Optimize integer in_array with strict=true

It doesn't make sense that using in_array with strict=false is
much faster for this case, due to lack of a specialized codepath.

Revision tags: php-7.3.7, php-7.2.20
# 7f994990 27-Jun-2019 Peter Kokot

Merge branch 'PHP-7.4'

* PHP-7.4:
Remove HAVE_STRCOLL check


Revision tags: php-7.4.0alpha2
# 638c2176 23-Jun-2019 Peter Kokot

Remove HAVE_STRCOLL check

The strcoll function is defined in the C89 standard and should be
on today's systems always available via the <string.h> header.

https://port70.net/~ns

Remove HAVE_STRCOLL check

The strcoll function is defined in the C89 standard and should be
on today's systems always available via the <string.h> header.

https://port70.net/~nsz/c/c89/c89-draft.html#4.11.4.3

- Remove also SKIPIF strcoll check in test

show more ...

Revision tags: php-7.3.7RC3
# 36452922 19-Jun-2019 Nikita Popov

Merge branch 'PHP-7.4'


# 4ae87f4b 19-Jun-2019 Nikita Popov

Fix overflow UB in range()

Revision tags: php-7.3.7RC2, php-7.2.20RC2, php-7.4.0alpha1
# 63171d88 12-Jun-2019 twosee

Add do...while(0) for RETURN_* and ZVAL_* APIs

Closes GH-4255.

Revision tags: php-7.3.7RC1, php-7.2.20RC1
# d7aa152d 07-Jun-2019 Dmitry Stogov

Merge branch 'PHP-7.4'

* PHP-7.4:
Fixed bug #77135 (Extract with EXTR_SKIP should skip $this)


# 8fbfd887 07-Jun-2019 Dmitry Stogov

Merge branch 'PHP-7.3' into PHP-7.4

* PHP-7.3:
Fixed bug #77135 (Extract with EXTR_SKIP should skip $this)


# 972223c3 07-Jun-2019 Dmitry Stogov

Merge branch 'PHP-7.2' into PHP-7.3

* PHP-7.2:
Fixed bug #77135 (Extract with EXTR_SKIP should skip $this)


# 83cdb89f 07-Jun-2019 Dmitry Stogov

Fixed bug #77135 (Extract with EXTR_SKIP should skip $this)

# d3ed9d81 05-Jun-2019 Nikita Popov

Make sure array_splice() always returns an array

Return an array even if the return value isn't used. This allows us
to add the arginfo return type.

# 7686b0b8 05-Jun-2019 Nikita Popov

Merge branch 'PHP-7.4'


Revision tags: php-7.2.19, php-7.3.6, php-7.1.30, php-7.2.19RC1, php-7.3.6RC1, php-7.1.29, php-7.2.18, php-7.3.5, php-7.2.18RC1, php-7.3.5RC1, php-7.2.17, php-7.3.4, php-7.1.28, php-7.3.4RC1, php-7.2.17RC1, php-7.1.27, php-7.3.3, php-7.2.16
# a31f4642 26-Feb-2019 Nikita Popov

Allow exceptions in __toString()

RFC: https://wiki.php.net/rfc/tostring_exceptions

And convert some object to string conversion related recoverable
fatal errors into Error excep

Allow exceptions in __toString()

RFC: https://wiki.php.net/rfc/tostring_exceptions

And convert some object to string conversion related recoverable
fatal errors into Error exceptions.

Improve exception safety of internal code performing string
conversions.

show more ...

# 192170a3 29-May-2019 Gabriel Caruso

Add return type to some array_* functions

# 001d4344 03-Jun-2019 Nikita Popov

Finish func_info updates for ext/standard

# 321fe889 03-Jun-2019 Nikita Popov

Add Z_PARAM_NUMBER and use it for some functions

# 4e391ee3 31-May-2019 Nikita Popov

Convert some warnings to TypeErrors in array functions

This is manual type and argument number checking code that was not
covered by the zpp move to TypeErrors.

# c64fe84f 28-May-2019 Dmitry Stogov

Merge branch 'PHP-7.4'

* PHP-7.4:
Avoid double copying


# b2cb6a4a 28-May-2019 Dmitry Stogov

Avoid double copying

# 0b66563e 28-May-2019 Nikita Popov

Merge branch 'PHP-7.4'


12345678910>>...45