History log of /php-src/ext/standard/basic_functions.c (Results 101 – 125 of 1635)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
Revision tags: php-7.3.15RC1, php-7.4.3RC1
# 16f194c7 27-Jan-2020 Nikita Popov

Merge branch 'PHP-7.4'

* PHP-7.4:
Fix bug #78323: Code 0 is returned on invalid options


# 1cccbb8f 27-Jan-2020 Nikita Popov

Merge branch 'PHP-7.3' into PHP-7.4

* PHP-7.3:
Fix bug #78323: Code 0 is returned on invalid options


Revision tags: php-7.3.15, php-7.2.27, php-7.4.2, php-7.3.14
# fd08f062 17-Jan-2020 Ivan Mikheykin

Fix bug #78323: Code 0 is returned on invalid options

Set CLI exit code to 1 when invalid parameters are passed,
and print error to stderr.

# 7ce531f2 10-Jan-2020 Nikita Popov

Make constant() error handling consistent with plain const lookup

This means we get an Error exception and a much better error
message indicating the root cause (e.g. accessing a private

Make constant() error handling consistent with plain const lookup

This means we get an Error exception and a much better error
message indicating the root cause (e.g. accessing a private class
constant).

show more ...

Revision tags: php-7.3.14RC1, php-7.4.2RC1
# 7b4a4d2a 03-Jan-2020 Máté Kocsis

Use RETURN_THROWS() after try_convert_to_string()

# 349a2864 01-Jan-2020 Máté Kocsis

Use RETURN_THROWS() after zend_throw_error()

# 9099dbd9 01-Jan-2020 Máté Kocsis

Use RETURN_THROWS() after zend_type_error()

# 31cf9a7e 29-Dec-2019 Máté Kocsis

Use RETURN_THROWS() when an exception is thrown

Closes GH-5036

# e34a1f92 29-Dec-2019 Máté Kocsis

Convert zend_parse_parameters_none() to fast ZPP in standard lib

Closes GH-5037

# d59bc807 18-Dec-2019 Máté Kocsis

Fix smaller issues with stubs

GH-5025

Revision tags: php-7.4.1, php-7.2.26, php-7.3.13
# d7b20823 16-Dec-2019 Máté Kocsis

Add stubs for standard library

Closes GH-5017

Revision tags: php-7.4.1RC1
# 1695d3ed 05-Dec-2019 Tyson Andre

Add funcinfo for spl global functions

This assumes that `iterator_*` will now always throw or abort on failure.

Also, move #include _arginfo.h directive to the top of the file - vir

Add funcinfo for spl global functions

This assumes that `iterator_*` will now always throw or abort on failure.

Also, move #include _arginfo.h directive to the top of the file - virtually all
other files put it there, and developers may base code on basic_functions.c.

Closes GH-4968

show more ...

# 51eefd80 10-Dec-2019 Máté Kocsis

Add stubs for standard library

Revision tags: php-7.3.13RC1, php-7.2.26RC1, php-7.4.0, php-7.2.25, php-7.3.12
# 9563449d 11-Nov-2019 Máté Kocsis

Add stubs for another batch of standard functions

# 29ef0772 17-Nov-2019 Máté Kocsis

Remove magic quotes legacy

# 63392602 17-Nov-2019 Máté Kocsis

Remove ezmlm_hash() function

# 144b41ce 17-Nov-2019 Máté Kocsis

Remove money_format() function

# 64468d1e 17-Nov-2019 Máté Kocsis

Remove convert_cyr_string() function

# b63c6252 17-Nov-2019 Máté Kocsis

Remove hebrevc() function

# 2adb1bba 18-Nov-2019 Fabien Villepinte

Fix proto of forward_static_call_array

Closes GH-4928.

Revision tags: php-7.4.0RC6, php-7.3.12RC1, php-7.2.25RC1
# ab6b412a 01-Nov-2019 Máté Kocsis

Add stubs for standard lib functions

# afe4a879 07-Nov-2019 Máté Kocsis

Promote register_tick_function() callback validation warning to an exception

# 662afc80 07-Nov-2019 Máté Kocsis

Remove PHP_SLEEP_NON_VOID as it is not useful anymore

# f19950fe 01-Nov-2019 Máté Kocsis

Promote some warnings to exceptions in standard lib

Closes GH-4879.

Revision tags: php-7.4.0RC5
# ad9ea5ab 23-Oct-2019 Máté Kocsis

Add stubs for various standard functions

Closes GH-4851.

12345678910>>...66