History log of /PHP-7.4/ext/standard/basic_functions.c (Results 176 – 200 of 1360)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 916709cf 03-Mar-2015 Reeze Xia

Return void like other functions


# c6cebca1 03-Mar-2015 Reeze Xia

Use zend_parse_parameters_none()


# f97251ad 03-Mar-2015 Reeze Xia

Add missing zend_parse_parameters_none() for flush()


# 908542c3 03-Mar-2015 Reeze Xia

Implemented FR #45235 A way to clear or reset the results for error_get_last()


# 13acb7ec 28-Feb-2015 Daniel Lowrey

Add stream_socket_crypto_info() function


# f824f91a 28-Feb-2015 Reeze Xia

Fixed bug #69141 Missing arguments in reflection info for some builtin functions

This include:

- setcookie (missing "httponly")
- setrawcookie (missing "httponly")
- spl_aut

Fixed bug #69141 Missing arguments in reflection info for some builtin functions

This include:

- setcookie (missing "httponly")
- setrawcookie (missing "httponly")
- spl_autoload_register (missing 2 optional params)
- mktime (missing "is_dst")
- gmmktime (missing "is_dst")

show more ...


# e9c67987 24-Feb-2015 Дмитрий Пацура

Fix ARG_INFO for levenshtein

This can work with 2 parameters (require)

refs http://php.net/manual/ru/function.levenshtein.php
refs https://github.com/phalcon/zephir/issues/753


# 5806e370 24-Feb-2015 Дмитрий Пацура

Fix ARG_INFO for levenshtein

This can work with 2 parameters (require)

refs http://php.net/manual/ru/function.levenshtein.php
refs https://github.com/phalcon/zephir/issues/753


# 745504ea 24-Feb-2015 Dmitry Stogov

Make current() and key() receive argument by value.


# 08b6fe9e 18-Feb-2015 Ferenc Kovacs

Fix bug #69033 (Request may get env. variables from previous requests if PHP works as FastCGI)


# e10e151e 13-Feb-2015 Dmitry Stogov

Merged zend_array and HashTable into the single data structure.
Now each HashTable is also zend_array, so it's refcounted and may be a subject for Copy on Write
zend_array_dup() was changed t

Merged zend_array and HashTable into the single data structure.
Now each HashTable is also zend_array, so it's refcounted and may be a subject for Copy on Write
zend_array_dup() was changed to allocate and return HashTable, instead of taking preallocated HashTable as argument.

show more ...


# 68ab716f 13-Feb-2015 Xinchen Hui

Fixed #69015 (php-cgi's getopt does not see $argv)

No test script is added because of complicated


Revision tags: POST_PHP7_REMOVALS, PRE_PHP7_REMOVALS, php-5.6.6RC1, php-5.5.22RC1, php-5.5.21, php-5.6.5, php-5.4.37, php-5.5.21RC1, php-5.6.5RC1, POST_NATIVE_TLS_MERGE, PRE_NATIVE_TLS_MERGE, php-5.5.20, php-5.4.36, php-5.6.4, php-5.6.4RC1, php-5.5.20RC1, php-5.6.3, php-5.5.19, php-5.4.35, php-5.6.3RC1, php-5.5.19RC1, php-5.5.18, php-5.4.34, php-5.5.18RC1, php-5.6.1, php-5.6.2, php-5.4.33, php-5.5.17, php-5.6.1RC1, php-5.5.17RC1, php-5.4.33RC1, php-5.6.0, POST_AST_MERGE, PRE_AST_MERGE, POST_64BIT_BRANCH_MERGE, PRE_64BIT_BRANCH_MERGE, php-5.5.16, php-5.4.32, POST_PHPNG_MERGE, PRE_PHPNG_MERGE, php-5.6.0RC4, php-5.3.29, php-5.5.16RC1, php-5.4.32RC1, php-5.3.29RC1, php-5.6.0RC3, php-5.5.15, php-5.4.31, php-5.4.31RC1, php-5.5.15RC1, php-5.6.0RC2, php-5.4.30, php-5.5.14, php-5.6.0RC1, php-5.5.14RC1, php-5.4.30RC1, php-5.6.0beta4, php-5.4.29, php-5.5.13, php-5.5.13RC1, php-5.6.0beta3, php-5.4.29RC1, php-5.6.0beta2, php-5.5.12, php-5.4.28, php-5.4.28RC1, php-5.5.12RC1
# fc444fbc 11-Apr-2014 Bob Weinand

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

Conflicts:
Zend/zend_object_handlers.c


# ca11bc03 10-Sep-2014 Nikita Popov

Remove set_socket_blocking


# a60efc5e 10-Sep-2014 Nikita Popov

Remove set_magic_quotes_runtime

And the alias magic_quotes_runtime


# 484216e3 16-Jan-2015 Xinchen Hui

Fixed key length


# fc33f52d 15-Jan-2015 Xinchen Hui

bump year


# 0579e827 15-Jan-2015 Xinchen Hui

bump year


# 73c1be26 15-Jan-2015 Xinchen Hui

Bump year


# b7a7b1a6 03-Jan-2015 Stanislav Malyshev

trailing whitespace removal


# 7b4808a6 08-Jan-2015 Dmitry Stogov

Fixed bug #68636 (setlocale no longer returns current value per category).


# c24125e2 22-Dec-2014 Xinchen Hui

Micro optimization


# 4514ba01 19-Dec-2014 Dmitry Stogov

Improved setlocale(). Eliminated locale comparison in ext/pcre if it's not necessary.


# eb629b70 16-Dec-2014 Anatol Belski

free the right globals

That's the same as in the previous commit. In the TS mode the tsrm
cache pointer might be unavailable or point to a wrong thread, so
the exact globals passed s

free the right globals

That's the same as in the previous commit. In the TS mode the tsrm
cache pointer might be unavailable or point to a wrong thread, so
the exact globals passed should be freed.

show more ...


# 6b8ed592 14-Dec-2014 Kalle Sommer Nielsen

Change back to use is_int() as function instead of is_integer(), as per Jan Tvrdík's request @github


12345678910>>...55