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

Promote warnings to errors in extract()

# 9fc3d5da 20-Aug-2019 George Peter Banyard

Promote warnings to errors in max()

# b91a881b 20-Aug-2019 George Peter Banyard

Promote warnings to errors in min()

# a47f170a 26-Aug-2019 Nikita Popov

Assert that symbol table is available in compact()

I believe NULL here is no longer possible due to the dynamic call
check. A similar assumption already exists in the extract()
imple

Assert that symbol table is available in compact()

I believe NULL here is no longer possible due to the dynamic call
check. A similar assumption already exists in the extract()
implementation.

show more ...

# c1c8538f 20-Aug-2019 George Peter Banyard

Promote warnings to errors in array_rand()

# d5f42d68 26-Aug-2019 Theodore Brown

Convert remaining array function arginfo to PHP stubs

# c1fcf2d6 21-Aug-2019 George Peter Banyard

Promote warnings to errors in array_pad()

# 7dcbcd4c 20-Aug-2019 George Peter Banyard

Promote warnings to errors in array_column()

# 7d4e3dc3 21-Aug-2019 George Peter Banyard

Promote warnings to errors in array_combine()

# eaf66df5 20-Aug-2019 George Peter Banyard

Promote warnings to errors in array_multisort()

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

12345678910>>...46