History log of /PHP-7.4/ext/standard/basic_functions.c (Results 126 – 150 of 1360)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 771e5cc2 11-Jun-2016 Aaron Piotrowski

Replace zend_ce_error with NULL and replace more E_ERROR with thrown Error


# 0e221cb3 03-Jun-2016 Aaron Piotrowski

Add is_iterable() function


# 0a04f614 06-Apr-2016 Jani Ollikainen

Added backwards compability with php_log_err by using macro


# 3edf7d96 29-Dec-2015 Jani Ollikainen

Logging to syslog with dynamic error levels (related to #49467)


# f2a814df 31-May-2016 Xinchen Hui

Fixed bug #72300 (ignore_user_abort(false) has no effect)


# 5595dd5f 29-Apr-2016 Nikita Popov

Revert code to use DUP instead of COPY

In a1c405e0c50c627cdd9a7695b4c7d644238b6b9b next to the actual fix
I have also switched some (effective) ZVAL_DUPs to ZVAL_COPYs. I'm
reverting

Revert code to use DUP instead of COPY

In a1c405e0c50c627cdd9a7695b4c7d644238b6b9b next to the actual fix
I have also switched some (effective) ZVAL_DUPs to ZVAL_COPYs. I'm
reverting this part as those were probably there for a reason
(presumably issues with non-atomic refcounting on ZTS).

show more ...


# a1c405e0 29-Apr-2016 Nikita Popov

Fix usages of zend_update_constant_ex

If an in-place update in an external zval is performed, it needs
to incref'd beforehand, not afterwards.


# 6499162f 28-Apr-2016 Dmitry Stogov

- get rid of EG(scope). zend_get_executed_scope() should be used instead.
- ichanged zval_update_constant_ex(). Use IS_TYPE_IMMUTABLE flag on shared constants and AST, instead of "inline_change"

- get rid of EG(scope). zend_get_executed_scope() should be used instead.
- ichanged zval_update_constant_ex(). Use IS_TYPE_IMMUTABLE flag on shared constants and AST, instead of "inline_change" parameter.

show more ...


# d3ed75b9 25-Mar-2016 Nikita Popov

Remove HAVE_CRYPT checks

We always provide a crypt implementation. HAVE_CRYPT is only
relevant as to whether the crypt() C function exists.


# 1929fc9b 25-Mar-2016 Xinchen Hui

Fixed bug #71891 (header_register_callback() and register_shutdown_function())

Actually, this fixed the memleak not the behavior(it is expected
behavior that "shutdown" is not outputed)


# 1c1e20d7 20-Mar-2016 Andrea Faulds

Deduplicate NAN/INF portability, move to Zend


# a61029b1 28-Jan-2016 Rouven Weßling

Replace usage of php_int32 and php_uint32 with int32_t and uint32_t


# f4d7bbf4 28-Jan-2016 Anatol Belski

backport the escapeshell* functions hardening branch


# e7f2c5bd 25-Jan-2016 Xinchen Hui

Fixed bug #71442 (forward_static_call crash)


# 22a5ccab 12-Jan-2016 Anatol Belski

Follow up on bug #71270

Using the max allowed command line length for an underlying OS.


# 49493a2d 01-Jan-2016 Lior Kaplan

Happy new year (Update copyright to 2016)


# 9b148d31 14-Dec-2015 Xinchen Hui

Fixed bug #71100 (long2ip() doesn't accept integers in strict mode)


# e6b46dc2 24-Nov-2015 Xinchen Hui

Fixed bug #70960 (ReflectionFunction for array_unique returns wrong number of parameters)


# c3260b66 11-Nov-2015 Xinchen Hui

Revert "Fixed bug #70249 (Segmentation fault while running PHPUnit tests on phpBB 3.2-dev)"

This reverts commit d6c527830e57c85356916e2efc2e6f120d493051.


# d6c52783 11-Nov-2015 Xinchen Hui

Fixed bug #70249 (Segmentation fault while running PHPUnit tests on phpBB 3.2-dev)

Maybe we should introduce a new zend_hash_safe_apply which always reload
the ht->arData to make sure wo

Fixed bug #70249 (Segmentation fault while running PHPUnit tests on phpBB 3.2-dev)

Maybe we should introduce a new zend_hash_safe_apply which always reload
the ht->arData to make sure won't segfault the ht is grew?

show more ...


# 54670c8f 12-Oct-2015 Ferenc Kovacs

initialize *str


# d221821c 12-Oct-2015 Ferenc Kovacs

calling getenv() without arguments should return the environment variables as an array


# fa23bebe 06-Oct-2015 Andrea Faulds

Correct intdiv() argument names and description


# be6546fa 28-Sep-2015 Andrey Hristov

Add support for parameters to tick functions, on C level. This is only
for extensions that want to use register tick functions. Userland tick
functions are unaffected.


# ad4fa8f7 24-Sep-2015 Dmitry Stogov

Fixed incorrect usage of HASH_OF() macro. Replaced HASH_OF() with more appropriate Z_ARRVAL_P() or Z_OBJPROP_P().


12345678910>>...55