History log of /php-src/Zend/zend_builtin_functions.c (Results 251 – 275 of 908)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
Revision tags: php-5.6.20, php-5.5.34, php-7.0.5
# 1e5ac894 21-Mar-2016 Xinchen Hui

Merge branch 'PHP-7.0'

* PHP-7.0:
Fix bug #71835 (json_encode sometimes incorrectly detects recursion with JsonSerializable)


# 7e069daa 20-Mar-2016 Jakub Zelenka

Fix bug #71835 (json_encode sometimes incorrectly detects recursion with JsonSerializable)

Revision tags: php-5.6.20RC1, php-7.0.5RC1, php-5.6.19, php-5.5.33, php-7.0.4, php-5.6.19RC1, php-7.0.4RC1, php-5.6.18, php-7.0.3, php-5.5.32
# 0df9b514 22-Jan-2016 Xinchen Hui

Return meaningful value

# b27e1028 21-Jan-2016 Xinchen Hui

Empty line

# 145555f8 21-Jan-2016 Xinchen Hui

Cover overloaded functions

# 2ee73ee0 21-Jan-2016 Xinchen Hui

Let's add a class entry for testing

Revision tags: php-5.6.18RC1, php-7.0.3RC1
# 86883b79 13-Jan-2016 Xinchen Hui

Merge branch 'PHP-7.0'

* PHP-7.0:
Fixed bug #71336 (Wrong is_ref on properties as exposed via get_object_vars())


# 39f09507 13-Jan-2016 Xinchen Hui

Fixed bug #71336 (Wrong is_ref on properties as exposed via get_object_vars())

Revision tags: php-5.6.17, php-5.5.31, php-7.0.2
# 56365982 02-Jan-2016 Xinchen Hui

Merge branch 'PHP-7.0'


# 97a9470d 02-Jan-2016 Xinchen Hui

bump year which is missed in rev 49493a2

# 7a5c663e 26-Dec-2015 Xinchen Hui

Merge branch 'PHP-7.0'


# 6700be67 26-Dec-2015 Xinchen Hui

Fixed bug #71221 (Null pointer deref (segfault) in get_defined_vars via ob_start)

Revision tags: php-7.0.2RC1
# ef6514d6 16-Dec-2015 Dmitry Stogov

Don't use deprecated API

Revision tags: php-5.6.17RC1, php-7.0.1RC1, php-7.0.0, php-5.6.16, php-7.0.0RC8, php-7.0.0RC7, php-5.6.16RC1
# d70aa14f 09-Nov-2015 Xinchen Hui

Fixed bug #70323 (Regression in zend_fetch_debug_backtrace() can cause segfaults)

Revision tags: php-5.6.15, php-7.0.0RC6, php-7.0.1, php-5.6.15RC1, php-7.0.0RC5, php-5.5.30, php-5.6.14, php-7.0.0RC4
# a9636ff5 23-Sep-2015 Xinchen Hui

Fixed bug #70555 (fun_get_arg() on unsetted vars return UNKNOW)

and also keep the indices of func_get_args(). since they are similar
issue of #70574, thus reuse its test script.

# 0f3ab1c2 22-Sep-2015 Xinchen Hui

Fixed #70547 similar bug in func_get_args

# e1dcfd2c 22-Sep-2015 Xinchen Hui

Fixed bug #70547 (unsetting function variables corrupts backtrace)

Revision tags: php-5.6.14RC1, php-7.0.0RC3
# d5b78cec 03-Sep-2015 Xinchen Hui

We should keep one refcount to resource

# 6815c08e 03-Sep-2015 Xinchen Hui

Fixed bug #70398 (SIGSEGV, Segmentation fault zend_ast_destroy_ex)

Revision tags: php-5.6.13, php-7.0.0RC2, php-5.5.29, php-5.4.45, php-5.6.13RC1, php-7.0.0RC1
# 13567d5d 14-Aug-2015 Nikita Popov

Don't copy zend_strings during exception creation

Minor optimization...

# a094f4fa 14-Aug-2015 Xinchen Hui

Remove useless insert

Revision tags: php-5.6.12, php-5.5.28, php-7.0.0beta3, php-5.4.44
# 668ecaa6 04-Aug-2015 Dmitry Stogov

Fixed bug #70098 (Real memory usage doesn't decrease)

Revision tags: php-5.6.12RC1, php-7.0.0beta2, php-7.0.0beta1, php-5.6.11, php-5.5.27, php-5.4.43
# 3422fb57 02-Jul-2015 Xinchen Hui

Use hash_str directly

# 324d5ecb 30-Jun-2015 Rasmus Lerdorf

debug_print_backtrace has a 2nd optional arg

# 7aa76271 30-Jun-2015 Dmitry Stogov

Use ZSTR_ API to access zend_string elements (this is just renaming without semantick changes).

1...<<11121314151617181920>>...37