History log of /PHP-7.4/ext/standard/basic_functions.c (Results 251 – 275 of 1360)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# d8c67496 15-May-2014 Pierre Joye

RETURN_STRING takes the char* only now (always copied)


# b1b7939b 25-Apr-2014 Nikita Popov

Move more code to use zval_get_string


# df7ca608 24-Apr-2014 Dmitry Stogov

Optimized constant lookup


# 72c287bd 21-Apr-2014 Dmitry Stogov

Combine HashTable.flags and HashTable.nApplyCount into single 32-bit word


# 7652a977 18-Apr-2014 Dmitry Stogov

Use ZEND_FETCH_FOREACH_* macros to iterate over HashTables instead of zend_hash_move_forward() and family.


# 6cf5e51f 15-Apr-2014 Dmitry Stogov

Reduced memory realocations


# f9b26bc3 15-Apr-2014 Dmitry Stogov

Cleanup (2-nd round)


# 050d7e38 15-Apr-2014 Dmitry Stogov

Cleanup (1-st round)


# aefc8f22 13-Apr-2014 Ferenc Kovacs

Fix bug #66568: the second arg for unserialize is optional.


# 99d1a1bb 11-Apr-2014 Bob Weinand

Shut up, my lovely compiler; I do not like your warnings


# a6123151 11-Apr-2014 Dmitry Stogov

Fixed memory leak


Revision tags: php-5.6.0beta1
# 91aa9fbb 05-Apr-2014 Kalle Sommer Nielsen

Remove call_user_method() and call_user_method_array() from master, long time deprecated in favour of call_user_func*().


Revision tags: php-5.4.27
# 6b2ed577 01-Apr-2014 Dmitry Stogov

Avoid unnecessry reallocations


Revision tags: php-5.5.11
# 887189ca 26-Mar-2014 Dmitry Stogov

Refactored IS_INDIRECT usage for CV and object properties to support HashTable resizing


Revision tags: php-5.5.11RC1, php-5.4.27RC1
# f1ed4f6b 09-Mar-2014 Xinchen Hui

Fixed parse_ini_file


# 7668f7f9 09-Mar-2014 Xinchen Hui

Fixed double free in parse_ini_string


# 2d45dce4 06-Mar-2014 Xinchen Hui

Second argument of call_user_method is ref


# 00cf4e5a 06-Mar-2014 Xinchen Hui

Have no idea why I changed it to 0 in 70ddc853


# 95d31d77 06-Mar-2014 Xinchen Hui

Fixed refcounted on INTERNED string


# da75df6f 05-Mar-2014 Dmitry Stogov

Fixed string lengths


Revision tags: php-5.5.10
# 37337373 05-Mar-2014 Dmitry Stogov

Handle interned strings as non-refcounted scalars


Revision tags: php-5.4.26
# 040dea8b 05-Mar-2014 Dmitry Stogov

Arguments taken by internal functions using zend_parse_parameters() with "+" and "*" specifications must not be deallocated anymore.


# d5fa6b24 05-Mar-2014 Xinchen Hui

Fixed name length in get_include_path


# fe8c0b88 03-Mar-2014 Dmitry Stogov

Fixed return_value destruction


# 70ddc853 03-Mar-2014 Xinchen Hui

Refactor php_escape_shell_* to return zend_string


1...<<11121314151617181920>>...55